Wowza Community

getting list of all active live streams

hello guys,

is there a way to make wowza server generate some kind of list of all currently recieved and multicasted live streams? if yes, how is this list represented, as a text file? or something else perhaps? i want to integrate this in my ASP.NET application, so clients will have an option to choose from all livestreams that are being active at the time, and watch what they like. thanks for any ideas

You can use the built-in HTTPProvider, which I think includes this info, and more.

http://[wowza-address]:8086/serverinfo

The output is xml, you might have to do view source in the browser to see it. IE is best for viewing this.

You could also use this in a Wowza module and send to a Flash client:

IApplicationIntance.getPublishStreamNames() 

Richard

Also, for integration with .net, use HTTProvider. There are several examples in this section:

http://www.wowza.com/community/c/-/10

Richard