Plex - GPU is showing, transcoding not working because of CUDA not found #2276

Closed
opened 2025-11-20 05:26:35 -05:00 by saavagebueno · 4 comments
Owner

Originally created by @cskiwi on GitHub (Nov 8, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Plex Media Server

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plex.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.04

📈 Which Proxmox version are you on?

pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.8.12-16-pve)

📝 Provide a clear and concise description of the issue.

So I followed the guide provided here: https://www.derekseaman.com/2023/04/proxmox-plex-lxc-with-alder-lake-transcoding.html

which is mostly default settings, I'm using the Privileged container type.
All is working fine and was easy to setup.

My GPU is showing up in plex, but the transcoding isn't working :(

Image

🔄 Steps to reproduce the issue.

use the script and have a GPU with the following config file:

# plex Configuration File
# Generated on Sat Nov  1 05:47:48 PM CET 2025

CT_TYPE="0"
DISK_SIZE="16"
CORE_COUNT="4"
RAM_SIZE="512"
VERBOSE="no"
PW="admin"
#CT_ID=101
HN="plex"
BRG="vmbr0"
NET="dhcp"
IPV6_METHOD="auto"
# Set this only if using "IPV6_METHOD=static"
#IPV6STATIC="fd00::1234/64"

GATE="none"
APT_CACHER_IP="none"
MTU="1500"
SD="none"
NS="none"
MAC="none"
VLAN="none"
SSH="yes"
SSH_AUTHORIZED_KEY=""
TAGS="community-script;media"
ENABLE_FUSE="yes"
ENABLE_TUN="no"

Paste the full error output (if available).

Nov 01, 2025 21:58:56.111 [133120980257592] ERROR - [Req#284/Transcode] ClientProfileExtra: missing or invalid type parameter
Nov 01, 2025 21:58:56.114 [133120980257592] ERROR - [Req#284/Transcode] [FFMPEG] - Cannot load libcuda.so.1
Nov 01, 2025 21:58:56.114 [133120980257592] ERROR - [Req#284/Transcode] [FFMPEG] - Could not dynamically load CUDA

🖼️ Additional context (optional).

No response

Originally created by @cskiwi on GitHub (Nov 8, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Plex Media Server ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plex.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.04 ### 📈 Which Proxmox version are you on? pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.8.12-16-pve) ### 📝 Provide a clear and concise description of the issue. So I followed the guide provided here: https://www.derekseaman.com/2023/04/proxmox-plex-lxc-with-alder-lake-transcoding.html which is mostly default settings, I'm using the Privileged container type. All is working fine and was easy to setup. My GPU is showing up in plex, but the transcoding isn't working :( <img width="598" height="144" alt="Image" src="https://github.com/user-attachments/assets/67d05e98-8207-4b3b-bc94-89c966b2d090" /> ### 🔄 Steps to reproduce the issue. use the script and have a GPU with the following config file: ``` # plex Configuration File # Generated on Sat Nov 1 05:47:48 PM CET 2025 CT_TYPE="0" DISK_SIZE="16" CORE_COUNT="4" RAM_SIZE="512" VERBOSE="no" PW="admin" #CT_ID=101 HN="plex" BRG="vmbr0" NET="dhcp" IPV6_METHOD="auto" # Set this only if using "IPV6_METHOD=static" #IPV6STATIC="fd00::1234/64" GATE="none" APT_CACHER_IP="none" MTU="1500" SD="none" NS="none" MAC="none" VLAN="none" SSH="yes" SSH_AUTHORIZED_KEY="" TAGS="community-script;media" ENABLE_FUSE="yes" ENABLE_TUN="no" ``` ### ❌ Paste the full error output (if available). Nov 01, 2025 21:58:56.111 [133120980257592] ERROR - [Req#284/Transcode] ClientProfileExtra: missing or invalid type parameter Nov 01, 2025 21:58:56.114 [133120980257592] ERROR - [Req#284/Transcode] [FFMPEG] - Cannot load libcuda.so.1 Nov 01, 2025 21:58:56.114 [133120980257592] ERROR - [Req#284/Transcode] [FFMPEG] - Could not dynamically load CUDA ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:26:35 -05:00
Author
Owner

@MickLesk commented on GitHub (Nov 8, 2025):

Why an issue for us? Maybe an discussion, but definitly not an (Script) issue. We dont Support cuda/Nvidia.

@MickLesk commented on GitHub (Nov 8, 2025): Why an issue for us? Maybe an discussion, but definitly not an (Script) issue. We dont Support cuda/Nvidia.
Author
Owner

@cskiwi commented on GitHub (Nov 8, 2025):

Ah i was thinking that the script would also install the necessary things to support the hardware transcoding as everything seems to have everything installed on the client machine. Sorry if this not the case

@cskiwi commented on GitHub (Nov 8, 2025): Ah i was thinking that the script would also install the necessary things to support the hardware transcoding as everything seems to have everything installed on the client machine. Sorry if this not the case
Author
Owner

@MickLesk commented on GitHub (Nov 8, 2025):

Nope, sadly Nobody of us has an GPU for testing such Things

Take a Look Here:
https://github.com/community-scripts/ProxmoxVE/discussions/8193#discussioncomment-14909161

@MickLesk commented on GitHub (Nov 8, 2025): Nope, sadly Nobody of us has an GPU for testing such Things Take a Look Here: https://github.com/community-scripts/ProxmoxVE/discussions/8193#discussioncomment-14909161
Author
Owner

@cskiwi commented on GitHub (Nov 12, 2025):

Nope, sadly Nobody of us has an GPU for testing such Things

Take a Look Here: #8193 (comment)

Thank you for that comment, with some tweaking I got it working with it!

@cskiwi commented on GitHub (Nov 12, 2025): > Nope, sadly Nobody of us has an GPU for testing such Things > > Take a Look Here: [#8193 (comment)](https://github.com/community-scripts/ProxmoxVE/discussions/8193#discussioncomment-14909161) Thank you for that comment, with some tweaking I got it working with it!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2276