Skip to content

onlyyoujack/mobileplayer-ios

Repository files navigation

Mobile Player

A powerful and completely customizable media player for iOS.

Code Status

CocoaPods CocoaPods Circle CI Number of Test Steps

Issues

Next Release In Progress In Master

Post an issue

Get Support

[StackOverflow](http://stackoverflow.com/questions/ask?tags=mobile player+ios+swift+video player)

Join the chat at https://gitter.im/mobileplayer/mobileplayer-ios

Installation

Usage

If you were previously using MPMoviePlayerViewController, changing

let playerVC = MPMoviePlayerViewController(contentURL: videoURL)

to

let playerVC = MobilePlayerViewController(contentURL: videoURL)

is enough.

Customizing the Player

In most cases though you would want to customize the player. You can do this by creating a configuration .json file or programmatically.

Configuration File

Coming soon.

Programmatic Configuration

Coming soon.

Documentation

The entire documentation for the library can be found here.

Software License

The use of the Mobile Player Open Source edition is governed by a Creative Commons license. You can use, modify, copy, and distribute this edition as long as it’s for non-commercial use, you provide attribution, and share under a similar license. http://mobileplayer.io/license/

About

A powerful and completely customizable media player for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 97.4%
  • Objective-C 1.1%
  • Other 1.5%