]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.ggo
First draft of the dccp sender/receiver pair.
[paraslash.git] / server.ggo
index 52dc90b626a856ea38b6215d1c2c2b0ed107c0b1..418b2b4aaaa7bbe2cb38d2bc378e3921c2a2f441 100644 (file)
@@ -25,8 +25,8 @@ option "mysql_default_score" - "scoring rule to use if stream definition does no
 
 
 
-section "Dopey database tool options"
-option "dopey_dir" - "dir to search for files to be streamed" string default="/home/music" no
+section "Random database tool options"
+option "random_dbtool_dir" - "dir to search for files to be streamed" string default="/home/music" no
 
 section "Http sender options"
 option "http_port" - "tcp port for http streaming" int typestr="portnumber" default="8000" no
@@ -35,9 +35,11 @@ option "http_access" - "Add given host/network to access control list (whitelist
 option "http_no_autostart" - "do not open tcp port on server startup" flag off
 option "http_max_clients" - "maximal simultaneous connections, non-positive value means unlimited" int typestr="number" default="-1" no
 
+section "Dccp sender options"
+option "dccp_port" - "port for http streaming" int typestr="portnumber" default="5001" no
+
 section "Ortp sender options"
 option "ortp_target" - "Add given host/port to the list of targets. This option can be given multiple times. Example: '224.0.1.38:1500' instructs the ortp 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 LAN-streaming." string typestr="a.b.c.d:p" no multiple
 option "ortp_no_autostart" - "do not start to send automatically" flag off
 option "ortp_default_port" - "default udp port if not specified" int typestr="portnumber" default="1500" no
 option "ortp_header_interval" H "time between extra header sends" int typestr="milliseconds" default="2000" no
-