ello everyone. This readme is everything you need to jump-start the application. The first thing is to configure the Wowza to generate the logs we need as we need them. To this end, there is a section conf/log4j.properties says: "# # # APPLICATION SET LOGGING LEVEL - START ####" You have to uncomment all lines of the section in order to generate the logs for each application by separately. (And interests me.) Once commented out, change the fields of the line: by: What are the fields that interest us for the statistics. Once done, reboot the server and you should have the logs in: logs / _defaultVHost_ / testapp / wowzamediaserver_access.log Now it is registering these logs in DB queries to run more comfortably. I've done in mysql but I am aware of migrating to sqlite for simplicity. The structure of the DB is on. Tgz guardalogs.php script is responsible for reading the logs and store them in the DB Edit it to read the correct file and put it in crontab to keep the statistics current. Should be set well with you and pass the DB of course. And create the DB before in mysql. I hope this tengais things clearer. Thank you.