Hardware transcoder not selectable on QNAP TVS-h874X docker

Trying to set up Channels to test it out on my QNAP TVS-h874X in container station. For some reason it will not find any hardware for transcoding. Results of hardware transcoder probe below. I did verify that the ffmpeg-dl file appears to exist in the given path for that container as well.

This box has a 12th Gen Intel Core i9-12900E, so it should be more than capable of transcoding via Intel quick sync. Any help would be greatly appreciated.

h264_amf

fork/exec /channels-dvr/2025.02.19.1823/ffmpeg-dl: no such file or directory

h264_nvenc

fork/exec /channels-dvr/2025.02.19.1823/ffmpeg-dl: no such file or directory

h264_nvenc+deint

fork/exec /channels-dvr/2025.02.19.1823/ffmpeg-dl: no such file or directory

h264_nvenc+scaler

fork/exec /channels-dvr/2025.02.19.1823/ffmpeg-dl: no such file or directory

h264_nvenc+tonemap

fork/exec /channels-dvr/2025.02.19.1823/ffmpeg-dl: no such file or directory

h264_vaapi@/dev/dri/card0

no such file or directory

h264_vaapi@/dev/dri/renderD128

no such file or directory

h264_vaapi@/dev/dri/renderD129

no such file or directory

h264_vaapi@/dev/renderD128

no such file or directory

Did you pass the dvr through in the docker settings?

Does it work without docker?

Had not tried the QNAP native package as I planned to use some of the TV Everywhere functionality and the download page said that wouldn't work with the native QPKG.

I did install the QPKG and it is showing hardware transcoding available, so it is something with the Docker passthrough, but not sure what it is since the docker container has access to the CPU spec.