YouTube support for VideoJS
Is there a way to add youtube support? It seems that VideoJS supports it with a plugin. https://videojs.com/guides/faqs/#q-can-videojs-play-youtube-videos
Also there is a plugin for DRM content ;)
Any way to enable either?
FAQs | Video.js
Some frequently asked questions about Video.js
Solution:Jump to solution
For the youtube link, add &controls=0&autoplay=1 at the end.
In the options, click allow auto play...
5 Replies
Using Iframes and the embed function of youtube it should yes, but in the future this will also be supported in the notebook widget
Yeah thing is with the iframe it doesn't autoplay and shows the yt UI
Solution
For the youtube link, add &controls=0&autoplay=1 at the end.
In the options, click allow auto play
There's only so much of the youtube UI you can hide unfortunately but that's a limitation on their part
Also, autoplay doesn't work on all browsers
Ah that works great