![]() |
Jellyfin on Ubuntu Server 24.04. - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Guides, Walkthroughs & Tutorials (https://forum.jellyfin.org/f-guides-walkthroughs-tutorials) +--- Thread: Jellyfin on Ubuntu Server 24.04. (/t-jellyfin-on-ubuntu-server-24-04) |
Jellyfin on Ubuntu Server 24.04. - KraSys - 2025-09-16 Good afternoon, dear forum users. I have a media server running in Hyper-V on an Ubuntu server. I decided to add a GPU to the Ubuntu server in order to use hardware acceleration. The GPU was successfully added, but I was unable to use hardware acceleration. When I enabled the Nvidia NVENC profile, ffmpeg crashed with the error "Provided device doesn't support required NVENC features Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height." I suspect that this is due to the fact that instead of using the GPU, ffmpeg is trying to use hyperv_drmdrmfb. Are there any ways to work around this issue? RE: Jellyfin on Ubuntu Server 24.04. - bitmap - 2025-09-16 Looks like you have AV1 encoding enabled and your device doesn't support that. Go to Dashboard > Playback > Transcoding and uncheck "Allow encoding in AV1 format". Depending on the GPU, it may not support other codecs in there either. Check the NVIDIA codec matrix. https://developer.nvidia.com/video-encode-decode-support-matrix |