在模拟器上流式传输视频
我正在我的 iPhone 应用程序中流式传输视频,我想知道该视频可以在模拟器上播放,也可以像照片库中那样显示为缩略图。 还有什么是练习播放视频的好方法呢?
i am streaming videos in my iphone app and i want to know that the video can be played on the simulator and can also be shown as the thumbnail images as in photo gallery.
And what is the good practicing to play videos..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,这是可能的。
为此,您必须使用 mpmovieplayercontroller。
这个链接应该对你有帮助。
http ://iphoneincubator.com/blog/audio-video/play-video-with-mpmovieplayercontroller-in-ios-3-0-and-3-24-0
Yes it is possible.
for that you have to use mpmovieplayercontroller.
this link should help you.
http://iphoneincubator.com/blog/audio-video/play-video-with-mpmovieplayercontroller-in-ios-3-0-and-3-24-0
这是 YouTube 视频流的代码
Here is the code for youtube video stream
你好希万吉,
Hello shivangi,