Skip to main content
Known Participant
April 9, 2010
Question

Recording

  • April 9, 2010
  • 1 reply
  • 327 views

How to save the file .

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    April 9, 2010

    Where do you want to save the file? If you mean you want to record the live stream, you can do it in two ways:

    1. Client side record if you are using Flash Player i.e. ns.publish("hello","record") in record mode
    2. You can use server-side record i.e. Stream API - mystream.record()

    Let me know if you meant something else.