如何在 iPhone 上显示服务器上存储的视频
我对在 iPhone 上显示视频(存储在服务器上)有疑问。
我想在 iPhone 应用程序中显示视频。 这不是直播。
那么如何才能显示视频呢? 我已阅读 Apple 关于 HTTP 视频流的文档。
我需要调用 Web 服务吗? 有这方面的教程吗?
我已经看过 MPMoviePlayer 的 Apple 示例代码。 虽然本地存储的视频工作正常,但显示服务器上存储的视频时出现问题。
提前致谢..
I have a query regarding showing a video (which is stored on server) on iPhone.
I want show a video in an iPhone Application.
This is not live streaming.
So how the video can be shown?
I have read the Apple's documentation for HTTP streaming of video.
Do I need to call a Web Service?
Is there any tutorial for this?
I have seen the Apple Sample code for MPMoviePlayer.
While the locally stored video works fine, there is problem while showing the video stored on server.
Thanks in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅苹果的电影播放器示例代码 文档。
See the movie player sample code from the apple docs.