![]() |
FFMPEG crashing during playback - 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: FFMPEG crashing during playback (/t-ffmpeg-crashing-during-playback) Pages:
1
2
|
RE: FFMPEG crashing during playback - TheDreadPirate - 2024-06-28 It will just start logging to your existing log with the higher (lower?) log level. RE: FFMPEG crashing during playback - bernard_ - 2024-06-28 Sweet, got it - the amount of text in there is about 2MB **edit** after the debug logging was enabled. Pastebin only allows 512KB so I can either try and split it out into 4 pastebins, or attach the file here. Which is easiest? RE: FFMPEG crashing during playback - TheDreadPirate - 2024-06-28 Zip the file and attach it here. RE: FFMPEG crashing during playback - bernard_ - 2024-06-28 Attached! I played Grey's Anatomy - s01e01 again and got the same error. The ffmpeg file was a direct stream again - let me know if you need that too RE: FFMPEG crashing during playback - TheDreadPirate - 2024-06-28 Code: [2024-06-28 19:52:56.052 +01:00] [FTL] [1] : Failed to create/read logger configuration I have no idea what causes this. But the problem is not ffmpeg. Go ahead and submit a git hub issue here. https://github.com/jellyfin/jellyfin/issues RE: FFMPEG crashing during playback - bernard_ - 2024-06-28 Done! https://github.com/jellyfin/jellyfin/issues/12192 Thanks for taking the time to help troubeshoot ![]() RE: FFMPEG crashing during playback - bernard_ - 2024-06-30 Bumping as the GitHub issue has been closed and i have sent me back here for support... If anyone has any suggestions let me know - not sure what my options are now! RE: FFMPEG crashing during playback - theguymadmax - 2024-06-30 I've seen a few issues with dvd subtitles lately. Try removing them and see if it plays. Code: ffmpeg -i input.mp4 -c:v copy -c:a copy -sn output.mp4 RE: FFMPEG crashing during playback - bernard_ - 2024-06-30 On this one is appears they're embedded into the MP4 as opposed to separate .srt files. What's the best way to remove them? *edit** found mkvtoolnix - giving it a go now ![]() |