在 iPhone 上保存流(mp4)
我有一个问题。我需要你们的帮助。 我正在开发一个应用程序,用户可以在其中观看流(mp4)或下载它。 我已经成功在 iPhone 模拟器上下载流(mp4),文件就在那里并且工作完美,但是当我尝试在 iPhone 上运行该应用程序时,它无法工作。文件在那里,但我无法播放。请帮忙...(这是在 Monotouch 中完成的)
I have a problem. I need your help guys.
Im working on an app where the user can either watch a stream(mp4) or download it.
I've succeded to download the stream (mp4) on the iphone simulator and the file is there and it works perfect, but when I try to run the app on the iphone it will not work. The file is there but I can't play it. Please help... (It's done in Monotouch)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
注意文件编码 iPhone 3G 和其他 iOS 设备只能播放 mp4 文件的特定子集。
在 MPMoviePlayerController 的 Apple 文档中:
Pay attention to file encoding iPhone 3G and other iOS device can play only a specific subset of mp4 file.
In Apple documentation of MPMoviePlayerController: