[FFmpeg-user] Using FFMPEG to stream continuously videos files to a RTMP server

Arnaud arnaudmallaisy at gmail.com
Sat Jan 11 02:12:19 CET 2014


Hello,

I am looking to a proper way to broadcast several files to a remote rtmp
server.
Actually I do so using a bash script that bring the big inconvenient to
close the connection to the server at the end of the video file.

I heard (and read) a bit about using pipe like:

vid1: pipe1
vid2: pipe2
cat pipe1 pipe2  pipestream
and using pipestream as ffmpeg source.

It didn't work most likely because  I don't know about the right syntax.

Was looking for some help on this

Regards


More information about the ffmpeg-user mailing list