The status codes printed by rtprx operations are:
, | Idle |
---|---|
* | Running |
G | Got ports |
L | Lost packets above threshold |
S | New SSRC detected |
T | Detected a tone |
- | Completed |
These are the settings used by rtprx
:
codec
CODECConfigures the codec payload type mapping. CODEC is the name of a codec, which is one of these:
a | A-law |
---|---|
u | mu-law |
729ab | G.729AB |
t | RFC2833 (tones) |
optionally followed by an equals sign and a number, which is the value for the payload type. The mapping replaces any previous mapping for that codec, and if the payload type value is omitted, no mapping remains for that codec type.
detect
NEnables (non-zero) or disables (zero) detection of tones.
loc
ADDRThe local address on which it is to listen.
plc
NEnables (non-zero) or disables (zero) packet loss concealment.
regen
NEnables (non-zero) or disables (zero) regeneration of tones
rtcp
NThe rtcp handler to use. The special value '-' indicates that no handler is to be used. When configuring a default value, this may refer to an rtpc handler not yet running, but the handler must be running when creating a new rtprx or adjusting the settings of an existing one.
This is a command understood by the pathtest test program.