Skip to main content
December 7, 2010
Question

Video Chat Archive/Storage

  • December 7, 2010
  • 2 replies
  • 638 views

Hello Friends,

I have developed a audio/video/text chat application with multiple users. I would like to store/save live session in to a single video so that we can manage archived live sessions, and make these sessions available for other users just like a normal video/FLV.

I know we can store single live streaming with DVR but I need to store all the live cams into single video.

Note: I'm using FMIS for above application (with rtmp).

Any help will be very much appreciated.

regards/Amitpal

    This topic has been closed for replies.

    2 replies

    December 8, 2010

    Hi Amit,

    I'm also building a Video/Chat application in flex but I'm facing the audio/video latency issue. Did you also facing the problem? If no can you please share your application.xml code and the Netstream/Netconnection code.

    Thanks,

    Sanjay

    December 7, 2010

    This is not possible with FMS. You would need to use other software to post process the videos into a single file (I'm not aware of such software... if you find something suitable, please share your findings).

    What you can do with FMS is develop a method of timecode, and use that timecode to play the streams back in a synchronized manner. This would go against your plan of a single downloadable file, and would require a specific playback application designed to support your timecode system.