在 MPMoviePlayerController 中播放 Youtube 视频或播放 RTSP - 3GP 链接
我检查了 stackoverflow 并在互联网上进行了搜索,但未能找到解决我的问题的方法。 在我的应用程序中,我需要控制 YouTube 视频的显示方式。我需要控制 MPMoviePlayerController 以及 MPMediaPlayback 属性。所以实际上我有 3 个问题:
是否已经有一个在您自己创建的 MPMoviePlayerController 中直接播放 youtube 视频的解决方案?
是否可以在 MPMoviePlayerController 中播放 youtube 为移动网站提供的 RTSP - 3GP 链接? (目前它拒绝 RTSP 格式)
是否可以控制每当 YouTube 视频嵌入 UIWebView 时启动的 MPMoviePlayerController?
如果这三个问题中只有一个能得到回答我就很高兴了!
提前致谢!
I've checked on stackoverflow and searched all over the internet but haven't been able to find a solution to my problem.
In my app I need to have control over the way a youtube video is shown. I need to have control over the MPMoviePlayerController and thereby MPMediaPlayback properties. So actually I have 3 questions:
Is there already a solution for playing youtube videos directly in a MPMoviePlayerController that you create yourself?
Is it somehow possible to play the RTSP - 3GP links youtube has for the mobile site in the MPMoviePlayerController? (Right now it refuses the RTSP format)
Is it possible to have control over the MPMoviePlayerController that starts whenever a youtube video is embedded in a UIWebView?
If only one of these 3 questions can be answered I would be very happy!
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)