-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
43 lines (43 loc) · 879 Bytes
/
config.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
42
43
{
"channel_defaults": {
"on_demand": true
},
"server": {
"debug": true,
"http_debug": false,
"http_demo": true,
"http_dir": "",
"http_login": "demo",
"http_password": "demo",
"http_port": ":8080",
"https": false,
"https_auto_tls": false,
"https_auto_tls_name": "",
"https_cert": "",
"https_key": "",
"https_port": "",
"ice_credential": "",
"ice_servers": [
"stun:stun.l.google.com:19302"
],
"ice_username": "",
"log_level": "info",
"rtsp_port": ":5541",
"token": {
"backend": "",
"enable": false
},
"webrtc_port_max": 0,
"webrtc_port_min": 0
},
"streams": {
"601fd382-7b31-45a8-9073-4f13df4be3be": {
"channels": {
"0": {
"url": "rtsp://admin:[email protected]:554/"
}
},
"name": "CP21Test"
}
}
}