我目前正在尝试使用基本sdk 3.2 for ipad播放电影(MP4)。我设法让电影播放器弹出,但它立即关闭。我尝试更改文件格式以读取MP4链接
http://www.yo-yo.org/mp4/yu3.mp4
下面是测试代码:(没有处理mem发布等等..)
NSURL *url = [NSURL fileURLWithPath:remote_videoUrl];
MPMoviePlayerViewController* theMoviePlayer = [[MPMoviePlayerViewController alloc] initWithContentURL:url];
theMoviePlayer.moviePlayer.movieSourceType = MPMovieSourceTypeFile;
[self presentMoviePlayerViewControllerAnimated:theMoviePlayer];
任何人都有任何想法。有人说如果文件格式错误那么它会关闭但不应该播放MP4视频吗?
感谢。
答案 0 :(得分:2)
我的网址出错了:)愚蠢的我。