I have developed a mac application for Yosemite for IOS screen recording.The application mirrors the devices with MediaType Muxed like iPod and iphones to the Mac screen for recording along with a preview.The application works fine except that whenever I open the camera based applications on IOS device the preview starts lagging.
These are the frameworks that are used to implement the application:
AVFoundation
CoreMediaIO
Cocoa
To Implement the application:
1.Initially I had set the CoreMediaIO System Object's Property(Allow Screen capture devices) to 1 as specified in WWDC Video session 508 Camera Capture:Manual Controls in track media.This shows device with media type Muxed in the list of screen capture devices.
2.Than I have created a session along with the preview layer to show the preview and provided interfaces for recording.
Can anyone please help me to find a solution.