Protocol
RTP
Real-time Transport Protocol
End-to-end media transport for audio/video: sequence numbers, timestamps, SSRC, and payload type. Usually over UDP; profile and format specs define codec bitstreams. RTCP provides QoS feedback.
Layers
Tags
mediatimestampssrcpayloadudp
Sources
- RFC 3550
- RFC 3551 (AVP profile)
Related protocols
RTCP
Lab readyCompanion control protocol to RTP providing sender/receiver reports, SDES identity, BYE, and extension feedback. Report intervals scale w…
SRTP
Lab readySecure RTP/RTCP with encryption and authentication, keyed from SDES, DTLS-SRTP, or MIKEY. A rollover counter (ROC) and key derivation pro…
SDP
Lab readyTextual session description: media lines, codecs (rtpmap/fmtp), ICE candidates, and direction attributes. Carried in SIP, WebRTC, and MGC…
SIP
Lab readyText-based signaling for creating and managing sessions. Methods (INVITE, ACK, BYE, REGISTER…) and response codes resemble HTTP; SDP bodi…
G.711
Lab ready64 kb/s PCM audio codecs for telephony: μ-law (PCMU, North America/Japan) and A-law (PCMA, elsewhere) compress linear samples with logari…
DTMF (RFC 4733)
Lab readyRTP payload format for named telephone events such as DTMF digits, replacing unreliable in-band tones. Event, end bit, volume, and durati…