Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.52 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.52 KB

OLCVideoPlayer v1.0

[![CI Status](http://img.shields.io/travis/Lakitha Sam/OLCVideoPlayer.svg?style=flat)](https://travis-ci.org/Lakitha Sam/OLCVideoPlayer) Version License Platform

Objective-C custom video player.

OLCVideoPlayer is a custom video player that can do so much more than what the default MediaPlayer can do. The motivation behind this project was to make a video player that we have full controll over, so it has the ability to change play a collection of videos, change volume level, play in background, set time limits per video, smooth playback and so much more !

Full tutorail: https://onelonecoder.wordpress.com/2015/08/02/objective-c-custom-video-player/

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

OLCVideoPlayer is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "OLCVideoPlayer"

Knows Issues

  • Want support orientation change. So for now only lock to one orientation.

Author

Lakitha Sam, lakitharav@gmail.com

License

OLCVideoPlayer is available under the MIT license. See the LICENSE file for more info.