Accessing per stream information in application
I'm using a modified version of the /live application to deliver multiple audio streams to a client base. So users connect to:
rtmp://servername/live
And specify which stream the want - stationA, stationB etc.
I have a requirement to collect information on how many users are connected to which stream every X minutes.
I have built a web service that the data can be sent to and can send data from within the apllication to this but I am having difficulty finding where, in the application, details of which client is connected to which streams is available.
Can anyone assist?
Thanks, Matt.
