Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/openHPI/nginx-hls-analyzer
- Owner: openHPI
- License: gpl-2.0
- Archived: true
- Created: 2018-01-19T14:56:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T13:58:33.000Z (about 5 years ago)
- Last Synced: 2024-04-10T20:22:36.827Z (7 months ago)
- Language: PHP
- Size: 787 KB
- Stars: 11
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-video - openHPI/nginx-hls-analyzer - Fork of fmsloganalyzer to adapt it for HLS streaming analyzes with nginx - openHPI/nginx-hls-analyzer (HLS / Talks Presentations Podcasts)
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 browserRELEASE NOTES
Latest release: 1.0
Release date: 2009-09-15New features:
- Initial releaseINSTALLATION
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].