[FFmpeg-user] How to publish rtmp to multiple destinations

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Jun 6 09:10:03 CEST 2014


Loadlinx <limiteddi <at> gmail.com> writes:

> ffmpeg -i udp://192.168.0.1:12710 -vcodec libx264 
> -deinterlace -preset superfast -vb 500k -acodec libfdk_aac 
> -ab 32k -ar 44100 -async 480 -f flv
> rtmp://127.0.0.1:1935/live/stream2

(Completely unrelated: The -deinterlace option 
is deprecated, please use a filter, for example 
yadif.)

> How do I also get the above to publish into let's 
> say rtmp://127.0.0.2:1936

Did you try the tee muxer?

Carl Eugen



More information about the ffmpeg-user mailing list