forked from deepch/RTSPtoWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (34 loc) · 719 Bytes
/
config.json
File metadata and controls
34 lines (34 loc) · 719 Bytes
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
{
"server": {
"debug": true,
"http_debug": false,
"http_demo": true,
"http_dir": "web",
"http_login": "demo",
"http_password": "demo",
"http_port": ":8083",
"log_level": "debug",
"rtsp_port": ":5541",
"https": false,
"https_port": ":443",
"https_cert": "server.crt",
"https_key": "server.key",
"token": {
"enable": false,
"backend": "http://127.0.0.1/test.php"
}
},
"streams": {
"demo": {
"channels": {
"0": {
"debug": true,
"on_demand": false,
"insecure_skip_verify": true,
"url": "rtsp://admin:deep18rwip@176.117.205.3:5541/video1"
}
},
"name": "demo"
}
}
}