SOLVED: Transcoding issues -- SOLVED - 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: SOLVED: Transcoding issues -- SOLVED (/t-solved-transcoding-issues-solved) |
Transcoding issues -- SOLVED - ThexTallxDude - 2024-02-08 I recently updated my Debian host machine, and NVIDIA transcoding within the Docker container no longer works. Whenever a video needs to be transcoded, the ffmpeg log displays this error: Code: [mpeg4_cuvid @ 0x561fcc395a40] Cannot load libnvcuvid.so.1 Code: /usr/lib/jellyfin-ffmpeg/ffmpeg -v debug -init_hw_device cuda I am on Jellyfin version 10.8.13 The NVIDIA stuff: Device:Quadro P2000, Driver Version: 545.23.08, CUDA Version: 12.3 This is my first post, so please let me know what I forgot to add RE: Transcoding issues - tmsrxzar - 2024-02-08 oh joy, more nvidia+linux issues (edit: sorry, perhaps unfair statement, only reflects my personal experience with nvidia while on linux) since it can't load libraries then i'm guessing not everything was installed as per directions see https://docs.linuxserver.io/images/docker-jellyfin/#nvidia Quote:Hardware acceleration users for Nvidia will need to install the container runtime provided by Nvidia on their host, instructions can be found here: RE: Transcoding issues - ThexTallxDude - 2024-02-08 I did all that on initial setup. It was transcoding without issue for over a year. This happened only after updating the host computer, a system running OpenMediaVault6, to version 6.9.12-1. The Nvidia drivers seem to have updated during that process though, so I'm _guessing_ there may be a driver mismatch between the host and container. I deleted and grabbed a fresh jellyfin image the other day so it'd be forced to pull new everything, but the issue persists. The driver version/hw info from the nvidia-smi matches between the host and container. I may still be missing something, but hopefully the additional context helps. Edit: here's the jellyfin part of my stack: Code: version: "2.1" RE: Transcoding issues - tmsrxzar - 2024-02-08 see if this link helps https://github.com/NVIDIA/nvidia-docker/issues/1001 RE: Transcoding issues - ThexTallxDude - 2024-02-08 Apologies, I'm not suuuuuuper familiar with any of this, unfortunately. running ldconfig on the host machine gets me the following. I'm interpreting that as the library/module/component or whatever is not there at all? Code: ldconfig: File /lib/x86_64-linux-gnu/libcuda.so.470.161.03 is empty, not checked. RE: Transcoding issues - tmsrxzar - 2024-02-08 correct, "is empty, not checked." would mean they are not there "at all" RE: Transcoding issues - ThexTallxDude - 2024-02-08 Ended up just nuking and reinstalling the cuda driver and nvidia container stuff. I had both the new toolkit and the old nvidia-docker stuff so cleaned it up in case it was part of the issue. Looks like we're set now, appreciate it. |