Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Compression Techniques Is there any possibility for Wowza multiple streams can be merge to one stream ?

  • Is there any possibility for Wowza multiple streams can be merge to one stream ?

    Posted by Dskumar Gutti on November 25, 2012 at 6:17 am

    Hi all,

    i am new to the wowza media server, i am trying to merge the multiple streams into one file,is there any possibility to achieve this by wowza please send your great suggestions it is appreciable.

    Thanks in Advance

    Dskumar Gutti replied 13 years, 8 months ago 2 Members · 2 Replies
  • 2 Replies
  • Lou Logan

    November 29, 2012 at 6:45 pm

    The is the FFmpeg COW forum. Are you using ffmpeg? If yes, what command have you tried?

  • Dskumar Gutti

    November 30, 2012 at 10:57 am

    Hi,

    1) cut the actual stream file with the following command
    e:\ffmpeg\bin\ffmpeg -ss 0:1:0 -i C:\VideoFiles\streamfile.flv -t 0:1:5 C:\VideoFiles\output.flv
    here, 0:1:0 (hh:mm:ss) & same as for 0:1:5

    repeat the same for all the streams
    2) extract the audio streams form (n-1) streams using the following

    e:\ffmpeg\bin\ffmpeg -i C:\VideoFiles\output.flv -vn -ar 44100 -ac 2 -ab 192 -f mp3 C:\VideoFiles\output.mp3
    repeat for all the other streams

    3) mix all outcomes into one audio file using the following
    e:\ffmpeg\bin\ffmpeg -i C:\VideoFiles\out1.mp3 C:\VideoFiles\out2.mp3 C:\VideoFiles\MERGE_FILE.mp3

    and combine the all output files in to one using the following command

    4) append the final audio + video file using the following

    e:\ffmpeg\bin\ffmpeg -i C:\VideoFiles\MERGE_FILE.mp4 -i C:\VideoFiles\MERGE_FILE.mp3 -ar 44100 C:\VideoFiles\finaloutput.mp4

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy