From 30ad4dabb9571915c8bdb8b12e9f1cfa1fc02210 Mon Sep 17 00:00:00 2001 Message-Id: <30ad4dabb9571915c8bdb8b12e9f1cfa1fc02210.1714491068.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 16 Sep 2007 16:50:58 +0100 Subject: [PATCH] mention broadcast, broadcast_from in disorder_config(5) Organization: Straylight/Edgeware From: rjk@greenend.org.uk <> --- doc/disorder_config.5.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/disorder_config.5.in b/doc/disorder_config.5.in index 299233d..95660ee 100644 --- a/doc/disorder_config.5.in +++ b/doc/disorder_config.5.in @@ -161,6 +161,13 @@ Transmit audio over the network. This is the default if \fBbroadcast\fR is specified. .RE .TP +.B broadcast \fIADDRESS\fR \fIPORT\fR +Transmit sound data to \fIADDRESS\fR using UDP port \fIPORT\fR. This implies +\fBbackend network\fR. +.TP +.B broadcast_from \fIADDRESS\fR \fIPORT\fR +Sets the (local) source address used by \fBbroadcast\fR. +.TP .B channel \fICHANNEL\fR The mixer channel that the volume control should use. Valid names depend on your operating system and hardware, but some standard ones that might be useful -- [mdw]