The documentation of AVPlayer recommends that the dev may use AVSynchronizedLayer instead of AVPlayerLayer.

AVSynchronizedLayer seems to be working with an AVPlayerItem though, which in turn is used by an AVPlayer for playback inside a AVPlayerLayer. Are there code examples which show the setup?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

I looked far and wide for example projects for you, and the only one I could find was this... just go to this page and look for his .zip file.

I strongly recommend you read this, it is an amazing tutorial on your question.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.