2024-01-19, 03:23 AM
Based some issues I worked through with other users, I suspect the issue is with the file itself. Is your file in a MKV container? If so, a couple users had success using ffmpeg to repackage their video to address skipping, stuttering, and problems scrubbing.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags genpts -i "/path/to/your/video.mkv" -map 0:v -map 0:a -map 0:s -map_chapters 0 -c:v copy -c:a copy -c:s copy outputFile.mkv