Skip to main content
September 1, 2010
Question

Record FMS application stream

  • September 1, 2010
  • 1 reply
  • 692 views

Hi,

I'm new to FMS world so bare with me if this is a simple one to awnser.

We have a kind of webinar aplication on our FMS server that is running well

we do all the presentantions there. Problem is that sometimes users get disconnected

and they resume the webinar at a diferent point.

Because these are live events the users loose part of the webinar so my question is it

is possible to record these webinars on the server side? So that later we can publish them on the web?

Thank you,

- Ricardo

    This topic has been closed for replies.

    1 reply

    September 2, 2010

    Hi,

    If you are having FMIS (Flash Media Interactive edition), the answer is yes. You can do a server side record to achieve DVR functionality. It will go something like this

    On Server side code:

    application.onPublish = function(clientObj,streamObj) {

          streamObj.record();

    }

    Please note that you must have write permissions to the streams directory. Revert back in case you need more clarity or need further help.

    Thanks,

    Abhishek