Protocol
SRTP
Secure RTP
Secure RTP/RTCP with encryption and authentication, keyed from SDES, DTLS-SRTP, or MIKEY. A rollover counter (ROC) and key derivation protect packet indices across long sessions. It is the default media security for WebRTC and many SIP trunks.
Layers
Tags
encryptionauthdtls-srtpmedia
Sources
- RFC 3711
- RFC 5764 (DTLS-SRTP)
Related protocols
RTP
Lab readyEnd-to-end media transport for audio/video: sequence numbers, timestamps, SSRC, and payload type. Usually over UDP; profile and format sp…
RTCP
Lab readyCompanion control protocol to RTP providing sender/receiver reports, SDES identity, BYE, and extension feedback. Report intervals scale w…
SDP
Lab readyTextual session description: media lines, codecs (rtpmap/fmtp), ICE candidates, and direction attributes. Carried in SIP, WebRTC, and MGC…
DTLS
Lab readyDatagram Transport Layer Security adapts TLS to unreliable transports with retransmission, explicit sequence numbers, and record epochs. …