Skip to main content
Inspiring
April 9, 2007
Question

Mirroring a live stream

  • April 9, 2007
  • 2 replies
  • 287 views
I need to take a live stream from a camera attached to server A, and mirror it to server B, so that local users on server B can view it. I don't want it saved to server B, I want it to remain live. I'm using a push model - server A sets this up.

I think that if I create a netconnection on server B looking back at server A I can use it to add a netstream attached directly to server A's camera. Is this correct?

I am as yet a very inexperienced Flash developer, and my efforts are impacted by the fact that I am now modifying someone else's code using someone else's design patterns.

Thanks.
    This topic has been closed for replies.

    2 replies

    NeeeolAuthor
    Inspiring
    April 9, 2007
    Thanks for the confirmation. It helps to know I'm on the right track.
    April 9, 2007
    Right.... server B needs to make a netconnection to the server A application, and then play the stream using Stream.play.

    Making a netconnection in SSAS is almost identical to CSAS. See the docs for the server side netconnection and Stream classes... there are some examples in there.