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 macli...@batchmaker.de 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

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 douglas_wel...@earthlink.net wrote: Have you taken a look at AVPlayerItemVideoOutput? On Nov 20, 2014, at

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