views:

352

answers:

0

So we want to be able to stream a video from a website.

We also want to be able to do the same with a separate audio file.

The reason why we need them to stream separately and can't integrate the two into just a video is because we need the user to be able to scrub the video however the audio should keep playing. Is there a way to get MPMoviePlayerController to stream the video on button click, as well as stream audio "underneath" the video, playing at the same time, using maybe something such as AVAudioPlayer (unless there's other classes that make this easier).

Anyone know how to do something like this?