Hi all,
I used following link for geoip .
https://www.wowza.com/docs/how-to-enable-geographic-locking-modulegeoiplock
but my problem is that when ever i use rtsp link, we didnt get client-ip else when ever i use rtmp link it’s working fine.
can you suggest me how it’s work for rtsp link
advance thanx
The module at the top of the page is only setup for Flash streams. If you look though the comments you’ll see some users posted code with support for RTSP/HTTP.
Hi
Looking at the code this module doesn’t have any exceptions at all so, this doesn’t have an override IP address written in.
A custom made GeoIP locking module could be written by a consultant if you’re willing to pay for one,
If so email support@wowza.com requesting the list of independent consultants.
Jason
The IP filtering/GeoIP filtering options are a bit elaborate and don’t allow such fine grained setups with the current version of the plugin. I’m willing to extend functionality on a consultancy basis if somebody will need something more complex, like @gupta.ravi0709 above this post. The current version allows rules in the sense of "allow from all, except from
" or the reverse "deny from all, except from
".
The GeoIP plugin is now commercially available: https://scene-si.org/products/wowza/ & better documentation is provided https://scene-si.org/docs/geoip-plugin/
Best,
Tit
The module at the top of the page is only setup for Flash streams. If you look though the comments you’ll see some users posted code with support for RTSP/HTTP.
i have tried this but it’s not blocking .my locationinfo.xml file is like
<?xml version="1.0" encoding="utf-8"?>
127.0.0.1
10.0.0.0/8
119.82.75.66/84
192.168.0.0/255.255.225.224
IN
IN
Hello all,
i have tried geoip module and i have blocked country,
but my new requirement is that , i want to allow some specific IP for particular country.
please helip me as soon as possible . it’s argent.
Hi
Looking at the code this module doesn’t have any exceptions at all so, this doesn’t have an override IP address written in.
A custom made GeoIP locking module could be written by a consultant if you’re willing to pay for one,
If so email support@wowza.com requesting the list of independent consultants.
Jason
Looking at the code this module doesn’t have any exceptions at all so, this doesn’t have an override IP address written in.