[FFmpeg-user] RTMP streaming dropped frames stuttering audio
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Jul 7 13:26:15 CEST 2013
Joe de Max <joe <at> livetechkeynotes.com> writes:
> ffmpeg -i http://192.168.1.112:49480/NewTekNetworkSend.mpg
> -s 1280x720 -r 50 -c:v libx264 -preset veryfast
(You may want to test ultrafast.)
> -profile:v high -b:v 700k -strict -2 -c:a aac
> -b:a 192k -f flv - | ffmpeg -f flv -i - -c copy
> -f flv rtmp://server1 -c copy -f flv rtmp://server2
(Complete, uncut console output missing.)
Sorry if I miss something but don't you agree that using
two ffmpeg instances must produce an overhead?
I didn't test but I would expect that using only one
instance saves a few cycles (which may or may not be
enough to fix your problem).
Carl Eugen
More information about the ffmpeg-user
mailing list