[FFmpeg-user] how to send three flv files to rtmp server continuously
qw
applemax82 at 163.com
Thu Nov 17 15:25:37 EET 2016
Hi,
I have three flv files, i.e. file1.flv, file2.flv, file3.flv. I know how to send one flv file to rtmp server, as shown below:
ffmpeg.exe -re -i file1.flv -c:v copy -c:a copy -f flv rtmp://192.168.183.76:1935/live1/abc
But how to send file1.flv, file2.flv, and file3,flv to rtmp server continuously?
Thanks!
Regards
Andrew
More information about the ffmpeg-user
mailing list