Skip to content

Hampei/wowza-geoip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wowza-geoip

This is a server side module for Wowza Media Server 2.1.0+
allowing you to limig live & vod streams to one or many
geographic locations, based on Maxmind's GeoIP API.

The locations you wish to limit are specified in a
separate config xml file, which is reloaded on each
change, so it doesn't require a Wowza server restart.


install database
================

wget -N -q http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz  
gunzip GeoIP.dat.gz
mv GeoIP.dat /usr/share/GeoIP/GeoIP.dat


updates
=======

2011-01-07 Hampei: 
 - Added ipv6 support. 
 - Removed support for 255.0.0.0 style netmasks

About

GeoIP module for Wowza Media Server 2.1.0+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%