-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
41 lines (41 loc) · 1.26 KB
/
settings.json
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
{
"global": {
"threshold": "0.1",
"delay": "1.0",
"chunk_duration": "0.5",
"buffer_duration": "1.0"
},
"microphone": {
"device_index": "77",
"audio_source": "Microphone (HD Pro Webcam C920)",
"webhook_url": "http://10.0.0.5:8123/api/webhook/-QfVa3c21jqlER5wSrGebErrx",
"enabled": false
},
"rtsp_sources": [
{
"id": "e9d4d25b-0c3e-4d0f-985f-7fe8ab21e05d",
"name": "qsdqsdqsd",
"url": "rtsp://localhost:8554/mic",
"webhook_url": "http://homeassistant.local:8123/api/webhook/--25hJhvaYrsL9IxLKXyyEjvV",
"enabled": false
}
],
"saved_vban_sources": [
{
"name": "ESP32Mic",
"ip": "10.0.0.159",
"port": 6980,
"stream_name": "ESP32Mic",
"webhook_url": "http://10.0.0.5:8123/api/webhook/-QfVa3c21jqlER5wSrGebErrx",
"enabled": true,
"testButton": "<button class=\"btn btn-sm btn-outline-primary test-webhook\" data-source=\"vban-ESP32Mic\" type=\"button\">Tester</button>"
}
],
"vban": {
"stream_name": "",
"ip": "0.0.0.0",
"port": 6980,
"webhook_url": "",
"enabled": false
}
}