Wowza Community

Disconnecting clients by IP

Hi everyone,

Has anyone worked out a module for disconnecting a client session by IP?

Thank you.

Jorge

Hi,

The module ModuleTimedDisconnect is an example of disconnecting clients. It’s meant to disconnect clients after a specified period of time, but uses IPs to find the clients to disconnect.

Daren

Hi,

Right you would need to roll it into a http provider.

Daren

Thanks for the response, Daren.

If I add this module, how would I be able to call to disconnect a specific IP? Would this be done via HTTP? Would there be an interface option?

I’m clear on the time option but I would leave that not set in properties, just not how I would select a given IP/client connection to disconnect.

Thank you.

Jorge