Skip to content

Commit 63102aa

Browse files
committed
Update config file examples to mention UDP output
1 parent 91b43d3 commit 63102aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

conf/generic.conf

+9
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,12 @@
129129
%W%# You can also specify "UDP:" and an optional port for input.
130130
%W%# "-" or "stdout" can be used to pipe audio out to another application.
131131
%W%# The -O option must be specified on the command line to support this.
132+
%W%# For UDP output, specify the destination IP address/hostname and port number
133+
%W%# using "UDP:destination:port" syntax
132134
%W%
133135
%W%# ADEVICE stdin 0
134136
%W%# ADEVICE UDP:7355 0
137+
%W%# ADEVICE UDP:7355 UDP:localhost:7356
135138
%W%# ADEVICE stdin stdout
136139
%W%
137140
%W%# The position in the list can change when devices (e.g. USB) are added and removed.
@@ -157,9 +160,12 @@
157160
%L%# You can also specify "UDP:" and an optional port for input.
158161
%L%# "-" or "stdout" can be used to pipe audio out to another application.
159162
%L%# The -O option must be specified on the command line to support this.
163+
%L%# For UDP output, specify the destination IP address/hostname and port number
164+
%L%# using "UDP:destination:port" syntax
160165
%L%
161166
%L%# ADEVICE stdin plughw:1,0
162167
%L%# ADEVICE UDP:7355 default
168+
%L%# ADEVICE UDP:7355 UDP:localhost:7356
163169
%L%# ADEVICE stdin stdout
164170
%L%
165171
%R% ---------- Mac ----------
@@ -184,8 +190,11 @@
184190
%M%# You can also specify "UDP:" and an optional port for input.
185191
%M%# "-" or "stdout" can be used to pipe audio out to another application.
186192
%M%# The -O option must be specified on the command line to support this.
193+
%M%# For UDP output, specify the destination IP address/hostname and port number
194+
%M%# using "UDP:destination:port" syntax
187195
%M%
188196
%M%# ADEVICE UDP:7355 default
197+
%M%# ADEVICE UDP:7355 UDP:localhost:7356
189198
%M%# ADEVICE stdin stdout
190199
%M%#
191200
%C%

0 commit comments

Comments
 (0)