Skip to main content
Known Participant
February 22, 2010
Question

STREAMING simultaneously at the same istant

  • February 22, 2010
  • 1 reply
  • 347 views

Pls i am trying to stream to clients at the same time..Meaning they all

recieve the stream at the same time and it stops at the same time..Any help pls

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    February 22, 2010

    I did not get your use case clearly but still let me try answering you. You can do below steps:

    1. Define handler on client side which can be called by server.

    2. Let client connect to application.

    3. When stream is ready - let application broadcast to all clients to subscribe to stream.

    4. When stream stops it will automatically stop at all clients at same time

    If you want exact code, please elaborate your use case.