Sumanth
Sumanth
We are trying to reproduce this behavior in order to fix it. Both @stefanotauriello's code (HTML included) and https://jsfiddle.net/cxdnbgeo/ seem to work as expected on Android and iOS. Can you...
Thanks for additional information! The above code snippet works on both Chrome 69.0.3497.92 and Firefox 62.0 Both Android and iOS web players work as well. @stefanotauriello Since you mentioned that...
how about something like ```js const v = document.querySelector('video'); const getBufferedPercent = (videoElement) => { const bRanges = videoElement.buffered; let bDuration = 0; for (let i = 0; i <...
> I tried but it doesn't work, Im using Nextjs and Hls.js package I see that the duration is 0 in your logs. It might be worth calling this function...