forked from AMWA-TV/is-05
-
Notifications
You must be signed in to change notification settings - Fork 0
/
v1.0-sender-constraints-get-200.json
70 lines (70 loc) · 1.62 KB
/
v1.0-sender-constraints-get-200.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
[
{
"source_ip":{
"enum": [
"192.168.7.2",
"192.168.8.5",
"2001:0db8:85a3:0000:0000:8a2e:0370:7334",
"2001:0db8:85a3:0000:0000:8a2e:0370:a24b"
]
},
"destination_ip":{},
"source_port":{
"maximum": 50000,
"minimum": 49151
},
"destination_port":{
"maximum": 50000,
"minimum": 49151
},
"fec_enabled":{},
"fec_destination_ip":{},
"fec_type":{
"enum": [
"XOR",
"Reed-Solomon"
]
},
"fec_mode":{
"enum": [
"1D",
"2D"
]
},
"fec_block_width":{
"minimum": 4,
"maximum": 200
},
"fec_block_height":{
"minimum": 4,
"maximum": 200
},
"fec1D_destination_port":{
"minimum": 5000,
"maximum": 49151
},
"fec2D_destination_port":{
"minimum": 5000,
"maximum": 49151
},
"fec1D_source_port":{
"minimum": 5000,
"maximum": 49151
},
"fec2D_source_port":{
"minimum": 5000,
"maximum": 49151
},
"rtcp_enabled":{},
"rtcp_destination_ip":{},
"rtcp_destination_port":{
"minimum": 5000,
"maximum": 49151
},
"rtcp_source_port":{
"minimum": 5000,
"maximum": 49151
},
"rtp_enabled":{}
}
]