Jellyfin Forum
Transcoding failing with Nvidia GPU - 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: Transcoding failing with Nvidia GPU (/t-transcoding-failing-with-nvidia-gpu)

Pages: 1 2


RE: Transcoding failing with Nvidia GPU - Kyle Shaffer - 2024-11-06

root@Unraid:~# sudo apt list --installed | egrep -v "libnv|nvidia"
sudo: apt: command not found


RE: Transcoding failing with Nvidia GPU - Kyle Shaffer - 2024-11-06

FYI: For the first second after attempting to play a video that requires transcoding, here is the output of nvidia-smi.

Wed Nov 6 14:59:47 2024
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 545.29.06 Driver Version: 545.29.06 CUDA Version: 12.3 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce GTX 1650 ... Off | 00000000:09:00.0 Off | N/A |
| 32% 37C P2 18W / 100W | 65MiB / 4096MiB | 1% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+

+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| 0 N/A N/A 5863 C /usr/lib/jellyfin-ffmpeg/ffmpeg 62MiB |
+---------------------------------------------------------------------------------------+


RE: Transcoding failing with Nvidia GPU - TheDreadPirate - 2024-11-06

Yeah. Its going to try to start then fail.

Also, I forgot this was unRAID. Honestly, you'd probably have more luck going to the unRAID forum. Some component of the Nvidia driver is not updating and I don't know how to go about resolving that.


RE: Transcoding failing with Nvidia GPU - Kyle Shaffer - 2024-11-06

Do you have any idea why it would work fine for plex transcoding, but not jellyfin?


RE: Transcoding failing with Nvidia GPU - TheDreadPirate - 2024-11-06

I'm assuming their version of ffmpeg has a different minimum requirement for the nvenc API.