How can I use a nvidia gpu to enable HW transcoding in Jellyfin

ericng

Cadet
Joined
Jul 27, 2023
Messages
2
1690447896312.png

I'm runing truenas scale and intall the jellyfin, all nvidia driver has installed,
in the jellyfin container, i can get the GPU info by using
Code:
nvidia-smi
.
but after setting up everything, i try to transcode a vedio and jellyfin tell me This client isn't compatible with the media and the server isn't sending a compatible media format.

here what I did
download and install the driver from nvidia official (.run file)
input
Code:
docker pull nvcr.io/nvidia/k8s-device-plugin:v0.9.0
.
input
Code:
k3s kubectl apply -f https://raw.githubusercontent.com/thomaslty/k8s-device-plugin/master/nvidia-device-plugin.yml
.
install nvidia-docker2 via
Code:
apt install nvidia-docker2
.
on Truenas Scale webUI, go to the application tab and install the jellyfin with allocate 1 nvidia.com/gpu

it looks like the HW transcoding doesn't work, anyone know how to solve this?
 
Top