2023-11-20, 09:49 PM
(2023-11-20, 09:28 PM)GenericUser72 Wrote: I'll attach logs from FFMPEG showing a failed transcoding, as well as a snippet of the full jellyfin log from when it tried to transcode. I'm not trying to hijack this thread, it just seemed like it might be the same issue but if I should create a new thread instead, I'll be happy to do so.
your logs show roku correctly identified that is was NOT capable and so the jellyfin server went to transcoding
but the roku client stopped playback at 0ms and the transcoding was cancelled
in your instance i would try to eliminate the subtitles tracks, in some instances these can cause issues with clients and yours shows to have more than 40 subtitle tracks
create a test file with an ffmpeg remux, ffmpeg -i <inputfile> -map 0:v -map 0:a -c copy <outtestfile>.mkv
test playback for changes
perhaps one of the more versed members here can provide information on forcing downscaling (->1080p) if that is an option on the jellyfin server, i have not ever used such and im not sure it exists