videojs / videojs-youtube

YouTube playback technology for Video.js
1.12k stars 548 forks source link

Playback issue with iframe #591

Open Anil-matcha opened 3 years ago

Anil-matcha commented 3 years ago

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 no improvement

Can someone kindly help how to fix this ?

Here is the link to the webpage where the videos are embedded https://www.gracie-mae.com/blog/post/best-movies-a-girls-night-in

Thanks in advance

Anil-matcha commented 3 years ago

@gkatsev Can you kindly look into this if possible ? The videos are on infinite buffering in mobile and works on some desktop devices but have infinite buffering issue on some others.

cadavre commented 2 years ago

We also face the same problem. YouTube embedded player does not start playing video when triggered by videojs API, i.e. via "big play button".

audas commented 2 years ago

Think it requires implementing the changes done in video.js to provide authentication to avoid CORS errors.

Have tried everything.

Reverted back to youtube embed API which I initiate from a click from a poster (if there is one) otherwise straight up embed.

Really is frustrating. Spent over 6 hours on this.