hls.js
hls.js copied to clipboard
AV1 change level freeze image until next segment
What version of Hls.js are you using?
v1.5.8
What browser (including version) are you using?
newest Chrome, newest Microsoft Edge
What OS (including version) are you using?
Windows 11
Test stream
No response
Configuration
{default}
Additional player setup steps
No response
Checklist
- [X] The issue observed is not already reported by searching on Github under https://github.com/video-dev/hls.js/issues
- [X] The issue occurs in the stable client (latest release) on https://hlsjs.video-dev.org/demo and not just on my page
- [X] The issue occurs in the latest client (main branch) on https://hlsjs-dev.video-dev.org/demo and not just on my page
- [X] The stream has correct Access-Control-Allow-Origin headers (CORS)
- [X] There are no network errors such as 404s in the browser console when trying to play the stream
Steps to reproduce
- Insert a Player
- Play a playlist including an AV1 video
Expected behaviour
Switch level and flush out the current frame for the new quality
What actually happened?
Audio goes without a change but the video freezes to the next segment and when the next segment arrives it continues playing.
Console output
Play current segment on change (video)
Chrome media internals output
No response