-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathProject.json
100 lines (98 loc) · 2.24 KB
/
Project.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"app_name": "GB28181.Platform",
"app_author": "HUS-GB28181-PLT",
"app_ver": "1.0",
"app_encoding": "gb2312",
"app_work_mode": 2,
"main": {
"current_domian": {
"name": "Honeywell-GB28181",
"needauth": false,
"expiry": 3600,
"keepalive": 30,
"device_id": "44198700003000000000",
"ip": "44.190.0.253",
"port": 5060,
"port2": 50601,
"username": "",
"password": "12345678"
},
"loginfo": {
"app_root_dir": "server",
"sipcom_root_dir": "sipcom",
"cur_dir": "cur",
"today_dir": "today",
"history_dir": "history",
"level": 0,
"max_size": 1048576,
"keeptime": 30
},
"network": {
"download_rate": 4,
"firewall_ip": "",
"firewall_port": 8888
},
"devices_config_files_info": {
"hus_devices_config": "DeviceConfiguration.json",
"thirdpart_devices_list":"DeviceList.xml",
"config_dir_name": "DeviceConfig",
"db_file_name": "Hus_Gb28181_Sqlite3.db"
},
"sharedmemory": {
"nsize": 10,
"app_to_sipcom": "Server2SIP",
"sipcom_to_app": "SIP2Server"
}
},
"upper_domian": [
{
"name": "test-up-dahua-plt-1",
"needauth": false,
"device_id": "44190000002000000000",
"ip": "44.190.0.21",
"port": 8700,
"username": "",
"password": "12345678",
"expiry": 3600,
"keepalive": 30
},
{
"name": "upper-plt-2",
"needauth": false,
"device_id": "44010000002000000001",
"ip": "127.0.0.1",
"port": 7777,
"username": "",
"password": "12345678",
"expiry": 3600,
"keepalive": 30
}
],
"lower_domian": [
{
"name": "lower-plt-1",
"needauth": false,
"device_id": "44198700004000000000",
"ip": "44.196.0.28",
"port": 7700,
"username": "",
"password": "12345678",
"expiry": 3600,
"keepalive": 30
},
{
"name": "lower-plt-2",
"needauth": false,
"device_id": "44010000002000000001",
"ip": "127.0.0.1",
"port": 7777,
"username": "",
"password": "12345678",
"expiry": 3600,
"keepalive": 30
}
],
"routing": [
[ "44190000002000000000", "44198700004000000000" ]
]
}