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
↧