openHPI/nginx-hls-analyzer

Name: nginx-hls-analyzer

Owner: HPI Knowledge Tech Group

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

Created: 2018-01-19 14:56:52.0

Updated: 2018-01-19 15:05:57.0

Pushed: 2018-02-06 15:16:55.0

Homepage: null

Size: 810

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

nginx-hls-analyzer (Analyze LiveStream Access)

nginx-hls-analyzer is a nginx (with compiled nginx-rtmp-module) HLS LiveStream access log analyzer written in PHP and using MySQL as a backend database store. Supported log file format is the access log format of nginx with the following settings (http-area-settings).

format json_combined escape=json '{ "time_local": "$time_local", '
                                     '"remote_addr": "$remote_addr", '
                                     '"connection": "$connection", '
                                     '"remote_user": "$remote_user", '
                                     '"request": "$request", '
                                     '"status": "$status", '
                                     '"bytes_sent": "$bytes_sent", '
                                     '"request_time": "$request_time", '
                                     '"http_referrer": "$http_referer", '
                                     '"http_user_agent": "$http_user_agent" }';

ss_log  logs/access.log  json_combined;
PREREQUISITES
Installation
Usage

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.