![]() |
SOLVED: Unable to transcode videos - 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: Unable to transcode videos (/t-solved-unable-to-transcode-videos) |
Unable to transcode videos - seelk - 2024-08-04 Jellyfin fails to transcode videos. This was working in the past but I am not sure what and when it changed. I'm running an LXC in Proxmox dedicated to Jellyfin. The video card is an Intel Arc A380: Code: : /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128 FFmpeg log: https://pastebin.com/T5MZQehU Jellyfin log: https://pastebin.com/YnJKCAxs Please let me know if you require additional information. RE: Unable to transcode videos - TheDreadPirate - 2024-08-04 I'm assuming you recently updated the Proxmox kernel to 6.8.8. Starting with kernel 6.8.5 there is a kernel bug that almost entirely breaks transcoding with Intel Arc GPUs. You need to roll back the kernel you are running to 6.8.4. Or YOLO and push ahead to 6.9.4+, which has patches that resolve the kernel bug for Intel Arc transcoding. See this Proxmox user's comment on rolling back. https://forum.jellyfin.org/t-hw-encoding-proxmox-lxc?pid=31593#pid31593 RE: Unable to transcode videos - seelk - 2024-08-04 (2024-08-04, 10:11 PM)TheDreadPirate Wrote: I'm assuming you recently updated the Proxmox kernel to 6.8.8. This worked. I rolled back to 6.8.4-3-pve (from 6.8.8-1-pve) and transcoding is working. Thanks! RE: Unable to transcode videos - seelk - 2024-09-02 I'm not sure what happened but Jellyfin is no longer able to transcode, even while running kernel 6.8.4-3-pve. Logs: FFmpeg log: https://pastebin.com/CjVQt837 Jellyfin log: https://pastebin.com/LrkaTZzj RE: Unable to transcode videos - TheDreadPirate - 2024-09-02 Did it update the kernel without you knowing? The error in the ffmpeg looks like the kernel did update to a bugged version. uname -a RE: Unable to transcode videos - seelk - 2024-09-02 (2024-09-02, 03:42 PM)TheDreadPirate Wrote: Did it update the kernel without you knowing? The error in the ffmpeg looks like the kernel did update to a bugged version. I'm not sure if the kernel was updated. How can I tell? Code: : uname -a Code: : ll /boot/*6.8.4-3* RE: Unable to transcode videos - TheDreadPirate - 2024-09-02 Can you replicate the problem then immediately run this command? Code: sudo dmesg | grep i915 > /tmp/dmesg.txt Then share that text file via pastebin. RE: Unable to transcode videos - seelk - 2024-09-03 (2024-09-02, 04:51 PM)TheDreadPirate Wrote: Can you replicate the problem then immediately run this command? Code: sudo dmesg | grep i915 RE: Unable to transcode videos - TheDreadPirate - 2024-09-03 Reboot the LXC and re-run that command. RE: Unable to transcode videos - seelk - 2024-09-06 (2024-09-03, 01:44 PM)TheDreadPirate Wrote: Reboot the LXC and re-run that command. I rebooted the LXC and ran the command. It produced no results. |