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

Loadlinx limiteddi at gmail.com
Fri Jun 6 09:07:34 CEST 2014


What is the best and lease resource consuming way to publish transcoded
stream into multiple locations?

As an exampe:
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

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


More information about the ffmpeg-user mailing list