videojs-youtube
videojs-youtube copied to clipboard
YouTube playback technology for Video.js
videojs-youtube 2.6.1 works perfectly fine with video.js versions up to 5.15.1 It doesn't work with 5.16.0 or any newer version of video.js
I'm trying to play a Youtube video using videojs and videojs-youtube. I posted this in Stackoverflow first then I saw this page. I've installed the latest versions with npm (videojs...
Hi, I have a video and I wanted a 240px height. The problem arises when I want to enable fullscreen because it displays 240px height instead of 100% how do...
I'm showing youtube videos using javascript youtube iframe api. (https://developers.google.com/youtube/iframe_api_reference) html: ```html ``` js: ```js main_player = new YT.Player('main_player', { height: '640', width: '1024', videoId: 'HBp43hgKG5M' }); ``` But there...
Youtube video not playing for iframe-embedded sites (chromium browsers Only - Firefox seems to work)
Hello, Seems there is a problem when playing Youtube videos in a site which is embedded in another one through an iframe. After doing some debugging, seems for some reason,...
VIDEOJS: ERROR: The "youtube" tech is undefined. Skipped browser support check for that tech in angular 7 "video.js": "^7.8.4", "videojs-youtube": "^2.0.8",
https://jsfiddle.net/L4mkxht5/ all time loader but video don't start https://i.imgur.com/Ytbt8BR.png Chrome Version 87.0.4280.88 (Official Build) (64-bit) update: trouble with vjs-poster and vjs-loading-spinner
Youtube video loaded in videojs player via iframe is stuck in loading screen forever especially on mobile devices. I did everything related i.e allowed autoplay etc. but still there is...
AS the title suggests - can not get any videos to play, only sound. I have tried setting headers to allow access, useCredentials etc, but nothing is working. Has anyone...
Hello! We are currently applying [CSP (Content Security Policies)](https://developer.mozilla.org/en-US/docs/Web/Security/CSP) to our app, and VideoJS-youtube breaks the policy by trying to add inline style (and a style tag) to the DOM,...