Dawid Laskowski

Results 3 comments of Dawid Laskowski

If HLS stops working after you set iPhone user agent in your desktop browser it is because iPhone can play HLS natively while other devices/browsers use HLS.js for that so...

Are there any plans of fixing it or workarounds? Maybe downgrade to some particular version?

Here is my workaround, it doesn't solve the root issue but masks it for users: ```javascript let tempVolume; player.ima.addEventListener(google.ima.AdEvent.Type.STARTED, () => { const adVideoEl = player.el().querySelector(".ima-ad-container video[src]"); tempVolume = player.volume();...