Glossary · Voice technology
What is RTP (real-time transport protocol)?
- Also called: real-time transport protocol, rtp stream, media stream
Reviewed by Sujan ThapaliyaLast updated
Definition
In practice
How rtp (real-time transport protocol) actually works
That trade-off is why voice sounds different from a download. A late packet is useless to a conversation, so RTP discards it rather than asking for it again, which is what makes packet loss audible rather than merely slow.
Media travels directly between endpoints where the network allows, which is efficient and also why NAT and firewalls cause one-way audio: signalling completed, but the media path did not.
Encrypted RTP — SRTP — protects the audio in transit and is what a call described as end-to-end encrypted is generally using.
RTP also carries the timing information that makes recording and transcription possible after the fact. Packets arriving out of order are reassembled by sequence number, so a recording can be perfect even when the live call sounded broken — which is why a customer's complaint about audio quality often cannot be reproduced from the recording.
Worked example
RTP (real-time transport protocol): common questions
Why does RTP use UDP rather than TCP?
What causes one-way audio?
Is RTP encrypted?
Sources
- Combating Spoofed Robocalls with Caller ID Authentication — Federal Communications CommissionThe STIR/SHAKEN framework, the attestation levels carriers sign calls with, and the mandate requiring providers to authenticate caller ID.
- 47 U.S.C. § 227 — Restrictions on the use of telephone equipment — Cornell Legal Information InstituteThe Telephone Consumer Protection Act itself — the consent requirements, calling-hours limits, and private right of action.
- ITU-T Recommendation E.164 — The international public telecommunication numbering plan — International Telecommunication UnionThe international number format, the 15-digit maximum, and how country codes and national numbers compose.
See rtp (real-time transport protocol) in the product
SIP trunking carries your phone calls over the internet to and from your existing PBX, replacing physical ISDN or PRI lines. You keep your phone system and your numbers; you drop the copper, the per-channel rental, and most of the long-distance bill.