MistAnalyserHLS
MistAnalyserHLS
This analyser is made to work with HLS playlists. This analyser can handle both files as well as HTTP Urls and can even generate a TS file out of a given playlist to verify stream validity against.
Usage
MistAnalyserHLS [options] [playlistlocation]
Reconstructing a playlist
You can use the MistAnalyserHLS to open a playlist and create a single .TS stream out of it. This works for both playlists available over HTTP as well as local storage. This is especially handy to verify whether any issues during HLS ingest are because of connection problems vs problems in the ingest itself.
Example:
MistAnalyserHLS http://example.com/index.m3u8 -R example.ts
Options
| Option | shorthand | Value | Default | Description |
|---|---|---|---|---|
| --debug | -g | 1-10 | Set at compilation, 3 in most cases | Sets the debug level at which messages are printed |
| --detail | -D | 0-10 | 2 | Sets the detail level for analyses |
| --help | -h | Binary | false | If set, display usage and version information then exit |
| --reconstruct | -R | string | Reconstruct a TS file from the HLS stream to the given filename. | |
| --timeout | -T | Numeral | Time in Seconds to run the analyses task | |
| --validate | -V | Binary | false | If set activate validation mode for load testing |
| --version | -v | Binary | false | If set display the library and application version, then exit |