iOS 4.2.1:MPMoviePlayerController 在 iPod Touch 上无法播放视频文件
我正在将 MPMoviePlayerController 与我的应用程序一起使用。它在 XCode 模拟器和设备(带有 iOS 4.3.1 的 iPod Touch)上都能正常工作,但是当在运行 4.2.1 的 iPod Touch 上以 XCode 调试模式运行该应用程序时,我收到一条错误,指出视频格式为不被支持。
该视频是 mp4 文件,据我所知该设备应该能够播放 mp4 文件。
我们将非常感谢您的帮助。
I'm using the MPMoviePlayerController with my App. It works fine both with the XCode simulator and the device (iPod Touch with iOS 4.3.1), but when running the App in XCode's Debug Mode on an iPod Touch running 4.2.1, I get an error which says that the video format is not being supported.
The video is an mp4-file and as far as I know the device should be able to play mp4 files.
Your help will be very much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种可能是您的视频是 H.264 的 Main Profile。 iPod Touch 第 4 代支持此功能,但 iPod touch 第 2 代和第 3 代不支持 - 这些仅支持低复杂度基线和基线配置文件。
One possibility is that your video is H.264's Main Profile. This is supported by the iPod Touch 4th gen, but not the iPod touch gen 2 and gen 3 - these support only Low Complexity Baseline and Baseline profiles.