Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does video.js video player supports youtube videos?

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.

like image 838
John Melchior Avatar asked Jul 10 '13 15:07

John Melchior


People also ask

What video player does YouTube use?

YouTube today announced it has finally stopped using Adobe Flash by default. The site now uses its HTML5 video player by default in Google's Chrome, Microsoft's IE11, Apple's Safari 8, and in beta versions of Mozilla's Firefox browser. At the same time, YouTube is now also defaulting to its HTML5 player on the web.

What is video js player?

Video. js is a web video player built for an HTML5 world. It plays adaptive media formats (such as DASH and HLS) in a browser, without using plugins or Flash. Instead, Video.

Who uses video js?

VideoJS websites with between 1000 and 10,000 social brand followers. VideoJS websites with between 10,000 and 100,000 social brand followers.

Does video js support DRM?

Due to the hard work of hundreds of contributors Video. js has become a safe player pick for those who seek a free extendable playback tool. And here lies the main advantage of this player – it has plug-ins and add-ons to support everything, including all three main DRMs – Widevine, PlayReady, and FairPlay.


1 Answers

There's a video.js plugin for YouTube support. https://github.com/eXon/videojs-youtube

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

like image 166
heff Avatar answered Sep 18 '22 02:09

heff