Quantcast
Channel: MPMoviePlayer play on when application goes Background - Stack Overflow
Browsing index pages (4 articles)

MPMoviePlayer play on when application goes Background

I am working with iOS5.I am working on HTTPLivestream project .Here i am using MPMovieplayer ,my problem is when application goes to background there is no audio . i am changing the plist in background...

View Article


Answer by Naina Soni for MPMoviePlayer play on when application goes Background

You need to do remote control setting in combination with Background support setting in ios5-// register your app for remote controlif([[UIApplication sharedApplication]...

View Article


Answer by user187676 for MPMoviePlayer play on when application goes Background

Try to activate the audio session before initializing the player, e.g. in the app launch delegate:- (void)applicationDidFinishLaunching:(UIApplication *)application NSError *error = nil;...

View Article

Answer by Khalid Usman for MPMoviePlayer play on when application goes...

If you are testing on simulator, then it's doesn't work on simulator, please use device. If you are using device and audio is not playing in background, then can you please email me your complete...

View Article
Browsing index pages (4 articles)


Latest Images