Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Youtube mobile playback?


Hello,
Anyone knows how to play youtube playback in JWPlayer?
I used:

PlaylistItem pi = new PlaylistItem.Builder()
.file("https://www.youtube.com/watch?v=YUGdmnMxe0E")
.title("BipBop")
.description("A video player testing video.")
.build();


I also tried to tried file :https://youtu.be/YUGdmnMxe0E

3 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

The Android SDK does not support YouTube urls. You must always point to actual video urls that end with mp4, m3u8, webm, mpd etc.

y...

User  
0 rated :

@George Thanks for replying. Does jwplayer have the option to play html5 embeded video?

George

JW Player Support Agent  
0 rated :

I’m not exactly sure what you’d want to do. The Android SDK will only play video and audio content and you must pass it a url to the actual content itself.

This question has received the maximum number of answers.