X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/af21fb6be8e226ce86b47ed923ee124e739ca48c..14b5913c9e30978620dbb6f2b85651e8bf7147e9:/doc/disorder-playrtp.1.in diff --git a/doc/disorder-playrtp.1.in b/doc/disorder-playrtp.1.in index 0df5389..d453dcb 100644 --- a/doc/disorder-playrtp.1.in +++ b/doc/disorder-playrtp.1.in @@ -36,6 +36,17 @@ broadcast to that port. .PP If an address and a port are specified then the RTP stream is assumed to be multicast to that group address and port. +.PP +Alternatively, the +.I ADDRESS +can start with a +.RB ` \- ', +in which case +.B disorder-playrtp +will request a dedicated unicast stream from the server. The +.RB ` \- ' +may be followed by an optional port, or address/port pair, which will be the +local address/port to bind to and announce to the server. .SH OPTIONS .TP .B \-\-api\fR, -\fB-A\fR \fIAPI\fR @@ -115,18 +126,27 @@ You should consult the source code for details of their effects. .B \-\-min \fIFRAMES\fR, \fB\-m \fIFRAMES\fR Specifies the buffer low watermark in frames. This also acts as the target buffer occupancy. +The default is taken from the +.B rtp_minbuffer +configuration parameter. .TP .B \-\-max \fIFRAMES\fR, \fB\-x \fIFRAMES\fR Specifies the maximum buffer size in frames. If there are this many frames in the buffer then reading from the network socket will be suspended. The default is twice the \fB\-\-min\fR value. +The default is taken from the +.B rtp_maxbuffer +configuration parameter. .TP .B \-\-rcvbuf \fIBYTES\fR, \fB\-R \fIBYTES\fR Specifies socket receive buffer size. The default is not to change the buffer size, i.e. you get whatever the local operating system chooses. The buffer size will not be reduced below the operating system's default. +The default is taken from the +.B rtp_rcvbuf +configuration parameter. .TP .B \-\-monitor\fR, \fB\-M Periodically report how close to the buffer low watermark the buffer is.