X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo%2Fserver.m4;h=df94357577ea128325ee97f729a7a2e2459f1603;hp=8aa753b90953ec4aa1df4cb24ea2857a6fe87c4c;hb=299df142bb50bacebc0b3050768f941bc95b5b6f;hpb=1e6a73e98fecaba8226d5a4aa3cdc84e410f8029 diff --git a/ggo/server.m4 b/ggo/server.m4 index 8aa753b9..df943575 100644 --- a/ggo/server.m4 +++ b/ggo/server.m4 @@ -104,7 +104,7 @@ option "afs_socket" s #~~~~~~~~~~~~~~~~~~~~ "Command socket for afs" string typestr="path" -default="/var/paraslash/afs_command_socket" +default="/var/paraslash/afs_command_socket-0.4" optional details=" For each server command that is handled by the audio file @@ -243,16 +243,23 @@ section "udp sender" option "udp_target" - #~~~~~~~~~~~~~~~~~~~~ -"add udp target" -string typestr="a.b.c.d:p" +"add udp target with optional port" +string typestr="host[:port]" optional multiple details=" - Add given host/port to the list of targets. This option - can be given multiple times. Example: '224.0.1.38:1500' - instructs the udp sender to send to udp port 1500 on host - 224.0.1.38 (unassigned ip in the Local Network Control Block - 224.0.0/24). This is useful for multicast streaming. + Add given host/port to the list of targets. The 'host' argument + can be either an IPv4/v6 address or hostname (RFC 3986 syntax). + The 'port' argument is an optional port number. If the 'port' + part is absent, the 'udp_default_port' value is used. + + The following examples are possible targets: + '10.10.1.2:8000' (host:port); '10.10.1.2' (with default port); + '224.0.1.38:1500' (IPv4 multicast); 'localhost:8001' (hostname + with port); '[::1]:8001' (IPv6 localhost); '[badc0de::1]' (IPv6 + host with default port); '[FF00::beef]:1500' (IPv6 multicast). + + This option can be given multiple times, for multiple targets. " option "udp_no_autostart" -