-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.module2.json
64 lines (58 loc) · 2.56 KB
/
config.module2.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
{
"module_id" : "HorusEye2",
"module_key" : "E289FEE7-FDAD-44EF-A257-C9A36DDD6BE7",
/* DroneEngage Communication Server */
"s2s_udp_target_ip" : "127.0.0.1",
"s2s_udp_target_port" : "60000",
"s2s_udp_listening_ip" : "127.0.0.1",
"s2s_udp_listening_port" : "60015",
// Camera Devices Configuration
"camera_start_index" :1,
"camera_end_index" :1,
"one_camera_at_a_time" : true,
"iceServers": [
//{"urls": "stun:144.217.162.241:3478"},
{"urls": "stun:stun.services.mozilla.com"},
{"urls": "stun:stun.l.google.com:19302"},
{"urls": "stun:stun1.l.google.com:19302"},
{"urls": "stun:stun2.l.google.com:19302"},
{"urls": "stun:stun3.l.google.com:19302"},
{"urls": "stun:stun4.l.google.com:19302"}
// {"urls": "stun:23.21.150.121"},
// {"urls": "stun:stunprotocol.org:3478"},
// {"urls": "stun:stun01.sipphone.com"},
// {"urls": "stun:stun.ekiga.net"},
// {"urls": "stun:stun.fwdnet.net"},
// {"urls": "stun:stun.ideasip.com"},
// {"urls": "stun:stun.iptel.org"},
// {"urls": "stun:stun.rixtelecom.se"},
// {"urls": "stun:stun.schlund.de"},
// {"urls": "stun:stunserver.org"},
// {"urls": "stun:stun.softjoys.com"},
// {"urls": "stun:stun.voiparound.com"},
// {"urls": "stun:stun.voipbuster.com"},
// {"urls": "stun:stun.voipstunt.com"},
// {"urls": "stun:stun.voxgratia.org"},
// {"urls": "stun:stun.services.mozilla.com"},
// {"urls": "stun:stun1.l.google.com:19302"},
// {"urls": "stun:stun2.l.google.com:19302"},
// {"urls": "stun:stun3.l.google.com:19302"},
// {"urls": "stun:stun4.l.google.com:19302"},
// {"urls": "stun:23.21.150.121"},
// {"urls": "stun:stunprotocol.org:3478"},
// {"urls": "stun:stun01.sipphone.com"},
// {"urls": "stun:stun.ekiga.net"},
// {"urls": "stun:stun.fwdnet.net"},
// {"urls": "stun:stun.ideasip.com"},
// {"urls": "stun:stun.iptel.org"},
// {"urls": "stun:stun.rixtelecom.se"},
// {"urls": "stun:stun.schlund.de"},
// {"urls": "stun:stunserver.org"},
// {"urls": "stun:stun.softjoys.com"},
// {"urls": "stun:stun.voiparound.com"},
// {"urls": "stun:stun.voipbuster.com"},
// {"urls": "stun:stun.voipstunt.com"},
// {"urls": "stun:stun.voxgratia.org"},
// {"urls": "stun:stun.xten.com"}
]
}