Video & Audio Sync
Hi,
I'm working on the application which should play silent Video with selected Audio track. I have done app which runs correctly on simulator but not working on devices. It seems like Audio track is starting to play but stop as soon as Video playback get started.
I'm using MPMoviePlayer & AVAudioPlayer for playing Video & Audio. These players get initiated in main controller and start to play when button is pressed which appear in main view.
Any idea why these players not run parallel in devices correctly? Or is it required to use thread for each player?
Thanks in advance
iLasantha.
|