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
Whenever the video quality changes for HLS (either manually or via auto resolution switching), there is no loading spinner shown even though the waiting event is triggered. In video.js's source code, we can see that the vjs-waiting class is added which will trigger the loading spinner. However, even though the video player is in a waiting state when you try to switch resolutions quickly, there is no automatic loading spinner.
Expected result:
When a video quality change occurs and the video is buffering, show the loading spinner to appropriately respond to the waiting event.
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.
Whenever the video quality changes for HLS (either manually or via auto resolution switching), there is no loading spinner shown even though the
waiting
event is triggered. In video.js's source code, we can see that thevjs-waiting
class is added which will trigger the loading spinner. However, even though the video player is in awaiting
state when you try to switch resolutions quickly, there is no automatic loading spinner.Expected result:
When a video quality change occurs and the video is buffering, show the loading spinner to appropriately respond to the
waiting
event.Reproduction steps:
Visit https://videojs-http-streaming.netlify.app/?debug=false&autoplay=false&muted=false&fluid=false&minified=false&sync-workers=false&liveui=true&llhls=true&url=https%3A%2F%2Fbitdash-a.akamaihd.net%2Fcontent%2FMI201109210084_1%2Fm3u8s-fmp4%2Ff08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8&type=application%2Fx-mpegurl&keysystems=&buffer-water=false&exact-manifest-timings=false&pixel-diff-selector=false&network-info=false&dts-offset=false&override-native=true&use-mms=true&preload=auto&mirror-source=true&forced-subtitles=false and try to quickly change the resolutions. Sometimes you will see the video content freeze without any loading spinner to indicate something is happening.
The text was updated successfully, but these errors were encountered: