cnstarz 26 Posted April 8, 2024 Posted April 8, 2024 (edited) Freshly installed Ubuntu Server 22.04 on a brand new 14700k system; no GPU -- using integrated graphics only (UHD 770). Emby (Docker) version 4.8.3.0. This is my first Intel system. Is there a secret to getting my Emby Docker container to display QuickSync or VAAPI as hardware decoders or encoders? Edited April 9, 2024 by cnstarz
cnstarz 26 Posted April 8, 2024 Author Posted April 8, 2024 (edited) 5 minutes ago, Happy2Play said: What server version? I realized I didn't include that right before you posted and I edited my original post. 4.8.3.0. Also, using only integrated graphics built into the 14700k chip. Edited April 9, 2024 by cnstarz
Happy2Play 9443 Posted April 9, 2024 Posted April 9, 2024 This may help Otherwise devs will probably need to see server/hardware detection logs.
Solution cnstarz 26 Posted April 9, 2024 Author Solution Posted April 9, 2024 I just figured it out! I needed to add the following to my `docker run` command. --env GIDLIST=44,109 You can determine which GIDs to list by typing this into a terminal shell on your host: getent group video | cut -d: -f3 getent group render | cut -d: -f3 Now I can see VAAPI and QuickSync. 3 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now