I am developing a music app where musical notation is displayed via a m4v video file played out using AVPLayer and an AVCaptureSession is used to preview and record both the video and audio of the performer playing along to the score.
Unfortunately, although the AVCaptureVideoPreviewLayer displays live video whilst the musical notation is displayed, when I try to add an audio input to the AVCaptureSession then the AVPlayer pauses.
I have tried using separate AVCaptureSession's for the preview layer and the audio recording as well, but that seems to make little difference.
Am I trying to do the impossible, or is there a way to playout video/audio and record video/audio at the same time.
As far as I can see Skype and Facetime do similar (although not exactly the same) things.