-
-
Notifications
You must be signed in to change notification settings - Fork 446
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
setting audio quality "best" doesnt actually change the quality best #6058
Comments
HLS doesn't provide bitrate information apparently, only DASH does. So I don't think we can do anything about it for HLS. |
That's also true, but how does newpipe used to do it tho? They always said even before DASH got implemented that newpipe app always picked highest bitrate audio. |
Pinging team members is against the code of conduct, first and last warning. |
Ah i understand, i'm sorry about that :( |
No, when disabling the Piped proxy HLS is enforced because Dash playback without proxy was broken by YouTube some time ago, see #5524. |
Steps to reproduce
Set the audio quality as best in settings
Expected behavior
It should select the one with highest bitrate and quality
Actual behavior
It doean't reapect that and always usea "mp4a.40.2 0kbps" as audio quality. Idk if it's due to HLS.
LibreTube version
0.23.2
Android version
android 13 lineage os 20
Other details
The download button does show higher quality options though.
And the audio source option also doesn't seem to provide any additional options.
Acknowledgements
The text was updated successfully, but these errors were encountered: