You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add vaapi packages to enable hardware-accelerated playback (#44)
* feat: Add vaapi packages to enable hardware-accelerated playback
* feat: Add nvtop to help test video acceleration
* docs: Add steps for configuring video acceleration in Firefox
Additional runtime packages are added for enabling hardware-accelerated video playback. This can the enabled in Firefox (RPM or flatpak) by setting the following options to `true` in `about:config`:
131
+
132
+
* `gfx.webrender.all`
133
+
* `media.ffmpeg.vaapi.enabled`
134
+
135
+
136
+
Extensive host access and reduced sandboxing is needed for Firefox flatpak to use `/usr/lib64/dri/nvidia_drv_video.so`:
0 commit comments