Re: Copy AVplayerLayer content to another CALayer on another window (Preview)

2014-11-26 Thread Gerd Knops
You know that you can have multiple AVPlayerLayer pointing to the same AVPlayer, right? At least on OS X that works just fine. Gerd > On Nov 26, 2014, at 9:43 AM, douglas welton > wrote: > > Have you taken a look at AVPlayerItemVideoOutput? > >> On Nov 20, 2014, at 11:44 AM, Hado Hein wrote

Re: Copy AVplayerLayer content to another CALayer on another window (Preview)

2014-11-26 Thread douglas welton
Have you taken a look at AVPlayerItemVideoOutput? > On Nov 20, 2014, at 11:44 AM, Hado Hein wrote: > > For a signage app I’m looking for a way to copy the output of an AVPlayer > doing a 720p video to another window.layer . > > At the moment I’m doing a complete second AVPlayer with the same f

Copy AVplayerLayer content to another CALayer on another window (Preview)

2014-11-20 Thread Hado Hein
For a signage app I’m looking for a way to copy the output of an AVPlayer doing a 720p video to another window.layer . At the moment I’m doing a complete second AVPlayer with the same file and start/stop the files right after each other. This lasts for the imagination of sync play. Now I’d lik