• Stars
    star
    168
  • Rank 225,507 (Top 5 %)
  • Language
    Objective-C
  • Created over 10 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Using iOS AVPlayer on a layer full example

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

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.