Does video.js video player support YouTube videos?

I need a custom HTML5 video player, I also need youTube videos. I got one HTML 5 video player vidoeJS http://www.videojs.com/ , but I can’t play the YouTube video in this player. How to make YouTube player play with this player.

+8
html5 youtube video-player
source share
2 answers

There is a video.js plugin to support YouTube. https://github.com/eXon/videojs-youtube

And Vimeo. https://github.com/eXon/videojs-vimeo

+13
source share

Alternatively, you can use MediaElement.js , which supports both HTML5 video and YouTube.

+3
source share

All Articles