-
Notifications
You must be signed in to change notification settings - Fork 31
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
Webkit green screen on first video #2
Comments
On which platform is this happening? Linux I guess? I can reproduce the issue with org.gnome.Epiphany.Devel which ships with The Epiphany.Devel runtime includes With the VA decoder the output is black in Epiphany.Devel ;) But in Canary it renders fine. You can check which decoder is used with this env var: |
Yeah, it is happening in both Epiphany and in the Linux Tauri app which uses Why is webkit so bad? Oh right, Apple... Anyways, I'll take a closer look tomorrow :) |
Apple has nothing to do about this. |
Fair point, the webkit and webkit2gtk/linux issues are just very cumbersome. Checking the decoder, it gives Using the following command still does not fix the issue:
Note: I added the others, because Youtube also uses those too. |
The syntax you used is incorrect and i wasn't asking about avdec but va. |
Using the following also still gives a green screen:
|
Maybe you don't have those decoders? |
That might be the issue:
|
After installing The result of
|
Is this env var set? |
Yep, I checked the environment vars using:
It gives:
|
Webkit-based browsers have a green screen when playing the first video after opening RustyTube.
The audio still plays fine and it is easily fixed by changing formats.
The text was updated successfully, but these errors were encountered: