![]() |
SOLVED: Transcoding not working after migrating VM in the same host - 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 not working after migrating VM in the same host (/t-solved-transcoding-not-working-after-migrating-vm-in-the-same-host) |
Transcoding not working after migrating VM in the same host - paaradiso - 2025-07-01 I have a machine with a 10400 running PVE. I used to run jellyfin with podman in an alma LXC, but I've been moving everything over to a NixOS VM with podman. The configuration is the exact same, but it now refuses to transcode anything. Old configuration: https://sourceb.in/v0E1LNCTPO New configuration: https://sourceb.in/7AAy3PD2DC - I have tried adding just /dev/dri/renderD128 and adding the user to a group, but nothing works.Inside the container, the permissions are correct:
vainfo also works and outputs correct information: https://sourceb.in/9kA2Gy52t6 ffmpeg error with QSV, VPP off and regular tonemapping on:
VAAPI, VPP off, regular tonemapping on:
VAAPI, VPP on and regular tonemapping off:
Another container (immich) is transcoding media normally, so the iGPU is properly passed through to the VM. Does anyone know what's wrong? RE: Transcoding not working after migrating VM in the same host - bitmap - 2025-07-01 Looks like the iGPU hasn't been passed to the VM to be passed into Docker. Could be a driver issue, but the hardware doesn't appear to be valid. RE: Transcoding not working after migrating VM in the same host - paaradiso - 2025-07-01 (2025-07-01, 02:47 AM)bitmap Wrote: Looks like the iGPU hasn't been passed to the VM to be passed into Docker. Could be a driver issue, but the hardware doesn't appear to be valid. It has been passed through, and vainfo recognises it: https://sourceb.in/hdMi9oVbSi ![]() RE: Transcoding not working after migrating VM in the same host - paaradiso - 2025-07-01 I fixed it, I think by installing drivers on the host VM. |