-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.default.json
More file actions
28 lines (28 loc) · 842 Bytes
/
config.default.json
File metadata and controls
28 lines (28 loc) · 842 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
{
"settings": {
"gridType": "4",
"keepAwake":true,
"cameras": [
{
"position": "0",
"source": "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4"
},
{
"position": "1",
"source": "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4"
},
{
"position": "2",
"source": "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4"
},
{
"position": "3",
"source": "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4"
}
],
"streamPort": "6900",
"uiPort": "6980",
"transportProtocol":"tcp",
"quality":"3"
}
}