You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an issue where autoplay videos are inconsistent in Safari 11 (but fine in Chrome and Firefox). Specifically, triggered events in videojs-contrib-ads (preroll) sometimes do nothing and the video requires a click to play, even though the video element has muted=true and autoplay.
I'm not seeing this in using our autoplay example when I replace the tag with your tag. We're also in the process of updating our autoplay example to be more robust here.
I'm running into an issue where autoplay videos are inconsistent in Safari 11 (but fine in Chrome and Firefox). Specifically, triggered events in
videojs-contrib-ads
(preroll) sometimes do nothing and the video requires a click to play, even though thevideo
element hasmuted=true
andautoplay
.Using:
[email protected]
[email protected]
[email protected]
To clarify, the video plays correctly with preroll ads about 70% of the time, with this debug output from
videojs-contrib-ads
:About 30% of the time, the
adsready
event is triggered with no subsequent events, causing the video to no autoplay:The AdTagURL being tested is:
https://pubads.g.doubleclick.net/gampad/ads?correlator=2179236500362919&cust_params=beta%3D0%26google%3D1%26slot%3Dvideo%26test%3Dhouseads%26video_service%3D3%26video_id%3Dm2jtspultyvb4avdhubv%26player_version%3D2.1.3%26categories%3Darts-and-entertainment-movies%2Carts-and-entertainment-television%2Carts-and-entertainment%2Carts-and-entertainment-celebrity-fan-sla%26player%3D2.1.4%26ap%3D2%26ctp%3D0&description_url=http%3A%2F%2Fwww.thehollywoodgossip.com&env=vp&gdfp_req=1&iu=%2F1030006%2Fthehollywoodgossip_video&output=xml_vast3&sz=640x480&unviewed_position_start=1&url=null&eid=324123020%2C495644009&sdkv=h.3.195.4&sdki=3c0d&scor=554421001053338&adk=2876963133&u_so=l&osd=2&frm=0&sdr=1&is_amp=0&vpa=auto&vpmute=0&mpt=videojs-ima&mpv=1.2.1&afvsz=200x200%2C250x250%2C300x250%2C450x50%2C468x60%2C480x70&ged=ve4_td1_tt0_pd1_la1000_er0.0.0.0_vi0.0.1321.637_vp0_eb16491
Any guidance would be appreciated!
The text was updated successfully, but these errors were encountered: