Hello, I was given an ffmpeg that works, it only takes 5-8 seconds to start, what could be wrong with it?
/usr/lib/jellyfin-ffmpeg/ffmpeg -hwaccel_device /dev/dri/renderD128 -threads 4 -i pipe:0 -map a -map -m:language:ENG? -map v -codec:v libx264 -preset veryfast -b:v 3000k -maxrate 3000k -coder 1 -tune zerolatency -mbd rd -codec:a copy -strict experimental -async 1 -sn -fflags +genpts -metadata service_provider=STRING -metadata service_name=STRING -f mpegts pipe:1 -movflags +faststart
Thank you very much in advance for your help.