another way you can do this is to set up the Wowza load balancer (without actually using it to load balance), and when you go to http://server.address:1935/loadbalancer?serverInfoXML, it gives you a nice XML list of all the servers and how many connections are on each, as well as their IP address (which you could then use to programmatically query the edges for more details)
another way you can do this is to set up the Wowza load balancer (without actually using it to load balance), and when you go to http://server.address:1935/loadbalancer?serverInfoXML, it gives you a nice XML list of all the servers and how many connections are on each, as well as their IP address (which you could then use to programmatically query the edges for more details)
Ian, this interests me. This is true for any situation where you have other servers connected to the origin (Wowza) server? I signed up with a CDN service that uses Wowza on their end to grab the LIVE streams from my dedicated server. I need something like this that pulls the viewer count and IP info from those servers onto my dedi. Can you point me into the right direction to set this up?