Jellyfin Forum
SOLVED: Ffmpeg error 254 Fedora - 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: Ffmpeg error 254 Fedora (/t-solved-ffmpeg-error-254-fedora)



Ffmpeg error 254 Fedora - Raskoll - 2025-04-29

Hi first time poster and fedora user, I did a clean install of fedora 42 with COSMIC DE, installed ffmpeg through the rpm on the website and that went well. Set up a library no problems, in pop os I previously had to mess with permissions. Playback failed tho due to a HLS issue, that changed after a restart to a generic fatal playback error. I uninstalled ffmpeg (which uninstalled jellyfin lol) so reinstalled jellyfin. I then downloaded the custom binary and replace /usr/bin/ffmpeg with it, no luck.
Logs are here. Idk if these are the right logs I just copied the std out. https://privatebin.net/?d5e6c9da9a0da6ce#8DhxjyZAS8hvJU8bwXxWCbnCobYBsWBQjzZVUjMkbtuS

This might help too:

sudo fdisk -l
Disk /dev/nvme0n1: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: KBG40ZNS256G NVMe KIOXIA 256GB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 06493AF5-DC82-4BA0-B3A5-52FB4A60C269

Device          Start      End  Sectors  Size Type
/dev/nvme0n1p1    2048  1230847  1228800  600M EFI System
/dev/nvme0n1p2 1230848  3327999  2097152    1G Linux extended boot
/dev/nvme0n1p3 3328000 500117503 496789504 236.9G Linux filesystem


Disk /dev/sda: 1.82 TiB, 2000365289472 bytes, 3906963456 sectors
Disk model: Elements 25A2
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 2E573BF2-40E1-4D23-BD77-295D59F855BC

Device      Start        End    Sectors  Size Type
/dev/sda1      40    409639    409600  200M EFI System
/dev/sda2  409640 3906701271 3906291632  1.8T Microsoft basic data


Disk /dev/zram0: 7.64 GiB, 8198815744 bytes, 2001664 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytessudo fdisk -l
Disk /dev/nvme0n1: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: KBG40ZNS256G NVMe KIOXIA 256GB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 06493AF5-DC82-4BA0-B3A5-52FB4A60C269

Device          Start      End  Sectors  Size Type
/dev/nvme0n1p1    2048  1230847  1228800  600M EFI System
/dev/nvme0n1p2 1230848  3327999  2097152    1G Linux extended boot
/dev/nvme0n1p3 3328000 500117503 496789504 236.9G Linux filesystem


Disk /dev/sda: 1.82 TiB, 2000365289472 bytes, 3906963456 sectors
Disk model: Elements 25A2
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 2E573BF2-40E1-4D23-BD77-295D59F855BC

Device      Start        End    Sectors  Size Type
/dev/sda1      40    409639    409600  200M EFI System
/dev/sda2  409640 3906701271 3906291632  1.8T Microsoft basic data


Disk /dev/zram0: 7.64 GiB, 8198815744 bytes, 2001664 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


I'm on an intel nuc btw, i5-6260U 8GB ram and an iGPU. Linux 6.14.0-63.fc42.x86_64


RE: Ffmpeg error 254 Fedora - Raskoll - 2025-05-01

Fixed it.
Problem: Incompetence
Solution: Mount the hard drive the library's on.

It's a fresh install so I forgot to set the auto mounting rules lol.