The status codes printed by rtptx operations are:
, | Idle |
|---|---|
* | Running |
S | Selected SSRC |
t | Continuation of tone detected |
T | Detected a tone |
- | Completed |
These are the settings used by rtptx:
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.
dest ADDRThe address to which it is to send the RTP stream.
destport PThe port to which it is to send the RTP stream.
ptime NThe duration represented by each packet (in mS).
rtcpport PThe associated RTCP port.
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.
src ADDRThe address from which it is to send the RTP stream.
srcport PThe port from which it is to send the RTP stream.
tosrtcp NThe TOS value for te RTCP packets.
tosrtp NThe TOS value for te RTP packets.
This is a command understood by the pathtest test program.