Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openHPI/nginx-hls-analyzer

Fork of fmsloganalyzer to adapt it for HLS streaming analyzes with nginx
https://github.com/openHPI/nginx-hls-analyzer

Last synced: 3 months ago
JSON representation

Fork of fmsloganalyzer to adapt it for HLS streaming analyzes with nginx

Awesome Lists containing this project

README

        

$Id: README 3 2009-09-15 22:00:39Z bvamos $

(C) 2009 Balazs Vamos

FMS Log Analyzer is distributed under the terms of GNU GPL

WELCOME

FMS Log Analyzer is an Adobe Flash Media Server Access log analyzer written
in PHP and using MySQL as a backend database store. Supported log file format
is the access log format of Adobe Flash Media Streaming Server.

PREREQUISITES

- A web server with PHP >= 4.3
- Access log files of FMS
- A MySQL database server >= 3.23.52 or any production release of 4.x or 5.x
- Web browser

RELEASE NOTES

Latest release: 1.0
Release date: 2009-09-15

New features:
- Initial release

INSTALLATION

Copy all the files into a directory and set up an alias or virtual host with
webroot as the Document root.
Create a MySQL database and create fmslog table. SQL can be found in
db/install.sql.

USE

Before starting FMS Log Analyzer for the first time, you should review the
fmsloganalyzer.ini.sample file, rename to fmsloganalyzer.ini and adjust it
as needed for your installation.
Run process.php to generate statistic data from log files.
You can see statistics by pointing your web browser to:
http:///index.php
When you load the FMS Log Analyzer home page, you will see a couple of
valued reports from your FMS access logs.

COMMENTS

Please let me know what you think! If you have questions or comments please
email me at [email protected].