Mostrar preguntas etiquetadas:

Hardware video decode on Orange Pi 5 / RK3588 with Firefox — working solution

If you have an Orange Pi 5, Orange Pi 5 Plus, Rock 5B or any board with a Rockchip RK3588/RK3588S SoC and Firefox is not using hardware video decode (high CPU on 4K video… (leer más)

If you have an Orange Pi 5, Orange Pi 5 Plus, Rock 5B or any board with a Rockchip RK3588/RK3588S SoC and Firefox is not using hardware video decode (high CPU on 4K video, stuttering), here is a working solution.

The RK3588 has a VPU capable of decoding H.264, HEVC, VP9 and AV1 up to 8K, but there is no vendor VA-API driver for it. I wrote one:

https://github.com/woodyst/rockchip-vaapi

It bridges libva (VA-API) to librockchip-mpp, the official Rockchip hardware codec library. Once installed, Firefox uses the VPU for all video decode.

Supported codecs: H.264, HEVC, VP9, AV1 (including 10-bit HDR content) Tested on: Orange Pi 5 Plus with Ubuntu/Debian aarch64, Firefox 128+

Quick start:

 git clone https://github.com/woodyst/rockchip-vaapi.git
 cd rockchip-vaapi
 make && sudo make install

Then set these environment variables before launching Firefox:

 LIBVA_DRIVER_NAME=rockchip
 LIBVA_DRIVERS_PATH=/usr/lib/aarch64-linux-gnu/dri
 MOZ_DISABLE_RDD_SANDBOX=1
 MOZ_ENABLE_WAYLAND=1   # if using Wayland

Full instructions and Firefox about:config settings in the README.

Hope this helps anyone hitting the same issue.

Open 1 7

Disappointed with new design

Good morning. I am really supportive on Mozilla as an option to Google and Microsoft. Nevertherless I need to feedback your latest design and upgrade of Firefox is utterl… (leer más)

Good morning. I am really supportive on Mozilla as an option to Google and Microsoft. Nevertherless I need to feedback your latest design and upgrade of Firefox is utterly dissapointing and is a bit disfunctional for users. Certainly a step backwards to my view. I hope you reconsider the design on your next upgrades. In the meantime, you lost a supporter and a user. Sorry. Regards.

Open 1 25

I cant use whatsApp web in Firefox because it doesnt load

texto en negrita I am trying to use WhatsApp Web in Firefox but it does not work correctly. The page does not load or shows errors. i am using Linux. I have already tried… (leer más)

texto en negrita I am trying to use WhatsApp Web in Firefox but it does not work correctly. The page does not load or shows errors. i am using Linux. I have already tried refreshimg the page, but the problem continues. Please help me fix ths issue

Open 1 29