I am using AVCaptureSession to record video asset with no sound. But is it possible to configure AVAudioSession to continue iPod audio playing background music?

link|improve this question
What do you mean by background music? – JOG Mar 7 at 18:39
Lets assume, that we are listening Music Player in background mode. Then we are starting our app and initialize AVCaptureSession with video device only. The Music Player stops playing :-( – voromax Mar 8 at 15:59
feedback

1 Answer

I have not used AVAssetWriter yet, but I am planning to.

So far, I got a AVAudioRecorder recording at the same time as an AVAudioPlayer is playing music in my app.

Edit: But now it seems like that's not what you were looking for. Maybe try to revise your question for clearness and it might get some more answers. :)

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.