diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sydra-rtp.8 | 16 | ||||
-rw-r--r-- | doc/sydra-rtp.8.txt | 11 |
2 files changed, 25 insertions, 2 deletions
diff --git a/doc/sydra-rtp.8 b/doc/sydra-rtp.8 index a768495..ceadcb9 100644 --- a/doc/sydra-rtp.8 +++ b/doc/sydra-rtp.8 @@ -2,12 +2,12 @@ .\" Title: sydra-rtp .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> -.\" Date: 10/02/2014 +.\" Date: 10/03/2014 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "SYDRA\-RTP" "8" "10/02/2014" "\ \&" "\ \&" +.TH "SYDRA\-RTP" "8" "10/03/2014" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -60,6 +60,8 @@ sydra\-rtp [ \fB\-o|\-\-rtp\-port\-base\fR <port> ] [ \fB\-A|\-\-rtp\-addr\-local\fR <address> ] [ \fB\-O|\-\-rtp\-port\-base\-local\fR <port> ] + [ \fB\-\-rtp\-host\-reflector\fR <host> ] + [ \fB\-\-rtp\-port\-base\-reflector\fR <port> ] [ \fB\-c|\-\-no\-auto\-client\fR ] [ \fB\-t|\-\-timeout\fR <timeout> ] [ \fB\-k|\-\-keepalive\-interval\fR <interval> ] @@ -328,6 +330,16 @@ The local address to wait for incoming UDP messages\&. Leave empty to listen on The base number for local ports to bind to\&. The same mapping as for the remote port\-base is used to map incoming RTP packets to the RTP bin\&. .RE .PP +\fB\-\-rtp\-host\-reflector <host>\fR +.RS 4 +When in receiver mode the incoming RTP packets will get reflected to this host\&. Leave empty to disable RTP packet reflection\&. +.RE +.PP +\fB\-\-rtp\-port\-base\-reflector <port>\fR +.RS 4 +When a reflector\-host gets specified using the option above the RTP packets will get sent to the ports based on this\&. The same mapping as with the other port\-base options is used\&. +.RE +.PP \fB\-c, \-\-no\-auto\-client\fR .RS 4 This disables auto\-detection for clients in diff --git a/doc/sydra-rtp.8.txt b/doc/sydra-rtp.8.txt index 31c1585..7d9c88b 100644 --- a/doc/sydra-rtp.8.txt +++ b/doc/sydra-rtp.8.txt @@ -39,6 +39,8 @@ sydra-rtp [ -o|--rtp-port-base <port> ] [ -A|--rtp-addr-local <address> ] [ -O|--rtp-port-base-local <port> ] + [ --rtp-host-reflector <host> ] + [ --rtp-port-base-reflector <port> ] [ -c|--no-auto-client ] [ -t|--timeout <timeout> ] [ -k|--keepalive-interval <interval> ] @@ -214,6 +216,15 @@ The following options can be passed to the *sydra-rtp* daemon: The base number for local ports to bind to. The same mapping as for the remote port-base is used to map incoming RTP packets to the RTP bin. +*--rtp-host-reflector <host>*:: + When in receiver mode the incoming RTP packets will get reflected to this host. Leave empty + to disable RTP packet reflection. + +*--rtp-port-base-reflector <port>*:: + When a reflector-host gets specified using the option above the RTP packets will get sent to + the ports based on this. The same mapping as with the other port-base options is used. + + *-c, --no-auto-client*:: This disables auto-detection for clients in 'sender' mode. Mind that if you disable the automatic client detection and also omit the rtp-host option *sydra-rtp* won't send any RTP |