October 17, 20232 yr I use VAAPI in Emby for transcoding so far and it works great. Now I mount new nvidia RTX3060 GPU for steam-headless. I noticed that VAAPI is gone in my Emby Transcoding tab. I try to reinstall container, try reboot. docker run -d --name='EmbyServer' --net='host' -e TZ="Europe/Warsaw" -e HOST_OS="Unraid" -e HOST_HOSTNAME="unRAID" -e HOST_CONTAINERNAME="EmbyServer" -e 'TCP_PORT_8096'='8096' -e 'UID'='99' -e 'GID'='100' -e 'GIDLIST'='0' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8096]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/images/Logos/logoicon.png' -v '/mnt/user/data/media/':'/mnt':'rw' -v '/mnt/user/NAS/Video/Filmy/':'/mnt/Filmy':'rw' -v '/mnt/user/data/media/movies/':'/mnt/movies':'rw' -v '/mnt/user/data/media/Music/':'/mnt/Music':'rw' -v '/mnt/user/Nagrania/':'/mnt/recordings':'rw' -v '/mnt/disks/Samsung_SSD_970_EVO/transcoding/':'/transcoding':'rw,slave' -v '/mnt/user/appdata/EmbyServer':'/config':'rw' --device='/dev/dri/' 'emby/embyserver:latest' I try also `/dev/dri` and `/dev/dri/renderD128`. Nothing works. Syslog shows many ACAPI errors. I don't know is related. https://pastebin.com/ezhEvtwE unraid-diagnostics-20231017-0920.zip
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.