Jellyfin Forum
Fatal Player Error Subtitle related - 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: Fatal Player Error Subtitle related (/t-fatal-player-error-subtitle-related)

Pages: 1 2


RE: Fatal Player Error Subtitle related - TheDreadPirate - 2024-08-08

I'm home now so I could use the original link. It looks like it is trying to extract the subtitles but failing. Do your files actually have subtitles? Does this happen with every file or just a few files?


RE: Fatal Player Error Subtitle related - theguymadmax - 2024-08-08

Same issue dealing with DVDSUB subtitles. Solution was to remux the file and remove the subtitles. The following code will accomplish that:

Code:
/usr/lib/jellyfin-ffmpeg -i /path/to/input/video.mp4 -c:v copy -c:a copy -sn /path/to/output/video.mp4