-
Notifications
You must be signed in to change notification settings - Fork 16
Usage installation
titpetric edited this page Sep 14, 2010
·
1 revision
I am not using the Wowza IDE to develop the plugin, but linux and java/ant natively. If you have linux (preferably, the machine you run wowza on), you should do this:
1. go into the scripts/ folder, and run ./get_maxmind_geoip_api (This will fetch the GeoIP api by Maxmind using wget).
2. go into the root folder (the one with the build.xml file) and run “ant” in the console.
This will install the geoip.jar under /usr/local/WowzaMediaServer/lib (defined in the build.xml). The rest you have to solve with config files in Wowza itself (module loading, configuration – i provided some example config files).
Good Luck!