Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Firefox Flatpak no hardware acceleration for h264 video

  • 2 trả lời
  • 0 gặp vấn đề này
  • 389 lượt xem
  • Trả lời mới nhất được viết bởi Erik.Schick

tuỳ chọn khác

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.
Đính kèm ảnh chụp màn hình

Giải pháp được chọn

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
Đọc câu trả lời này trong ngữ cảnh 👍 2

Tất cả các câu trả lời (2)

tuỳ chọn khác

Giải pháp được chọn

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
tuỳ chọn khác

Thanks that was the solution.