This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
Assistance Needed with GPU Transcoding in Jellyfin #3748
Unanswered
ceckles
asked this question in
Help Needed
Replies: 1 comment
-
I've tried 3 version drivers and installing the nvidia driver and cuda on the container also blocked the Nouveau driver still no luck. gave up on this repo's lxc plex and created a VM worked first time around. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
fist off thanks for jumping in and the help or guidance! I am pretty new to proxmox an am learning as i break stuff.
I’ve been struggling for the past couple of days to get GPU transcoding working with my Jellyfin setup on Proxmox. Despite numerous attempts, I’m still having trouble as it seems to be defaulting to CPU transcoding instead of utilizing my NVIDIA GPU.
System Overview:
Proxmox Host: AMD 5900X, NVIDIA GeForce RTX 2080
Jellyfin: Installed using default settings in an LXC container
Steps Taken:
Installed NVIDIA drivers and CUDA on the Proxmox host.
Verified GPU recognition with
nvidia-smi
and checked device nodes withls -l /dev/nvidia*
.below are outputs I think you'd ask for to help
HOST
NVIDIA-SMI:
Device Nodes:
ls -l /dev/nvidia* crw-rw-rw- 1 root root 195, 0 Sep 17 15:56 /dev/nvidia0 crw-rw-rw- 1 root root 195, 255 Sep 17 15:56 /dev/nvidiactl crw-rw-rw- 1 root root 510, 0 Sep 17 15:56 /dev/nvidia-uvm crw-rw-rw- 1 root root 510, 1 Sep 17 15:56 /dev/nvidia-uvm-tools
/etc/group
/etc/subgid
Container Configuration (107.conf):
/dev/dri
LXC:
ls -l /dev/dri
/etc/group
this lxc I did not go in and install the nvidia driver on the container but I did in the past install still no luck.
Despite this setup, Jellyfin continues to use the CPU for transcoding. I would appreciate any guidance on what I might be missing or any suggestions for further troubleshooting.
Beta Was this translation helpful? Give feedback.
All reactions