2024-01-13, 09:36 PM
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.
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