videojs-youtube icon indicating copy to clipboard operation
videojs-youtube copied to clipboard

YouTube playback technology for Video.js

Results 102 videojs-youtube issues
Sort by recently updated
recently updated
newest added

I don't want to use native controls in a mobile browser, but still, it's showing native controllers instead of ytControllers here are my settings as follows ``` var vid =...

Hi There, for some reason on iPhone only, I'm getting the youtube suggestions on top of the video frame as can be seen in the attached image. what am I...

Is it possible to integrate twitch with videojs too? We depend on a lot of dependencies from videojs. If anyone is willing to do this, i'm paying. Docs: https://dev.twitch.tv/docs/embed/video-and-clips/#interactive-frames-for-live-streams-and-vods Example:...

Is this increasing youtube's movie views when plays videos via webpage ?

same issue as [#354](https://github.com/videojs/videojs-youtube/issues/354), but that one was closed long time ago with many new reports un-replied. So I recreate it in order to get attentions and have it fixed....

On iOS (haven't tested android) the inline video does not show the controls when you tap the video. It appears the blocker div was removed due to autoplay? https://github.com/videojs/videojs-youtube/commit/053369e6c07fd5de3a0c16373f0bd608f1d46a35 I'm...

Not sure if i'm the only one who gets this error, but when i refresh the page and switch to a different tab...it doesn't load and throws me this error:...

As above. Videos on google drives actually use the same player of Youtube, so may I ask you if this can work with google drives files?

Display the .vjs-iframe-blocker div all the time to avoid direct interactions with iframe player

https://developers.google.com/youtube/player_parameters#playsinline Youtube api differs from in that it requires a 1/0 instead of a boolean. So video.js is properly sending the attribute but videojs-youtube needs to convert it to an...