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
44
|
{
"account" : {
"password" : "",
"uin" : 0
},
"archive" : {
"maxEventLogSize" : 0,
"path" : "/srv/video",
"sizeLimit" : 2500000,
"sizeToCleanup" : 20000,
"useArchive" : true,
"webcamBitRate" : 4000,
"webcamFrameRate" : 30,
"webcamVideoFormat" : 1
},
"cameras" : [
{
"id" : 0,
"mdSensitivity" : 50,
"name" : "Cam1",
"recordType" : "motion",
"rtspTransport" : "auto",
"urlHigh" : "rtsp://192.168.1.1/live/ch00_0",
"useCameraMotionDetector" : false,
"useSound" : true
}
],
"externalScheduleFile" : "/var/lib/videoserverd/schedule.json",
"localView" : {
"passwordHash" : "",
"proxyPort" : 3101,
"streamerPort" : 8080
},
"logging" : {
"isTruncate" : false,
"path" : "/var/log/videoserverd/service.log"
},
"network" : {
"ivideonProxyHost" : "proxy.ivideon.com"
},
"system" : {
"cwd" : "/var/log/videoserverd"
}
}
|