-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathrx.json
51 lines (51 loc) · 1.37 KB
/
rx.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
{
"interfaces": [
{
"name": "kernel:enp175s0f0np0",
},
],
"rx_sessions": [
{
"ip": [
"192.168.108.201"
],
"interface": [
0
],
"video": [
{
"replicas": 1,
"type": "frame",
"pacing": "gap",
"start_port": 20000,
"payload_type": 112,
"tr_offset": "default",
"video_format": "i1080p59",
"pg_format": "YUV_422_10bit",
"display": false,
"measure_latency": true,
}
],
"audio": [
{
"replicas": 1,
"type": "frame",
"start_port": 30000,
"payload_type": 111,
"audio_format": "PCM16",
"audio_channel": ["ST"],
"audio_sampling": "48kHz",
"audio_ptime": "1",
"audio_url": "./test.pcm"
}
],
"ancillary": [
{
"replicas": 1,
"payload_type": 113,
"start_port": 40000
}
]
}
]
}