This broke the Jellyfin WebOS Client.
Using the Prefer fMP4 option (which was completely broken before) gets it somewhat working now....
But eventually the TV just reboots itself or the app (out of memory) .....
It also takes longer to start the playback.
//edit
There seems also be a problem with the transcode/remux buffer/cache.
Watching it in the GUI...
It fills up, resets, fills up again, resets...
But I'm not sure if this is caused by certain files or by playback duration,
e.g. it happens later in playback.
//edit
the transcode/remux cache problem seems to a problem with the files.
remuxing them with:
ffmpeg -fflags +genpts+igndts -i "input.mkv" -avoid_negative_ts make_zero -max_muxing_queue_size 2048 -map 0 -c copy output.mkv
seems to fix it.
maybe it was not so noticeable when "Prefer fMP4 option..." was turned off
//edit
started to happen again.... so it is more of random thing
Using the Prefer fMP4 option (which was completely broken before) gets it somewhat working now....
But eventually the TV just reboots itself or the app (out of memory) .....
It also takes longer to start the playback.
//edit
There seems also be a problem with the transcode/remux buffer/cache.
Watching it in the GUI...
It fills up, resets, fills up again, resets...
But I'm not sure if this is caused by certain files or by playback duration,
e.g. it happens later in playback.
//edit
the transcode/remux cache problem seems to a problem with the files.
remuxing them with:
ffmpeg -fflags +genpts+igndts -i "input.mkv" -avoid_negative_ts make_zero -max_muxing_queue_size 2048 -map 0 -c copy output.mkv
seems to fix it.
maybe it was not so noticeable when "Prefer fMP4 option..." was turned off
//edit
started to happen again.... so it is more of random thing
