Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

Firefox Flatpak no hardware acceleration for h264 video

  • 2 svar
  • 0 har dette problem
  • 1 visning
  • Seneste svar af Erik.Schick

more options

Hello,

I am using the Flatpak Version of Firefox on Manjaro Linux. I have hardware accelerated video playback on Youtube for VP9 but not for H.264 on YouTube and Twitch. I can verify that with intel_gpu_top. My hardware should be capable to do hardware decode. You can see in the provided screenshots, that it should work from the configuration standpoint. Do I missing something here or is this maybe a bug? I can provide any further information if needed.

Hello, I am using the Flatpak Version of Firefox on Manjaro Linux. I have hardware accelerated video playback on Youtube for VP9 but not for H.264 on YouTube and Twitch. I can verify that with intel_gpu_top. My hardware should be capable to do hardware decode. You can see in the provided screenshots, that it should work from the configuration standpoint. Do I missing something here or is this maybe a bug? I can provide any further information if needed.
Vedhæftede skærmbilleder

Valgt løsning

Your ffmpeg runtime version looks too old (21.08), it needs to match the firefox runtime version.

flatpak info org.mozilla.firefox
flatpak install org.freedesktop.Platform.ffmpeg-full
Læs dette svar i sammenhæng 👍 2

Alle svar (2)

more options

Valgt løsning

Your ffmpeg runtime version looks too old (21.08), it needs to match the firefox runtime version.

flatpak info org.mozilla.firefox
flatpak install org.freedesktop.Platform.ffmpeg-full
more options

Thanks that was the solution.