@timstephens24 wondering if you could help me out with nvidia hardware transcoding. I'm brand new to unraid. when I try to install I get the following errors...
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Channels' --net='host' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Haven" -e HOST_CONTAINERNAME="Channels" -e 'TCP_PORT_8089'='8089' -e 'NVIDIA_DRIVER_CAPABILITIES'='compute,utility,video' -e 'NVIDIA_VISIBLE_DEVICES'='all' -e 'PUID'='99' -e 'PGID'='100' -e 'TZ'='America/Chicago' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8089]' -l net.unraid.docker.icon='https://github.com/timstephens24/docker-templates/raw/master/img/channels-logo.png' -v '/mnt/user/media/Videos/':'/media/Videos':'rw' -v '/mnt/user/appdata/channels-dvr':'/channels-dvr':'rw' --runtime=nvidia --security-opt seccomp=unconfined 'timstephens24/channels-dvr'
**docker: Error response from daemon: Unknown runtime specified nvidia.**
See 'docker run --help'.
Do I need to have the Nvidia-Driver plugin installed for this to work?