11

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.

John Melchior
  • 417
  • 2
  • 5
  • 22

2 Answers2

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
6

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

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