https://github.com/grafov/streamsurfer
Software for monitoring of HTTP video streams.
https://github.com/grafov/streamsurfer
abandoned hls monitoring probe
Last synced: 6 months ago
JSON representation
Software for monitoring of HTTP video streams.
- Host: GitHub
- URL: https://github.com/grafov/streamsurfer
- Owner: grafov
- License: gpl-3.0
- Archived: true
- Created: 2013-07-19T21:41:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-18T16:22:27.000Z (almost 10 years ago)
- Last Synced: 2024-08-06T23:40:57.931Z (10 months ago)
- Topics: abandoned, hls, monitoring, probe
- Language: Go
- Homepage:
- Size: 1.34 MB
- Stars: 84
- Watchers: 17
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**As I moved away from videostreaming development I not more interested in this project. So I leave code as is in unfinished state. I'll continue to maintain [m3u8](https://github.com/grafov/m3u8) library as it is used in some other projects.**
Stream Surfer
=============**Current state: code broken. Don't use!**
Stream Surfer — probe utiliy for HTTP video streaming. The utility detects errors in
HTTP Streams (Apple HLS now supported) and monitor health of any HTTP resources. It may
be used as regular monitoring tool and stress testing for mediaservers (and any
HTTP-servers too).Features are:
* parse M3U8-playlists (master and single-bitrate playlists)
* detect bad playlists format (empty playlists, incorrect chunk durations)
* check HTTP response statuses
* collects response time statistics
* webreports to represent collected statistics
* integration with Zabbix (http://zabbix.com) monitoring softwarePlanned features:
* probe more formats beside HLS (planned HDS, DASH, Widevine VOD)
* probe chunks with `mediainfo` utility (from ffmpeg)
* REST HTTP to represent collected data and utility control
* aggregate and analyze statistics from other streamsurfer nodes
* visualize monitoring information in Web UI
* persistent storage for statistics and reports generationThis software can't be used for HLS playback.
`streamsurfer` is an furfer development of Python `hlsprobe` (https://github.com/grafov/hlsprobe).
Install
-------You need Go language (http://golang.org) environment installed.
Then:go get github.com/grafov/bcast
go get github.com/grafov/m3u8
go get github.com/gorilla/mux
git clone https://github.com/grafov/streamsurfer
cd streamsurfer
sudo make installThe code includes Bootstrap 2 (http://getbootstrap.com) library (under Apache License).
It may be packaged with `streamsurfer` due GPLv3 license.
To simplify installation Bootstrap code yet included in `streamsurfer` package.
Later it will be splitted and Bootstrap will be downloaded separately.Usage
-----Setup configuration file (copy one of templates from package) and start utility:
streamsurfer --config=config.yml
All stream problems logged to error log (`error-log` parameter in the config `params` section).
Web reports available at `localhost:8088` (define listener with `http-api-listen`).Similar projects
----------------* http://code.google.com/p/hls-player
* http://github.com/brookemckim/hlspiderBuild status
------------[](https://travis-ci.org/grafov/hlsprobe2)
[](http://stillmaintained.com/grafov/hlsprobe2)