Wowza Community

How to get current connected viewers ip's from a application stream over the Rest-API?

Hello,

How is possible to get current connected viewers ip’s from a application stream over the Rest-API?

I get something on http://[wowza-ip-address]:8086/serverinfo but i have to load and parcer entire xml file (with is general and can not be for a specific application) witch need resurced and time to be process. I need this to extract for a specificated application the current viewers ip’s connected on stream.

Hi,

This is not currently available on the REST API. However, you can customize the HTTPProvider so that it generates a custom output for you.

Michelle