Delay in video transmission UDP

0

There is no synchronization problem, but the image appears 5-8 seconds after the sound, how can I solve it?

ffmpeg -hwaccel_device 0 -hwaccel cuvid -c:v h264_cuvid -deint 1 -y -i http://192.168.5.100:9090/ch4?u=trews:p=23423423543553 -c:v h264_nvenc -b:v 1500k -bufsize 1000k -gpu 1 -acodec aac -ar 44100 -ab 128k -map 0 -sn -probesize 32 -analyzeduration 0 -f mpegts udp://239.0.0.1:9000?pkt_size=1316

pepe

Posted 2019-10-30T18:32:41.043

Reputation: 11

No answers