2024-01-13, 10:49 PM
(This post was last modified: 2024-01-13, 11:45 PM by duckrental. Edited 1 time in total.)
(2024-01-13, 09:36 PM)TheDreadPirate Wrote: FWIW, since everything is Direct Playing, the behavior you are describing is 100% a client side issue OR some issue with the file. The jellyfin server is just sending the file.
You can try using ffmpeg to check your files for errors.
Code:/usr/lib/jellyfin-ffmpeg/ffmpeg -v error -i "/media/hdd/Anime/Tenchi Universe/[R2J-DarkDream] Tenchi Universe S01E06.mkv" -f null - 2>/tmp/error.log
Okay, tried this - the file it produces is empty, so I assume that means no errors in the mkv.
EDIT - Accidentally marked the wrong post as the solution - it's the next one