videojs / videojs-youtube

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

Youtube video not playing but showing thumbnail of that video. #573

Open codebee opened 3 years ago

codebee commented 3 years ago

I used below setting to my Reactjs videojs component. But it is loading only thumbnail of the youtube but youtube video not loading.

videoJsOptions = { techOrder: ["youtube"], autoplay: 1, controls: 1,
sources: [ { src: "https://www.youtube.com/watch?v=8zlvZY7_UU0", type: 'video/youtube' } ] }

When I look on the div I found below css. And I can not find any iframe with the youtube link.

video-js vjs-default-skin animator imgpblock media-block-video lozad vjs-play vjs-controls-disabled vjs-workinghover vjs-v7 vjs-user-active vjs-youtube

I used below packages

"video.js": "7.10.2", "videojs-youtube": "2.6.1"

please help me to sort this issue.

thanks.

Larcis commented 3 years ago

Hi @codebee , Any updates on this? Could you find the reason or a workaround? Regards.

alew140 commented 3 years ago

updates ?