Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikeMTOL/KSVideoPlayer

Using iOS AVPlayer on a layer full example
https://github.com/mikeMTOL/KSVideoPlayer

Last synced: 3 months ago
JSON representation

Using iOS AVPlayer on a layer full example

Awesome Lists containing this project

README

        

KSVideoPlayer
=============

Using iOS AVPlayer on a layer full example

Tried to simulate Youtube's official video display.

ScreenShot Portrait

ScreenShot Landscape

How To Get Started
------------------
After download, run from Demo folder
```` bash
pod install
````

Open workspace created by cocoapods

Requirements
---------------
##### requires KeepLayout cocoapod
I've tested this project with iOS 7.1

Comments
----

This is far from complete, but is a good starting point for anyone wanting a custom AV player for their app.

Needs error checking of AVPlayerItem, etc.

More
----

Any suggestions are welcome ! as I am looking to learn good practices, to understand better behaviors and Objective-C in general !
Thank you.