iOS 4.2.1:MPMoviePlayerController 在 iPod Touch 上无法播放视频文件

发布于 2024-11-16 17:51:39 字数 229 浏览 0 评论 0原文

我正在将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一人独醉 2024-11-23 17:51:39

一种可能是您的视频是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文