-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 767 Bytes
/
config.json
File metadata and controls
32 lines (32 loc) · 767 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
{
"server": {
"http_port": ":8888",
"ice_servers": ["stun:stun.l.google.com:19302"]
},
"streams": {
"INSTAR_IN-6014_HD": {
"on_demand": true,
"url": "rtsp://admin:instar@192.168.2.47/11"
},
"MICRO": {
"on_demand": true,
"url": "rtsp://akaimp.duckdns.org/live/ch00_0"
},
"INSTAR_8015_FHD": {
"on_demand": true,
"url": "rtsp://admin:instar@192.168.2.77/11"
},
"INSTAR_9020_FHD": {
"on_demand": true,
"url": "rtsp://admin:instar@192.168.2.117/12"
},
"INSTAR_IN-7011_HD": {
"on_demand": true,
"url": "rtsp://admin:instar@192.168.2.63/11"
},
"H264_PCMALAW": {
"on_demand": true,
"url": "rtsp://admin:evro0811@89.21.77.183:33556/"
}
}
}