Skip to main content
jayesh.r.sidhwani
Known Participant
August 12, 2011
Answered

Limit on the number of live streams

  • August 12, 2011
  • 1 reply
  • 583 views

Hi,

I wanted to know if there is any limit on the number of live streams that a client can connect to?

For example, there are four live streams s1, s2, s3, s4 being published to FMS, can a flash client subscribe to all the four streams at the same time?

If yes, what is the maximum number of streams that a client can subscribe to and what are the trade-offs?

Thank You for the help.

    This topic has been closed for replies.
    Correct answer Nikhil_Kalyan

    The terminology becomes important here.
    As a client application , i can have four video players on the same browser each subscribing to one of the streams and playing back. Each subscription here happens with a netStream object and this netstream can at one point of time subscribe to only one publishing stream. You can have multiple netstreams. 

    1 reply

    Nikhil_Kalyan
    Nikhil_KalyanCorrect answer
    Participating Frequently
    August 12, 2011

    The terminology becomes important here.
    As a client application , i can have four video players on the same browser each subscribing to one of the streams and playing back. Each subscription here happens with a netStream object and this netstream can at one point of time subscribe to only one publishing stream. You can have multiple netstreams. 

    jayesh.r.sidhwani
    Known Participant
    August 15, 2011

    Thanks. That solves my query.