Wowza-GeoIP2
Forked from https://github.com/titpetric/wowza-geoip
This Wowza plugin is suitable for GeoIP2. Tested with Java 7 and Wowza Streaming Engine 3.6.3
Warning: This plugin is NOT tested with Wowza Streaming Engine 4
Description
This plugin will check the user’s IP and block if the user is located in the restricted location.
You can block the streaming based on their:
- IP address
- Country
- City
Please refer to conf/example-locationinfo.xml for example.
How to Compile
Make sure you compile this package in your Wowza Streaming Engine server.
- Run the script to download dependencies lib
cd scripts ./get_maxmind_geoip_api - Compile using ANT
cd git-dir ant jar - Voila!
How to use
- Copy Maxmind GeoIP2 into
/usr/local/WowzaMediaServer/ - Restart you wowza
- Write your
locationinfo.xmlfile for your application - Voila!