-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Youtube not working in Chrome #575
Comments
bug only if using videojs styles and controls |
Seems to be working for me, hm... It seems to stall, but I refreshed the page, and it's working just fine now. |
Hi, same here, we have some people with this issue. After some research may be related with first user event interaction, it seems Youtube iframe does not get this event and the play fails. I don't know if there is a relation but plyr.io player has the same behaviour too. Maybe some change in YT that affects all players? |
I have also got this problem videos are no longer working in chrome browser they work in other browsers.
I have updated to the latest version of chrome chrome://settings/help And if I run ctrl+shift+n and run it in a incognito window it seems to work. I thought it maybe related to chrome extension but I have disabled them all and it still giving the same errors. You can recreated the issue by cloning this repo and running the simple.html example in chrome. |
This is the error I got with the same jsfiddle: https://jsfiddle.net/L4mkxht5/ I don't understand this error when I CLICK on play button. Why is the first user interaction not received by the YouTube iframe? |
I have the same issue here. After pressing play the video loading stalls only in Chrome. Does some have a work-around for this? |
I just posted an issue with a terrible hack-work-around (use at your own risk), that I believe it has to do with this issue or is basically the same. |
i cannot make this work, probably youtube detect if you are trusted or not, i mean something like that because it was working for me with a setTimeout of 3 seconds, now after a lot of test dont event work with setTimeout. Youtube detect if user interact with the dom, if that true then it work like a charm but of course that is out of our control. even simulating .click dont work lol. So..... if i'm not trusted for youtube then youtube is not trusted for me lol nothing else to do... i have to change the tech. |
I'm using another hacky workaround that works in my use case. I'm setting the player options to mute on load (to get the video to play in Chrome), but then set mute back to false on play: #593 |
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
The text was updated successfully, but these errors were encountered: