0

I have video interview web application in php. The Video chatting and recording saving to wowza server. Now i want to merge 2 videos in the wowza using flex, can we do that in flex? If it possible please give a tutorial or a link

Aneesh PS
  • 23
  • 5
Elby
  • 1,624
  • 3
  • 23
  • 42
  • 1
    What do you mean by merge? Do you want to concatenate the videos one after the other, or somehow have them merged to play together? FYI Wowza is a Java application, anything you were to do on the server would have to be done in Java, Flex runs in your client browser. – codeghost Nov 22 '12 at 09:18
  • i want to concatenate videos – Elby Nov 22 '12 at 09:21
  • In which case you can save yourself a lot of effort by simply using a playlist configuration in your player to play one video immediately after the other. – codeghost Nov 22 '12 at 09:24
  • Hi @codeghost! Nice point, but what if he wants to take advantage of client resources. Imagine 100 users merging this in the same time. You will need really strong server for that... On the other hand I am not completely sure that what @Elby wants it is possible in case he wants to have just one file. – Adrian Pirvulescu Nov 22 '12 at 12:59
  • Ok any other open source technologies supported Video merging ? – Elby Nov 29 '12 at 10:49

1 Answers1

0

You can do this pretty easily via ffmpeg. Read more here.

Posts on SO about similar topics:

Community
  • 1
  • 1
ethrbunny
  • 10,379
  • 9
  • 69
  • 131