Alex Barstow

Results 4 comments of Alex Barstow

The Chrome emulator is not a perfect fidelity simulation of an actual iOS environment, so some playback anomalies are not wholly unexpected there. However, DASH playback is not supported on...

Are you triggering `'adsready'` after source change? See [relevant docs](https://github.com/videojs/videojs-contrib-ads/blob/main/docs/integrator/api.md) on `'contentchanged'` and `'adsready'`. If you are not able to resolve this it would be helpful if you could share...

Calling `deregisterPlugin()` will not clean up event handlers added by the plugin. To do that you will need to dispose the player by calling `player.dispose()`. However, even doing this will...

> the reason I am not using version 7 is because it does not work at all Version 7.x of this plugin depends on Video.js 8.x, and will not work...