Playlist (embedded ) broken on iOS

别等时光非礼了梦想. 提交于 2019-12-08 09:56:44

问题


Since Oct 17th (2013)
Embedded Playlist no longer work on iOS (iPad, iPhone)

Verified on iPad2 (iOS6) , iPhone4s (iOS7)
Verifed with a few different playlists.
Verified by many others

I repeat this is about the STANDARD EMBEDDED PLAYLIST as it is shown on Youtube-website below the videos (share >embed) (ie: NOT any special API-script , NOT any "comma-separated-list" NOT cuePlaylist, NOT SWFobj ..but the SIMPLE STANDARD PLAYLIST EMBED CODE) as it is shown on Youtube´s website below all videos that are part of a playlist.

They simply don't load and nothing appears just a plain black screen.

When I embed ONLY ONE SINGLE video then it will play fine on iOS

Below (standard) playlist embed-code shows only a black screen and on top
just the title bar with title of the 1st video.

<iframe width="928" height="522" src="http//www.youtube.com/embed/videoseries?list=PLB4CF45A350C9CD8A" frameborder="0" allowfullscreen></iframe>

Below (extended) code shows only a totally black screen:

<iframe width="928" height="522" src="http://www.youtube.com/embed/videoseries?list=PLB4CF45A350C9CD8A&amp;autoplay=0&amp;autohide=1&amp;rel=0&amp;iv_load_policy=0&amp;modestbranding=1&amp;showinfo=0 "frameborder="0" allowfullscreen></iframe>

As said both codes used to work fine on iOS untill last week 17th.
Both codes work fine on all desktop browsers.

Link to the general youtube help forum
where we are told to post here and
where you can see that others have the same problem:

http://productforums.google.com/forum/#!category-topic/youtube/playing-and-watching-videos/report-a-technical-issue/ios/_crm-T7BFvM%5B1-25-true%5D

Question-1:

Is this a new bug on Youtube's side ?

Question-2:

Is there a workaround available until they repair it ?


回答1:


This is a reported issue. Workarounds are here: https://code.google.com/p/gdata-issues/issues/detail?id=5411

You can also track the fix from there.




回答2:


Or try this

http://www.youtube.com/embed/?listType=playlist&list=PLmlOlokCCWI8eOeameRUzyqcTXIxzwlKo

This is the way I always use it




回答3:


Your problem is related to an issue I originally reported on the Google gdata-issues forum.

As of today, Google has fixed it: https://code.google.com/p/gdata-issues/issues/detail?id=5411#c14



来源:https://stackoverflow.com/questions/19598249/playlist-embedded-broken-on-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!