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
When you keep dragging seeker on progress bar left and right for few seconds at https://videojs.com/advanced/?video=disneys-oceans, the player looks stuck. Checking developer tool you will find tens of requests sent in Safari of iPad Pro. It will revive until the last request returns response.
Some servers will cancel the repeated requests from the same URL with a series of corrupted .m3u8 files returned. If the browser is unable to ignore those responses and still send them to <video /> to handle, this issue will happen #8561
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Description
When you keep dragging seeker on progress bar left and right for few seconds at https://videojs.com/advanced/?video=disneys-oceans, the player looks stuck. Checking developer tool you will find tens of requests sent in Safari of iPad Pro. It will revive until the last request returns response.
Some servers will cancel the repeated requests from the same URL with a series of corrupted .m3u8 files returned. If the browser is unable to ignore those responses and still send them to
<video />
to handle, this issue will happen #8561Reduced test case
https://videojs.com/advanced/?video=disneys-oceans
Steps to reproduce
Errors
No response
What version of Video.js are you using?
The version used at https://videojs.com/advanced/?video=disneys-oceans
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Safari on iPad Pro (12.9-inch) 6th generation
What OS(es) and version(s) does this occur with?
iOS 16.2
The text was updated successfully, but these errors were encountered: