![]() |
Jellyfin GPU Transcoding Error - 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: Jellyfin GPU Transcoding Error (/t-jellyfin-gpu-transcoding-error) |
Jellyfin GPU Transcoding Error - Sugata Ahad - 2024-06-26 Hi! I have a proxmox LXC container running CasaOS with Jellyfin. I have passed on my gpu to the container and my gpu is shown in both the container and jellyfin terminal: Code: docker exec -it jellyfin ls -l /dev/dri However, when I am using Intel QuickSync, it changes to CPU Encoding from safari and for Chrome it fails directly to play any media. For Safari, it does not use the GPU at all (verified by intel gpu tool) and for Chrome, I see GPU usage to 3-5% before failing. here is my FFMPEG log from Jellyfin when trying to run media in chrome: Code: Stream mapping: My hardware is Intel N100. Any suggestion why the transcoding may not be working? RE: Jellyfin GPU Transcoding Error - theguymadmax - 2024-06-26 Your system does not support AV1 encoding. Go to your transcode settings and unselect "Allow encoding in AV1 format" under "Encoding format options". |