2024-08-17, 10:18 PM
You can try repackaging the problem files. Open a bash shell for the container and use ffmpeg to remux.
Code:
sudo docker exec -it jellyfin bash
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/container/path/to/video.mkv" -map 0 -codec copy newFile.mkv