Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2020 13:24:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 244793] www/firefox: update to 75.0 (phase: Beta, ETA: 2020-04-07)
Message-ID:  <bug-244793-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244793

            Bug ID: 244793
           Summary: www/firefox: update to 75.0 (phase: Beta, ETA:
                    2020-04-07)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://wiki.mozilla.org/Releases/Firefox_75/Test_Plan
                OS: Any
            Status: New
          Keywords: needs-qa, patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gecko@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
        Depends on: 244310
          Assignee: gecko@FreeBSD.org
             Flags: maintainer-feedback?(gecko@FreeBSD.org)

See review D24062 for the patch.

Hardware video decoding how-to:

0. (optional, hybrid VP9 on Skylake) Build libva-intel-driver with HYBRID=
=3Don
then export LIBVA_DRIVER_NAME=3Di965
1. Start a Wayland compositor e.g., Sway
2. Enable native Wayland support: export MOZ_ENABLE_WAYLAND=3D1
3. Enable WebRender: export MOZ_WEBRENDER=3D1 or gfx.webrender.all=3Dtrue in
about:config
4. Enable VAAPI: widget.wayland-dmabuf-vaapi.enabled=3Dtrue in about:config
5. Disable bundled FFmpeg: media.ffvpx.enabled=3Dfalse in about:config
6. Play a H.264 or VP9 video e.g., https://www.youtube.com/embed/hVvEISFw9w0
?. Diagnose via export MOZ_LOG=3DPlatformDecoderModule:5 (look for "VA-API"
string)

On X11 just run Firefox within a Wayland compositor nested on top of
xorg-server e.g.,

  $ cat /tmp/sway.conf
  exec firefox https://www.youtube.com/embed/hVvEISFw9w0

  $ MOZ_LOG=3DPlatformDecoderModule:5 sway -c /tmp/sway.conf |& fgrep VA-API
  [Child 6778: MediaPDecoder #2]: D/PlatformDecoderModule Initialising VA-A=
PI
FFmpeg decoder
  [AVHWDeviceContext @ 0x83063cac0] libva: VA-API version 1.6.0
  [Child 6778: MediaPDecoder #2]: D/PlatformDecoderModule VA-API FFmpeg init
successful
  [Child 6778: MediaPDecoder #2]: D/PlatformDecoderModule Choosing FFmpeg p=
ixel
format for VA-API video decoding.


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244310
[Bug 244310] www/firefox: update to 74.0 (phase: Beta, ETA: 2020-03-10)
--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244793-21738>