X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=server.ggo;h=41f9ea4ede497bb9850e71a7d0bb11d2e6a33736;hb=206217ee7b6925f543ba21a7797a4dc32f0d84ab;hp=27727deb92587f26971b05252867b9bf064fe8cb;hpb=45283c2e75ba457f3858e67526d6163de63df4c5;p=paraslash.git diff --git a/server.ggo b/server.ggo index 27727deb..41f9ea4e 100644 --- a/server.ggo +++ b/server.ggo @@ -33,8 +33,12 @@ 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" +option "dccp_port" - "port for dccp streaming" int typestr="portnumber" default="5001" no + section "ortp sender" 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 +option "ortp_jitter_compensation" j "non-zero values enable ortp's adaptive jitter compensation" int typestr="milliseconds" default="400" no