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
(
logging: (
enable_task_logging: false,
enable_keyframe_logging: false,
copperlist_count: 8,
),
resources: [
(
id: "network",
provider: "ConfiguredStreamResources",
),
],
log_streaming: (
destinations: [
(
id: "ground",
transport: (
type: "ConfiguredTx",
resource: "network.tx",
),
link: (
mtu_bytes: 1200,
bitrate_bps: 1000000,
memory_budget_kib: 576,
max_latency_ms: 250,
burst_packets: 8,
),
fec: (
continuous: (
field: Gf256,
window_symbols: 64,
repair_every_source_symbols: 4,
repair_density: Full,
),
objects: (
max_object_bytes: 65536,
repair_symbols_per_block: 2,
),
),
recovery_interval: 100,
max_record_bytes: 4096,
),
],
),
tasks: [
(
id: "source",
type: "ConfiguredStreamSource",
),
],
cnx: [
(
src: "source",
dst: "__nc__",
msg: "ConfiguredStreamMsg",
),
],
)