Help needed - Plex LXC (Unpriviledged) HW Transcoding #6264
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Well if anyone stumbles upon this, I changed everything to driver version 535.247.01 and everything worked as expected. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm at my witt's end trying to fix this and I'm looking for some help.
I have my Plex LXC (Unpriviledged) container that I'm trying to make work with my Quadro P2000.
Plex pass, HW transcoding enabled, tried HDR tonemap on/off, still doesn't work.
If I monitor nvidia-smi, I see it kickoff a transcoding process and immediately stop. I don't see any errors in the logs of Plex, even with Verbose on or details that could help.
I've tried manually trying a HW transcode with FFMPEG from the plex LXC and it works fine, shows up in nvidia-smi process and uses the GPU.
ffmpeg -hwaccel nvdec -i <myfile.mp4> -c:v h264_nvenc -f null -
These are the steps I've taken for the setup:
On Proxmox Host:
Installed NVIDIA driver ( v570.158.01 ) & nvidia-persistenced. Confirmed working with nvidia-smi, and confirmed with server reboot, and nvidia-smi still works.
Mapped the mount entry points for the GPU in the /etc/pve/lxc/.conf
Inside the LXC:
Please help
Beta Was this translation helpful? Give feedback.
All reactions