视频无法在 iPod 上播放
我需要在 iPhone 中播放一些电影文件。为此,我使用了标准编码,将文件从itunes转换为m4v格式,然后将文件上传到服务器上,这样我就可以直接通过代码调用它,在操作系统> 3.2的MpMediaPlayerViewcontroller和操作系统> 3.2的mpmediaplayercontroller上下载和播放操作系统<3.2。
现在的问题是,我在运行时从服务器流式传输的转换后的文件在 Iphone 3、3gs、IOS 4 上播放正常,但无法在 iPod touch(4g) 上播放(从我的程序调用)。
同样的视频,如果我通过 itunes 直接同步到 iPod,并通过 iPod touch(4g) 上的视频应用程序播放,则可以完美播放。
所以我无法理解到底出了什么问题。如果有人可以的话请帮帮我。这非常重要。
请注意,除了 <3.2 和 >3.2 变体之外,我不会更改代码。
I need to play some movie files in the iphone. For that i have used standard coding, converted the file to m4v format from itunes, and then uploaded the file onto a server, so that i can directly call it through code to download and play on the MpMediaPlayerViewcontroller for OS >3.2 and mpmediaplayercontroller for OS <3.2.
Now the problem, the converted file which i stream from server at runtime plays fine on Iphone 3, 3gs, IOS 4, but it fails to play on the ipod touch(4g)(calling from my program).
The same video, if i sync through itunes directly to the ipod, and play it via the Videos app on The ipod touch(4g), plays flawlessly.
So i am not able to understand, what exactly is going wrong. If any one can, please help me out. Its seriously important.
Please note, i dont change code even a bit except for <3.2 and >3.2 variations.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
明白了,伙计们……服务器端的用户代理出了问题。 :)
Got it folks... The user agent on the server side got goofed up. :)