SRTP (Secure Real-time Transport Protocol)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/srtp/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/srtp/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/srtp/)
Use the native HTML custom element.
An encrypted extension of RTP that provides confidentiality, authentication, and replay protection for voice and video media streams. SRTP uses AES encryption with keys derived from a master key exchanged out-of-band via DTLS-SRTP (WebRTC) or SDES (SIP). Unlike TLS which encrypts the transport layer, SRTP encrypts the RTP payload and authenticates the header, enabling end-to-end media encryption even through SRTP-aware NAT traversal proxies.