2025-01-04, 06:49 PM
Is this happening on every file? Or just a particular set of files? Since it is direct playing, this is probably an indicator that something is wrong with the files.
We can try remuxing one of the files to see if we can repair the container.
We can try remuxing one of the files to see if we can repair the container.
Code:
sudo docker exec -it jellyfin bash
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/container/path/to/problem/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mkv