Frequently Asked Questions

How can I view the number of viewers on my stream?

QUESTION:

How can I view the number of viewers on my stream?

ANSWER:

In order to view the number of users, we have built-in a stream manager as part of a clustering feature.  That will allow you to see the number of viewers.  Please note that clustering is currently available only with our Growth Pro Accounts.

Streams are organized by application on the server. This means to access all streams on a server you have to call getLiveStreams on each application (and then combine the returned arrays assuming you want to manipulate all the streams in one object). We suggest you get all the names of the application on the server using the getApplications API call and then loop through the returned array of application names, calling getLiveStreams on each.