Wowza Community

Get unique viewers

Hi,

Is there an API method to get unique viewers (or visitors) count? I can see methods for getting connections, but nothing about viewers who made connections.

Please advise.

Thank you

This example shows how to do that.

Richard

You can use appInstanse to keep a track of your unique users. also you can use a list to add users and save it in your application.

Richard, thank you, but it tells about connections. Is there a way to find unique viewers? There are many cases when some network has 1 IP for many users.