-
-
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
[Bug] Using DASH on Linux Firefox leads to laggy playback #4665
Comments
Probably has to do with either video codec not supported by your device or firefox being not performant enough on ARM. Closing as video.js hasn't really changed for years and is fast enough. You may test this PR if it's better with the latest version of video.js 8 though: #4439 |
I think you're right --- I tested av1 playback on third-party sites (ie, neither Invidious or Youtube. Specifically, the problem was the most apparent here: https://av1comparison.vindral.com/), and it has the same lagging problems, while H.264 playback was smooth. Was the switch to av1 recent? |
Actually no but youtube only provide this codec when using DASH. |
I think I may have been too hasty --- I can only get the slowdown with |
Some video are AV1 only and some not. Mostly new video only have av1. |
Only those videos lags -- even videos that were published today plays as expected. I'm not sure what's the criteria for what codec gets returned. |
Interestingly, after I recently updated mesa, the playback is still laggier, but much less than before. |
Describe the bug
The unique combination of using Invidious, DASH, Linux, and Firefox leads to laggy playback --- changing any of these parameters (using Youtube, using HD720, or using Chromium), leads to smooth playback.
Steps to Reproduce
Logs
Screenshots
Additional context
I originally that it had something to do with my GPU, but I couldn't replicate the issue with other sites (even those that use video.js).
The text was updated successfully, but these errors were encountered: