Answer the question
In order to leave comments, you need to log in
How to properly run a stream with transcoding via FFmpeg to 3 outputs?
How to properly run a stream with transcoding via FFmpeg to 3 outputs?
Here is an example diagram:
ffmpeg -i video.mp4 -c:v libx264 -s 500x300 -r 25 -vb 300k -profile:v high -preset:v slow -c:a libfdk_aac -b:a 22k -ac 2 -ar 22050 -f flv \
rtmp://output1 \
rtmp://output2 \
rtmp://output3
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question