Skip to main content
July 16, 2009
Question

Recording live video from a streaming source

  • July 16, 2009
  • 1 reply
  • 821 views

Hey everyone,

I'm very new to FMS and I have been experimenting around with it as a part of my job. I already have the encoder, FMS, and my AIR application all talking, so that portion is going well.

The problem that I want to tackle next though is to have the FMS server record the live stream to it's hard drive. All of the guides that I've found talk about how to make a DVR stream, but that's not what I want. I want to be able to have the live stream, and then separately I would like to have it recorded.

Thank you all for your time

- Patrick

    This topic has been closed for replies.

    1 reply

    Inspiring
    July 17, 2009

    Hi patrick,

                    I have attached one fla with this thread. What you have to do is that, you have to change the path that i used in the rtmp portion of the fla. First of all, in the application folder of FMS, create a folder with your application name. Then you need to give the corresponding path in the rtmp portion. In the fla that i am sending to you, i used the following statement

                             nc.connect("rtmp://192.168.0.74/live_test")

    You need to make change on this statement. Change 192.168.0.74 with IP addresss of system in which FMS installed and live_test with the name of folder that you created in the application folder of FMS. If you have any doubts regarding this, mail me on sreelash.s@eisplc.com.

    I am also new in FMS. But i have implemented it after a long time of research on it. Hope it will be helpful for you.

    Regards,

           Sreelash.S.