Glitchbone / CordovaYoutubeVideoPlayer

Play Youtube Videos in a native Video Player on Android & iOS
MIT License
83 stars 133 forks source link

How to play youtube Playlist #11

Open Aathi opened 9 years ago

Aathi commented 9 years ago

Hi, I have tried to play youtube video as well as youtube playlist. Video works fine but not Playlist, in the IOS simulator the playlist is trying to play (player is loading) but closes right after.Is it possible to play playlist?

dukex commented 9 years ago

Hi, again, @Aathi

Today android and ios code is play only a video id

Android code iOS Code

I dont know about ios library(I search and found only this thread about playlist)

But to plugin works on android is necessary call

Intent lVideoIntent = new Intent(null, Uri.parse("ytpl://"+YOUTUBE_PLAYLIST_ID), this, OpenYouTubePlayerActivity.class);
startActivity(lVideoIntent);