forked from OpenVisualCloud/Media-Transport-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtx.json
More file actions
55 lines (55 loc) · 1.56 KB
/
tx.json
File metadata and controls
55 lines (55 loc) · 1.56 KB
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
{
"interfaces": [
{
"name": "kernel:enp24s0f0",
},
],
"tx_sessions": [
{
"dip": [
"192.168.108.101"
],
"interface": [
0
],
"video": [
{
"replicas": 1,
"type": "frame",
"pacing": "gap",
"packing": "BPM",
"start_port": 20000,
"payload_type": 112,
"tr_offset": "default",
"video_format": "i1080p59",
"pg_format": "YUV_422_10bit",
"video_url": "./test.yuv"
}
],
"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,
"start_port": 40000,
"payload_type": 113,
"type": "frame",
"ancillary_format": "closed_caption",
"ancillary_url": "./test.txt",
"ancillary_fps": "p59"
}
]
}
],
}