-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
38 lines (38 loc) · 1.01 KB
/
config.json
File metadata and controls
38 lines (38 loc) · 1.01 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
{
"system": {
"name": "StreamGuard Professional",
"version": "2.1.0",
"debug_mode": false
},
"telegram": {
"bot_token": "8462330971:AAHZnyVKagOHvKsPlIoNYfk6_F_eptYE8aU",
"chat_id": "1857022853"
},
"streams": [
{
"id": "web_stream_1",
"name": "Number1 Web Live",
"url": "https://b01c02nl.mediatriple.net/videoonlylive/mtkgeuihrlfwlive/broadcast_5c9e17cd59e8b.smil/chunklist_b400000.m3u8",
"type": "hls",
"monitor_audio": true,
"monitor_video": true
}
],
"snmp": {
"device_ip": "192.168.1.100",
"community": "public",
"target_oid": "1.3.6.1.4.1.xxxx.x.x.x.x",
"check_interval": 5
},
"thresholds": {
"silence_db": -50.0,
"frozen_score": 0.5,
"alarm_limit": 2,
"check_interval_sec": 5
},
"features": {
"dvr_enabled": true,
"dvr_duration_sec": 15,
"ffmpeg_path": "ffmpeg.exe"
}
}