![]() |
Cant get transocding to work in new lxc - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Cant get transocding to work in new lxc (/t-cant-get-transocding-to-work-in-new-lxc) |
Cant get transocding to work in new lxc - Squid - 2025-03-26 reinstalled and made a new lcx installation from https://community-scripts.github.io/ProxmoxVE/scripts?id=jellyfin GPU passthrough works.. However, if i install Quote:nvidia-utils-535i get that jellyfin/ffmpeg Quote: Cannot load libnvidia-encode.so.1. So when i install Quote:apt install libnvidia-encode-535-serverbut then with playback i get Quote:AVHWDeviceContext @ 0x60a689417e80] cu->cuInit(0) failed -> CUDA_ERROR_COMPAT_NOT_SUPPORTED_ON_DEVICE: forward compatibility was attempted on non supported HW if i then install back nvidia-utils-535 i get: Quote:[av1_nvenc @ 0x63657994a300] Cannot load libnvidia-encode.so.1 What am i supposed to do to get both nvidia-smi to work AND transcoding the stuff, right now i just toggle between packages because installing one, removes the other and just tosses around a new error which searching the web doesnt help. proxmox lxc, not docker. JF 10.10.6 LXC: Quote:root@jellyfin:~# uname -a RE: Cant get transocding to work in new lxc - bitmap - 2025-03-26 What GPU do you have? Could you also provide mediainfo or ffprobe of a file that causes transcoding to fail? In my experience, errors -1 and -22 generally mean something in the ffmpeg transcode is unsupported by the hardware acceleration selected. Additionally, did you follow the HWA setup steps for NVIDIA? https://jellyfin.org/docs/general/administration/hardware-acceleration/nvidia RE: Cant get transocding to work in new lxc - TheDreadPirate - 2025-03-26 And also provide the output of this command. Code: sudo apt list --installed | egrep "libnv|nvidia" |