videojs / videojs-contrib-ads

A Tool for Building Video.js Ad Plugins
http://videojs.github.io/videojs-contrib-ads/
Other
379 stars 257 forks source link

fix: playback rate should be 1 while ad is playing #548

Closed philjhale closed 1 year ago

philjhale commented 1 year ago

Problem

Ads can be played at a speed greater than 1. See this demo. Set the speed to x3 and wait for the mid-roll ad to play. Expected behaviour, ad plays at x1 speed. Actual behaviour, ad plays at x3 speed.

Changes

Here is a demo of the fix.