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

How can I setup the video to play as fluid In videojs "data-setup="{'fluid':true} but that same code does not work in here. Am I missing something ?

Please check this issue [here](https://github.com/dinony/videojs-youtube-issue0#timeupdate-issue). The timeupdate event seems to behave differently with regard to the default tech (see [here](https://github.com/dinony/videojs-youtube-issue0/tree/proof/timeupdate-mp4))

I have an issue similar to issue #288, could you please tell me how it was fixed?

When multiple videos are on the same page, I can see this message in console: VIDEOJS: ERROR: TypeError: this.ytPlayer.getDuration is not a function I am using custom cover for videos,...

how i can remove youtube branding logo from the player using videosjs youtube

Hello How to load the youtube URL and initialise the video js using the Javascript ?

ytControls do nothing If your set 1 or 2 here the Youtube control will always show `data-setup='{ "controls": true, "techOrder": ["html5", "flash", "youtube"], "youtube": { "iv_load_policy": 3, "ytControls": 2 }...

how i can add command to play higher quality video like 720p 1080p and also logo is appearing in video who to remove logo of youtube.

![image](https://user-images.githubusercontent.com/16288575/29122312-82a16ae0-7d2f-11e7-9ddf-f1d08f34ac78.png) Error message: ```js VM291:712 Refused to load the script 'https://www.youtube.com/iframe_api' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval'". ```

i have code in the videojs initializer, but it seems when youtube video is played the code not go in function `videojs("principalVideo", {responsive:true}, function(){ myPlayer = this; // Player (this)...