every one. I\'m trying to figure out how to play live stream using MPMoviePlayerController. For testing i\'m using Apples test stream sample http://devimages.apple.com/iphon
You should use direct link to play list file: http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8
NSURL *mediaURL = [NSURL URLWithString:@"http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8"];
MPMoviePlayerController *mediaPlayer = [[MPMoviePlayerController alloc] initWithContentURL:mediaURL];