Skip to main content
October 17, 2009
Question

FMS records to server, not locally

  • October 17, 2009
  • 1 reply
  • 520 views

We have a Flex 3 application which successfully plays back a live rtmp stream via NetConnection and NetStream.

However when recording (publishing), it saves to the FMS server.

Is there a configuration that will force streams to be recorded locally?

    This topic has been closed for replies.

    1 reply

    October 18, 2009

    The flashplayer is not capable of recording video on the client side. So, if you want to make the recording available to the client as a file, you'd need to record on the server side, and move the resulting file to an http accessible location for download.