This repository was archived by the owner on Apr 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathhlsproberc-sample
More file actions
42 lines (41 loc) · 1.35 KB
/
hlsproberc-sample
File metadata and controls
42 lines (41 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# mode:yaml
# Sample config for the `hlsprobe`
#
# Configuration file in YAML format (http://yaml.org).
# In current version of hlsprobe all sections of config file must be exist.
# Define streams define URIs to streams
#
streams:
# Just place here URIs to variant playlists or chunklists
- http://example.com/playlist1.m3u8
- http://example.com/playlist2.m3u8
# You may group links (for example group channels by servers).
# Groups in this list is optional, in simple case you just place links to playlists without group hierarchy.
- server1: # Group names appears in error messages of hlsprobe.
- http://srv1.example.com/playlist1.m3u8
- http://example.com/playlist2.m3u8
- server2:
- http://srv1.example.com/playlist1.m3u8
- http://example.com/playlist2.m3u8
- subgroup: # Groups may be nested to any level.
- http://srv1.example.com/playlist1.m3u8
- http://example.com/playlist2.m3u8
# Define number of workers (independent proceses which parse and analyze playlists).
workers:
stream-probers: 8
media-probers: 32
notify:
report-threshold: 2
addresses: admin@example.com, admin2@example.com
author: hlsprobe@example.com
subject: HLS probe on $HOSTNAME alert
sleep:
playlist-open: 0
streams-list: 2
timeout:
target-duration: 150
read: 12
keep-error: 10
spam: 120
mode:
one-segment: true