RTP Trace System
1.0
|
Variables | |
const cardinal | RTPMaxPayloadLimit = 8192 |
const cardinal | RTPDefaultMaxPayload = 1376 |
const cardinal | RTPDefaultHeaderSize = 12 |
const card8 | RTPVersion = 2 |
const double | RTPMicroSecondsPerTimeStamp = 1000.0 / 16.0 |
const cardinal | RTPMaxQualityLayers = 16 |
Default RTP header size (CC = 0).
const cardinal Coral::RTPConstants::RTPDefaultMaxPayload = 1376 |
RTP default maximum payload is 1376 = 1500 - (12 + 16 * 4) - 40 - 8 = Maximum ethernet data length - RTPPacket size - (16 * CSRC) - UDP header size - IPv6 header size.
const cardinal Coral::RTPConstants::RTPMaxPayloadLimit = 8192 |
RTP maximum payload limit.
const cardinal Coral::RTPConstants::RTPMaxQualityLayers = 16 |
Maximum number of layers in one stream. Note: This is *not* a constant of RFC 1889 but a limit for the Coral RTP classes!
const double Coral::RTPConstants::RTPMicroSecondsPerTimeStamp = 1000.0 / 16.0 |
Constant for microseconds per RTP timestamp.
const card8 Coral::RTPConstants::RTPVersion = 2 |
Constant for RTP version.