I can hear audio for about 5 seconds, and then my screen is constantly “Loading Movie…”
I am testing in the simulator.
STVideo *mySTVideo;
mySTVideo = [items objectAtIndex:indexPath.row];
moviePlayerViewController = [[MPMoviePlayerViewController alloc] initWithContentURL:[NSURL URLWithString:mySTVideo.video_url]];
NSLog(@"URL: %@", mySTVideo.video_url);
moviePlayerViewController.view.backgroundColor = [[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"st-screen.png"]];
[self presentMoviePlayerViewControllerAnimated:moviePlayerViewController];
[moviePlayerViewController release];
http://spin.atomicobject.com/2010/09/02/mpmovieplayerviewcontroller-check-yourself-before-you-wreck-yourself
good explanation, did the trick