Wowza Community

limit conexion per ip

Hello,

I want to know how to limit connections per ip, I mean, I want people can only open the video streaming 1 time.

Thanks

There is this ModuleOverridePlayRestrictIP which you can use to restrict by IP. You would have to extend this module to limit to 1 player per IP.

Richard

You will most likely want to get a Wowza developer, and have them create a custom module for you.

So when someone connects, their IP goes into a DB. And upon disconnect, gets removed.

I don’t see any other reasonable way to do what you want done.

If you do end up getting it done, consider releasing it as I’m sure some others would find it useful.