-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Question] Videos do not play most of the time with DASH enabled - Pale Moon on Garuda Linux #4713
Comments
You are most likely missing some codec. |
Hmm... so it does work on Waterfox but not Pale Moon? Either this is a bug on Invidious's end or I'm genuinely missing a codec (that i don't even know). |
The missing codec is listed in the log you provided, specifically You can check with, this test page, specifically the |
This should be classified as bug. Correct behavior would be to fallback to VP9. Even better, ideally, Invidious should offer the ability to block undesired codecs, as is possible for a long time on YouTube using various extensions, from enhanced-h264ify to ImprovedTube. AFAIK AV1 is disabled in Pale Moon by default due to some unresolved issues, one could enable it on about:config page by toggling media.av1.enabled. But it uses older decoder, which is slower, and even if you're on Mozilla Firefox which uses a faster AV1 decoder, users on older computers will prefer to at least disable AV1 codec as it is very demanding on older processors and will not allow smooth playback on higher quality settings. |
If we block av1, there is no codec available anymore. Video.js our video player library does not support vp9 in webm format. |
Describe the bug
If you enable DASH quality, you can't watch videos most of the time.
Steps to Reproduce
Logs
Screenshots

Additional context
The text was updated successfully, but these errors were encountered: