How to play even background mode using MPMoviePlayerController
问题 Audio Live Streaming Service using IIS7 is prepared. Audio Live streaming server setting is very complex, but have succeeded. I obtained a URL for streaming like this(@"http://xxx.xxx.xx.xx/liveStream.isml/manifest(format=m3u8-aapl).m3u8"). My using code is unexpectedly simple. self.theURL = [NSURL URLWithString:@"http://xxx.xxx.xx.xx/liveStream.isml/manifest(format=m3u8-aapl).m3u8"]; if(moviePlayer == nil) { moviePlayer = [[MPMoviePlayerController alloc] initWithContentURL:theURL]; }