X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.ggo;h=62e08305cf95e627f69c1b6128012298b483066a;hp=650dcf0e69634ee25a0c9de8154e4a0130ba8e49;hb=cd8bb5a2d51179a31842a2cd7012cad28deea78d;hpb=d894e0cc7ce94d09847a8a35f47127968d4268f1 diff --git a/server.ggo b/server.ggo index 650dcf0e..62e08305 100644 --- a/server.ggo +++ b/server.ggo @@ -124,14 +124,6 @@ option "announce_time" A optional -option "selector" S -#~~~~~~~~~~~~~~~~~~ - -"(default=random)" - - string typestr="name" - optional - ############################# section "audio file selector" ############################# @@ -160,17 +152,16 @@ option "afs_initial_mode" i #~~~~~~~~~~~~~~~~~~~~~~~~~~ "Mood or playlist to load on startup. Must be -prefixed with either 'p:' or 'm:' to indicate +prefixed with either 'p/' or 'm/' to indicate whether a playlist or a mood should be loaded. Example: - --afs_initial_mode p:foo + --afs_initial_mode p/foo loads the playlist named 'foo'." - string typestr="aspecifier>:" + string typestr="/" optional - section "http sender" #~~~~~~~~~~~~~~~~~~~~ @@ -237,11 +228,22 @@ option "dccp_port" - "port for dccp streaming" int typestr="portnumber" - default="5001" + default="8000" optional +option "dccp_default_deny" - +#~~~~~~~~~~~~~~~~~~~~~~~~~~~ +"See http_default_deny" + + flag off +option "dccp_access" - +#~~~~~~~~~~~~~~~~~~~~~ +"See http_access" + string typestr="a.b.c.d/n" + optional + multiple section "ortp sender" #~~~~~~~~~~~~~~~~~~~~