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
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.
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!
- Copy Maxmind GeoIP2 into
/usr/local/WowzaMediaServer/
- Restart you wowza
- Write your
locationinfo.xml
file for your application - Voila!