Skip to content

LakithaRav/OLCVideoPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.