Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikeMTOL/KSVideoPlayer
- Owner: mikeMTOL
- Created: 2014-05-08T20:44:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T00:30:22.000Z (over 9 years ago)
- Last Synced: 2024-07-20T11:06:07.030Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 1.61 MB
- Stars: 168
- Watchers: 12
- Forks: 53
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
KSVideoPlayer
=============Using iOS AVPlayer on a layer full example
Tried to simulate Youtube's official video display.
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.1Comments
----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.