X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.ggo;h=e7149145d56f430dee2c6d7a3a4775fc602f2f33;hp=f6ebc17239794e1d9a9ddedfbb8fca5efe6432c9;hb=bc8187d6a4ca3191b3c54226ba54e4f0c4cf4e6e;hpb=8978f426314b107c55a652e0151397fdab2f003e;ds=sidebyside diff --git a/server.ggo b/server.ggo index f6ebc172..e7149145 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="name" + string typestr="/" optional - section "http sender" #~~~~~~~~~~~~~~~~~~~~ @@ -237,10 +228,31 @@ 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 + +option "dccp_max_clients" - +#~~~~~~~~~~~~~~~~~~~~~~~~~~ +"see http_max_clients" + int typestr="number" + default="-1" + optional section "ortp sender"