X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.ggo;h=418b2b4aaaa7bbe2cb38d2bc378e3921c2a2f441;hp=a7db080ae51c6c1e5b5244187acc8aca386aa94d;hb=c9f109a9e7f2d6116b7906a852afc339c858c275;hpb=c589157169366fa47f2041cfe52e7019fbc19b35 diff --git a/server.ggo b/server.ggo index a7db080a..418b2b4a 100644 --- a/server.ggo +++ b/server.ggo @@ -35,6 +35,9 @@ 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