The status codes printed by rtcp operations are:
. | Idle |
---|---|
* | Got data |
- | Completed |
These are the settings used by rtcp
:
bw
V
Specifies the rtcp_bw
value to use (from RFC 3550).
file
NAMESpecifies a file into which the data read from the rtcp operation will be saved. Each rtcp writes to its file independently, so if more than one used the same file, they will overwrite each other's data. The name may be specified as the value zero, to indicate that no file is to be used, or as a string in double-quotes ("). A quoted string is interpreted as in C.
reports
VSpecifies which reports to enable.
rxbw
V
Specifies the b=RR;
value to use (from RFC 3556).
sdes
[N=]"...",[N=]"...",...
Specifies SDES items. The value N
gives the item number, and
the string contains the item value. The string is interpreted as in C. The
value N
defaults to zero at the start of the sdes
option, and thereafter defaults to one more than the previous. For example,
sdes 3="hello","world"
sets SDES item 3 to the five characters
hello
and SDES item 4 to the five characters world
.
txbw
V
Specifies the b=RT;
value to use (from RFC 3556).
This is a command understood by the pathtest test program.