草庐IT

theMoviPlayer

全部标签

ios - MPMoviePlayerController 在 5 秒后停止播放视频

我尝试在iOS中播放视频,但它只播放了5秒的任何视频。这是我的代码:NSBundle*bundle=[NSBundlemainBundle];NSString*moviePath=[bundlepathForResource:@"videoviewdemo"ofType:@"mp4"];NSURL*movieURL=[[NSURLalloc]initFileURLWithPath:moviePath];MPMoviePlayerController*theMoviPlayer=[[MPMoviePlayerControlleralloc]initWithContentURL:movie