All specs
RFC 3551RFCMust KnowTelecomProduct2003

RTP Audio/Video Profile (Static Payload Types)

Telephony & VoIP·RFC Editor
WHY YOU NEED THIS

Codec mismatch debugging starts here — SDP says `PCMU/8000` which is PT 0 per RFC 3551. Static vs dynamic payload types explain most SIP/WebRTC negotiation confusion.

What It Defines

Defines static RTP payload type assignments for telephony codecs: PT 0/8 (PCMU/PCMA G.711), PT 9 (G.722), PT 18 (G.729), PT 97/98 dynamic ranges, clock rates, and channel counts. The mapping layer between SDP `rtpmap` lines and on-the-wire RTP headers.

Canonical (Normative)

Convenient (Practical)

rtppayload-typepcmupcmag711sdptelephony
Standards Body
RFC Editor

The canonical publication point for finalized RFCs. If a protocol is standardized as an RFC, the RFC Editor text is the normative final reference. Published by the IETF, IRTF, IAB, and independent stream.

Visit

Related Specs

RFC 3550RFCMust Know

RTP

RTP carries all real-time media: VoIP, WebRTC, live video, and video conferencing. Understanding SSRC demultiplexing, jitter buffers, and RTCP feedback loops is essential for any media application.

TelecomProductTelephony & VoIP
Details
RFC 4566RFCMust Know

SDP

SDP is the handshake language between any two endpoints setting up a call. WebRTC, SIP, and RTSP all use it. You can't debug codec mismatches, ICE failures, or video call setup without reading SDP.

TelecomProductTelephony & VoIP
Details
ITU-T G.711ITU-TShould Know

G.711

G.711 is the common denominator of telephony. Every PSTN gateway and legacy SIP trunk speaks G.711. When codec negotiation fails and you're left with 64 kbps PCM, this is why.

TelecomTelephony & VoIP
Details
ITU-T G.722ITU-TNiche

G.722

G.722 is the standard for HD voice in SIP and enterprise telephony. When you enable 'HD Voice' on a SIP trunk, G.722 is typically what's negotiated. Essential for enterprise UC deployments.

TelecomTelephony & VoIP
Details
ITU-T G.729ITU-TNiche

G.729

G.729 remains common on legacy SIP/PBX trunks where bandwidth is constrained. License/patent history affected adoption — know it when debugging codec negotiation on older enterprise systems.

TelecomTelephony & VoIP
Details
RFC 6716RFCMust Know

Opus

Opus is the codec for real-time audio on the internet. WebRTC mandates it; Discord, Zoom, and most VoIP apps use it. Understanding bitrate, FEC, and frame sizing directly impacts audio quality and bandwidth.

TelecomProductTelephony & VoIP
Details
RFC 7587RFCShould Know

RTP/Opus

WebRTC and modern SIP use RFC 7587 Opus RTP framing — not Ogg pages. FEC and DTX SDP attributes directly control call quality under packet loss.

TelecomProductTelephony & VoIP
Details