I’m building application that needs to send recorded audio and video data to net separately.
Currently I’m using QTKit to capture media but it only allows to work with video and audio data combined.
Is there any way or frameworks that allows to work with video and audio apart?
I’m building application that needs to send recorded audio and video data to net
Share
False.
You can add multiple inputs and outputs to your capture session with QTKit. They don’t have to combine the A/V. Start here and read the entire document, then post another question if you have trouble.