2024-01-17, 08:59 PM
(2024-01-17, 08:43 PM)TheDreadPirate Wrote: Looks like some of your streams are CPU transcoding.
Code:PlayMethod=Transcode, TranscodeReason=ContainerNotSupported, VideoCodecNotSupported, AudioCodecNotSupported
Code:[2024-01-17 15:16:37.387 -05:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -user_agent \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.85 Safari/537.36\" -fflags +igndts -f mpegts -autorotate 0 -i \"http://10.0.0.106:8096/LiveTv/LiveStreamFiles/91bd48e01a8e4c85868668c0eca9ca40/stream.ts\" -map_metadata -1 -map_chapters -1 -threads 16 -sn -codec:v:0 libx264 -preset ultrafast -crf 33 -maxrate 20000000 -bufsize 40000000 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf
This part, specifically. "-codec:v:0 libx264". It looks like it is transcoding fine, but not clear how quickly.
Can you share the ffmpeg log associated with this?
I can. I guess I should be more clear about this. It does play fine when it transcodes. My issue is that it should not be transcoding at all. I also have the transcoding quality set very low since this is a VM and no dedicated HW transcoding options.
So its very obvious when it starts transcoding. It looks terrible. But that's on purpose.