forked from voc/aes67-recorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
100 lines (79 loc) · 1.92 KB
/
config.yaml
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
source:
# expected sample-format
format: S24BE
# excted sample-rate
rate: 48000
sources:
# for RAVENNA VS
#- type: rtsp
# location: rtsp://192.168.178.24:8080/by-id/245599667748866
# channels: 2
# for Mediornet
#- type: udp
# channels: 8
# address: 239.1.42.1
# iface: enp4s1.3
# port: 5004
#- type: udp
# channels: 8
# address: 239.1.42.2
# iface: enp4s1.3
# port: 5004
# for Demo
- type: demo
channels: 8
- type: demo
channels: 8
clocking:
source: system
#source: ptp
#ptp_domain: 0
#ptp_interfaces: ['enp4s1.3']
# in Seconds
#jitterbuffer: 20 # for RAVENNA VS
# for Mediornet Nexus
jitterbuffer: false
# name of each channel. unnamed channels will issue a warning and will be named "unnamed/XX"
# channel-names can contains slashes, denoting folders. a wall-clock-timestamp and the filetype suffix will be added to the name
# channel-name "s1/mics/head1" might result in a filename like "s1/mics/head1/2018-01-01_10-00-00.wav
# to *not* record a channel, set its name to the special value "!discard".
channelmap:
0: "s1/mics/head1"
1: "s1/mics/head2"
2: "s1/mics/atmo1"
3: "s1/mics/atmo2"
4: "!discard"
5: "!discard"
6: "!discard"
7: "!discard"
8: "s2/mics/head1"
9: "s2/mics/head2"
10: "s2/mics/atmo1"
11: "s2/mics/atmo2"
12: "!discard"
13: "!discard"
14: "!discard"
15: "!discard"
capture:
# can also be specified via command-line arg
folder: /video/audio-backup/
# length of a segment in seconds
segment-length: 5
# desired capture-format, check supported with `gst-inspect-1.0 wavenc`
format: S24LE
status_server:
port: 9999
bind: '::'
level_interval_ms: 250
system_health_report_interval_ms: 1000
watchdog:
enabled: true
check_interval_ms: 1000
warn_after_missing_signal_for_ms: 2000
restart_after_missing_signal_for_ms: 5000
mqtt:
enabled: true
host: mng.c3voc.de
port: 1883
username: 'aes67-backup'
password: 'xxx'