Skip to content

Commit b395acf

Browse files
committed
Update config file examples to mention UDP output
1 parent 27e0d4a commit b395acf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: conf/generic.conf

+9
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,12 @@
134134
%W%# You can also specify "UDP:" and an optional port for input.
135135
%W%# "-" or "stdout" can be used to pipe audio out to another application.
136136
%W%# The -O option must be specified on the command line to support this.
137+
%W%# For UDP output, specify the destination IP address/hostname and port number
138+
%W%# using "UDP:destination:port" syntax
137139
%W%
138140
%W%# ADEVICE stdin 0
139141
%W%# ADEVICE UDP:7355 0
142+
%W%# ADEVICE UDP:7355 UDP:localhost:7356
140143
%W%# ADEVICE stdin stdout
141144
%W%
142145
%W%# The position in the list can change when devices (e.g. USB) are added and removed.
@@ -162,9 +165,12 @@
162165
%L%# You can also specify "UDP:" and an optional port for input.
163166
%L%# "-" or "stdout" can be used to pipe audio out to another application.
164167
%L%# The -O option must be specified on the command line to support this.
168+
%L%# For UDP output, specify the destination IP address/hostname and port number
169+
%L%# using "UDP:destination:port" syntax
165170
%L%
166171
%L%# ADEVICE stdin plughw:1,0
167172
%L%# ADEVICE UDP:7355 default
173+
%L%# ADEVICE UDP:7355 UDP:localhost:7356
168174
%L%# ADEVICE stdin stdout
169175
%L%
170176
%R% ---------- Mac ----------
@@ -189,8 +195,11 @@
189195
%M%# You can also specify "UDP:" and an optional port for input.
190196
%M%# "-" or "stdout" can be used to pipe audio out to another application.
191197
%M%# The -O option must be specified on the command line to support this.
198+
%M%# For UDP output, specify the destination IP address/hostname and port number
199+
%M%# using "UDP:destination:port" syntax
192200
%M%
193201
%M%# ADEVICE UDP:7355 default
202+
%M%# ADEVICE UDP:7355 UDP:localhost:7356
194203
%M%# ADEVICE stdin stdout
195204
%M%#
196205
%C%

0 commit comments

Comments
 (0)