Sorry, I'm a newbie 
I'm trying to use the module ModuleGetConnectionCount to get statistics about the listeners.
I need to know the id of every single listener because I need to develop a database collection to provide the number of listeners during the day, how many minutes they were connected and so on.
So I've copied on the server wms-plugin-collection.jar into the lib folder.
I've inserted:
Code:
<Module>
<Name>ModuleGetConnectionCount</Name>
<Description>ModuleGetConnectionCount</Description>
<Class>com.wowza.wms.plugin.collection.module.ModuleGetConnectionCount</Class>
</Module>
into the conf application file, and I've restarted the server.
But now?
I've understood that I have to create a flash applet using the code written on the readme file, but I don't understand where are the connection command: where do I specify the ip address of the server?
Probably I'm missing something, someone can help me?
Another question: is it possible to get the ip of every single person accesing to a stream?
I need it to get the country of the people coming to the server.
Thanks again.
Dave