forked from RIVeR-Lab/avatar_interaction
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathndi-config.v1.json
More file actions
47 lines (47 loc) · 1007 Bytes
/
ndi-config.v1.json
File metadata and controls
47 lines (47 loc) · 1007 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"ndi": {
"groups": {
"recv": "\"public\"",
"send": "\"public\""
},
"multicast": {
"recv": {
"enable": true,
"subnets": ""
},
"send": {
"enable": false,
"netmask": "255.255.255.0",
"netprefix": "239.192.136.100"
}
},
"networks": {
"discovery": "10.180.2.113",
"ips": ""
},
"tcp": {
"recv": {
"enable": false
},
"send": {
"enable": false
}
},
"unicast": {
"recv": {
"enable": false
},
"send": {
"enable": false
}
},
"rudp": {
"send": {
"enable": true
},
"recv": {
"enable": true
}
}
}
}