-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player does not automatically adjust video playback quality #5907
Comments
The only odd thing is bitdepth in the master.m3u8 is saying 8bit when the AV1 videos are 10bit (yuv420p10le) perhaps thats the issue. |
You can see this here: https://vidbin.org/w/3gnRtTn7qnrUG4pz4XmeHr |
Thanks for the video link. I think it's a hls.js issue as you can see the same behaviour on their official demo: https://hlsjs.video-dev.org/demo/?src=https%3A%2F%2Fvidbin.org%2Fstatic%2Fstreaming-playlists%2Fhls%2F1257e6bd-aedf-4c05-bf31-c2582792c967%2F5988e183-0de3-4ca9-8600-19d6da808c65-master.m3u8&demoConfig=eyJlbmFibGVTdHJlYW1pbmciOnRydWUsImF1dG9SZWNvdmVyRXJyb3IiOnRydWUsInN0b3BPblN0YWxsIjpmYWxzZSwiZHVtcGZNUDQiOmZhbHNlLCJsZXZlbENhcHBpbmciOi0xLCJsaW1pdE1ldHJpY3MiOi0xfQ== Please open the issue on their side (the root cause of the issue is probably the mixed codecs in the master playlist) |
I opened up a report over on their github. I have replicated this in the past with just AV1. I know in the past hls.js has had issues with opus audio, so maybe thats the source of the problem. |
@Chocobozzz Can you point out where these options are in peertubes source code so I can modify and try them out? Thanks! |
Describe the current behavior
With my current setup video quality remains at 480p and does not automatically adjust quality.
This happens regardless on if AV1 is the only format or if it's mixed in with h264.
The only error I see is the below one, which occurred when manually changing quality (which worked):
Client log: HLS.js error: mediaError - fatal: false - bufferStalledError
Master.m3u8:
Steps to reproduce
No response
Describe the expected behavior
No response
Additional information
PeerTube instance:
Browser name, version and platforms on which you could reproduce the bug: Firefox, no errors in console.
The text was updated successfully, but these errors were encountered: