Skip to content

sdil/wowza-geoip2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  1. Run the script to download dependencies lib
    cd scripts
    ./get_maxmind_geoip_api
    
  2. Compile using ANT
    cd git-dir
    ant jar
    
  3. Voila!

How to use

  1. Copy Maxmind GeoIP2 into /usr/local/WowzaMediaServer/
  2. Restart you wowza
  3. Write your locationinfo.xml file for your application
  4. Voila!

About

GeoIP2 module for Wowza Media Server 2.1.0+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • Shell 1.6%