为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox 85 Green Video Playback

  • 3 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 jonzn4SUSE

more options

Hello Firefox Forum,

I get green videos when using hardware acceleration. intel_gpu_top shows decoding action when I start firefox with: MOZ_WAYLAND_DRM_DEVICE=/dev/dri/renderD129 LIBVA_DRIVER_NAME=i965 MOZ_X11_EGL=1 MOZ_WEBRENDER=1 firefox

There's only 3 lines of error in the console, so I don't think it's related:


(firefox:12623): GLib-GIO-WARNING **: 22:01:35.112: /etc/xdg/kde-mimeapps.list contains a [Added Associations] group, but it is not permitted here. Only the non-desktop-specific mimeapps.list file may add or remove associations. [Child 12816, MediaDecoderStateMachine #1] WARNING: Decoder=7fb5e2473800 state=DECODING_METADATA Decode metadata failed, shutting down decoder: file /build/firefox/src/firefox-85.0/dom/media/MediaDecoderStateMachine.cpp:368 [Child 12816, MediaDecoderStateMachine #1] WARNING: Decoder=7fb5e2473800 Decode error: NS_ERROR_DOM_MEDIA_DEMUXER_ERR (0x806e000c) - virtual RefPtr<MP4Demuxer::InitPromise> mozilla::MP4Demuxer::Init(): No MP4 audio () or video () tracks: file /build/firefox/src/firefox-85.0/dom/media/MediaDecoderStateMachine.cpp:3465

(/usr/lib/firefox/firefox:14321): GLib-GIO-WARNING **: 22:13:43.119: /etc/xdg/kde-mimeapps.list contains a [Added Associations] group, but it is not permitted here. Only the non-desktop-specific mimeapps.list file may add or remove associations.


Can anyone help me identify the issue? I would really like to use the hw acceleration.

With best regards LuxidEx

Hello Firefox Forum, I get green videos when using hardware acceleration. intel_gpu_top shows decoding action when I start firefox with: MOZ_WAYLAND_DRM_DEVICE=/dev/dri/renderD129 LIBVA_DRIVER_NAME=i965 MOZ_X11_EGL=1 MOZ_WEBRENDER=1 firefox There's only 3 lines of error in the console, so I don't think it's related: (firefox:12623): GLib-GIO-WARNING **: 22:01:35.112: /etc/xdg/kde-mimeapps.list contains a [Added Associations] group, but it is not permitted here. Only the non-desktop-specific mimeapps.list file may add or remove associations. [Child 12816, MediaDecoderStateMachine #1] WARNING: Decoder=7fb5e2473800 state=DECODING_METADATA Decode metadata failed, shutting down decoder: file /build/firefox/src/firefox-85.0/dom/media/MediaDecoderStateMachine.cpp:368 [Child 12816, MediaDecoderStateMachine #1] WARNING: Decoder=7fb5e2473800 Decode error: NS_ERROR_DOM_MEDIA_DEMUXER_ERR (0x806e000c) - virtual RefPtr<MP4Demuxer::InitPromise> mozilla::MP4Demuxer::Init(): No MP4 audio () or video () tracks: file /build/firefox/src/firefox-85.0/dom/media/MediaDecoderStateMachine.cpp:3465 (/usr/lib/firefox/firefox:14321): GLib-GIO-WARNING **: 22:13:43.119: /etc/xdg/kde-mimeapps.list contains a [Added Associations] group, but it is not permitted here. Only the non-desktop-specific mimeapps.list file may add or remove associations. Can anyone help me identify the issue? I would really like to use the hw acceleration. With best regards LuxidEx

所有回复 (3)

more options

Please provide steps to replicate and provide links to the video(s). Are you using KDE or Gnome? Make sure you have the latest FFmpeg and libavcodec packages are updated. see screenshot

Can you download a separate version of Firefox to a folder and run it from there to test? https://www.mozilla.org/en-US/firefox/all/#product-desktop-release


Operating System: openSUSE Tumbleweed 20210130 KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 Kernel Version: 5.10.9-1-default OS Type: 64-bit Processors: 8 × Intel® Core™ i7-4810MQ CPU @ 2.80GHz Memory: 31.0 GiB of RAM Graphics Processor: Mesa DRI Intel® HD Graphics 4600

由jonzn4SUSE于修改

more options

It seems to affect all videos, I will try your suggestions and response back.

Thank you for your answer. I am using KDE.

Edit: I tried running firefox seperately downloaded into /tmp/ with:


MOZ_WAYLAND_DRM_DEVICE=/dev/dri/renderD129 LIBVA_DRIVER_NAME=i965 MOZ_X11_EGL=1 MOZ_WEBRENDER=1 ./firefox

Then I edited: about:config

media.ffmpeg.vaapi.enabled = true

restarted and that's everything I need to get the green playback.

I have installed ffmpeg version n4.3.1 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 10.2.0 (GCC)


and this ffmpeg seems to bring along the libav packages.

Best Regards

由lucicex于修改

more options

My media.ffmpeg.vaapi.enabled was false, changed it to true and no issues. I'm running Nightly.