在iOS上播放youtube视频 [英] Playing youtube videos on iOS

查看:1280
本文介绍了在iOS上播放youtube视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道McTube( https ://itunes.apple.com/us/app/mctube-for-youtube/id559618284?mt = 8 )播放youtube视频.看起来像自定义MPMoviePlayerController,但允许吗?

I was wondering how are apps like McTube (https://itunes.apple.com/us/app/mctube-for-youtube/id559618284?mt=8) playing youtube videos. It looks like a custom MPMoviePlayerController but is that allowed?

顺便说一句,我需要使用UIWebView无法实现的自动播放功能,这就是我想知道的原因.

BTW I need autoplay which I couldn't achieve with UIWebView, that's why i was wondering.

推荐答案

某些YouTube视频可以在MPMoviePlayerController中播放-有些不能.当您通过YouTube数据API查询视频(链接此处)时,您会获取特定视频的所有可用内容类型,包括Flash播放器,3GPP,MP4(如果可用,则为 )等.您可以使用这些URL加载MPMoviePlayerController.

Some YouTube videos can be played back in a MPMoviePlayerController - some cannot. When you query a video through the YouTube Data API (link here) you'll get back all the content types available for a particular videos, including the Flash player, 3GPP, MP4 (if available), etc. You can use these URLs to load up a MPMoviePlayerController.

很好,但是正如我所说-并非所有视频都可以这种方式嵌入.某些视频(主要是需要显示广告的视频)无法放入本机控制器中.

This is perfectly fine, but as I've said - not all videos are available to embed this way. Some videos (mainly ones that require adverts to be displayed) can't be put into native controllers.

这篇关于在iOS上播放youtube视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆