I need customized HTML5 video player, also I need youTube videos to play. I got one HTML 5 video player vidoeJS http://www.videojs.com/, but I am not able to play a youTube video in this player. How to make youTube player to play using this player.
Asked
Active
Viewed 3.3k times
2 Answers
16
There's a video.js plugin for YouTube support. https://github.com/eXon/videojs-youtube
And Vimeo. https://github.com/eXon/videojs-vimeo

heff
- 3,171
- 1
- 20
- 21
-
It looks like the code of `eXon` was moved in-house as it redirects to: https://github.com/videojs/videojs-youtube – Steven Almeroth Sep 04 '21 at 08:21
6
Alternatively you could use MediaElement.js which supports both HTML5 video and YouTube.

Ian Devlin
- 18,534
- 6
- 55
- 73