2024-08-28, 03:39 PM
For the playback issue, what you're describing usually happens when the client is directly playing the video but the file is corrupt or malformed to some degree. Usually the video/audio is fine but the container is malformed. I'm assuming this doesn't happen on EVERY video. Just a particular video or a particular set of videos from the same source.
You can try repackaging the video/audio/subs. This does not involve any re-encoding so it should only take a few minutes.
I don't have any Apple devices so I can't comment on the search bug you're talking about.
You can try repackaging the video/audio/subs. This does not involve any re-encoding so it should only take a few minutes.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/path/to/problem/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -avoid_negative_ts make_zero -max_interleave_delta 0 newFile.mkv
I don't have any Apple devices so I can't comment on the search bug you're talking about.