This is not the fix, but maybe a workaround depending on what you are doing and what level of stats you are comfortable with…
I’m using two things for stats now.
Cacti, which is awesome at giving near realtime information and can be used with Wowza via this script, Cacti is great for SNMP and graphing most things.
Example of Data Source:
<path_cacti>/scripts/jmxcl.sh -jmx service:jmx:rmi://localhost:8084/jndi/rmi://localhost:8085/jmxrmi -user yyyy -pass xxxxxxxx getConnectionCounts
<path_cacti>/scripts/jmxcl.sh -jmx service:jmx:rmi://localhost:8084/jndi/rmi://localhost:8085/jmxrmi -user yyyy -pass xxxxxxxx getIOInByteRate
It takes these options, if you know what instance/stream name you want to monitor I guess you can graph many things:
getServerVersion
startVHost [vhost]
stopVHost [vhost]
reloadVHostConfig
startAppInstance [vhost:application/appInstance]
touchAppInstance [vhost:application/appInstance]
shutdownAppInstance [vhost:application/appInstance]
startMediaCasterStream [vhost:application/appInstance] [stream-name] [mediacaster-type]
stopMediaCasterStream [vhost:application/appInstance] [stream-name]
resetMediaCasterStream [vhost:application/appInstance] [stream-name]
getConnectionCounts
getConnectionCounts [vhost:application/appInstance]
getConnectionCounts [vhost:application/appInstance] [stream-name]
getIOOutByteRate
getIOOutByteRate [vhost:application/appInstance]
getIOInByteRate
getIOInByteRate [vhost:application/appInstance]
And a solution I found when I purchased jwplayer for better information than AwStats anyway the next day is Google Analytics running on the actual streams. (you can run on the website without JwPlayer of course)
http://www.longtailvideo.com/addons/plugins/107/Google-Analytics-Pro?q=%20alt=
Lets me see how many people looked at the streams from various countries which is good to know for how I use Wowza.
Once I got these two things in operation I didn’t need awstats anymore or sawmill (which I trialled for a while). Best of all it was almost free just had to purchase jwplayer + google plugin.