videojs / videojs-youtube

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

YouTube Ads not being shown #615

Open SubZer0-gh opened 10 months ago

SubZer0-gh commented 10 months ago

I'm building a videojs player that combines the base player with other plugins - youtube, playlist, playlist-ui. The example codepen is here: https://codepen.io/SubZer0-cp/pen/MWLYmbg

All three videos, when played directly on youtube.com, will show ads before the video starts. However, after using them in video.js, those ads wont play. A client of mine needs the default youtube ads to play as they are monetizing those videos.

How do i get to show the regular youtube ads when playing in videojs?

Thank you!!