Skip to main content
August 28, 2010
Question

How to close another live stream B if opening when stream A is closed?

  • August 28, 2010
  • 1 reply
  • 921 views

Does FMS support this kind of logic?

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    August 28, 2010

    Did not get your question correctly, can you elaborate what are you trying to achieve?

    August 28, 2010

    I want to associate two streams,

    when one of them is closed, automatically make sure that the other is closed.

    Petro_O__Bochan
    Inspiring
    August 28, 2010

    If you opt for the development/interactive breed of the server, you can attach the ns.onStatus event on the server and monitor progress. On the other hand, if the streaming kind is delpoyed, make the same logic but this time on the client side.