Real-time Transport Protocol

Real-time Transport Protocol

The Real-time Transport Protocol (or RTP) defines a standardized packet format for delivering audio and video over the Internet. It was developed by the Audio-Video Transport Working Group of the IETF and first published in 1996 as RFC 1889 which was made obsolete in 2003 by RFC 3550. Real time transport protocol can also be used in conjunction with RTSP protocol which enhances the field of multimedia applications.

RTP does not have a standard TCP or UDP port on which it communicates. The only standard that it obeys is that UDP communications are done via an even port and the next higher odd port is used for RTP Control Protocol (RTCP) communications. Although there are no standards assigned, RTP is generally configured to use ports 16384-32767. RTP can carry any data with real-time characteristics, such as interactive audio and video. Call setup and tear-down for VoIP applications is usually performed by either SIP or H.323 protocols. The fact that RTP uses a dynamic port range makes it difficult for it to traverse firewalls. In order to get around this problem, it is often necessary to set up a STUN server.

Overview

It was originally designed as a multicast protocol, but has since been applied in many unicast applications. It is frequently used in streaming media systems (in conjunction with RTSP) as well as videoconferencing and push to talk systems (in conjunction with H.323 or SIP), making it the technical foundation of the Voice over IP industry.It goes along with the RTCP and is built on top of the User Datagram Protocol (UDP). Applications using RTP are less sensitive to packet loss, but typically very sensitive to delays, so UDP is a better choice than TCP for such applications.

According to RFC 1889, the services provided by RTP include:
* Payload-type identification - Indication of what kind of content is being carried
* Sequence numbering - PDU sequence number
* Time stamping - allow synchronization and jitter calculations
* Delivery monitoring

The protocols themselves do not provide mechanisms to ensure timely delivery. They also do not give any Quality of Service (QoS) guarantees. These things have to be provided by some other mechanism.

Also, out of order delivery is still possible, and flow and congestion control are not supported directly. However, the protocols do deliver the necessary data to the application to make sure it can put the received packets in the correct order. Also, RTCP provides information about reception quality which the application can use to make local adjustments. For example if a congestion is forming, the application could decide to lower the data rate.

RTP was also published by the ITU-T as H.225.0, but later removed once the IETF had a stable standards-track RFC published. It exists as an Internet Standard (STD 64) defined in RFC 3550 (which obsoletes RFC 1889). RFC 3551 (STD 65) (which obsoletes RFC 1890) defines a specific profile for Audio and Video Conferences with Minimal Control. RFC 3711 defines the Secure Real-time Transport Protocol (SRTP) profile (actually an extension to RTP Profile for Audio and Video Conferences) which can be used (optionally) to provide confidentiality, message authentication, and replay protection for audio and video streams being delivered.

Packet structure

The RTP header size is minimum 12 bytes.; Ver.: (2 bits) Indicates the version of the protocol. Current version is 2. ; P : (1 bit) Used to indicate if there are extra padding bytes at the end of the RTP packet.; X : (1 bit) Indicates presence of an "Extension header" between standard header and payload data. ; CC : (4 bits) Contains the number of CSRC identifiers that follow the fixed header. ; M : (1 bit) Used at the application level and is defined by a profile. If it is set, it means that the current data has some special relevance for the application. ; PT : (7 bits) Indicates the format of the payload and determines its interpretation by the application.; Sequence Number : (16 bits) The sequence number increments by one for each RTP data packet sent, and may be used by the receiver to detect packet loss and to restore packet sequence.; Timestamp : (32 bits) The timestamp reflects the sampling instant of the first data in the RTP data packet. The sampling instant MUST be derived from a clock that increments monotonically and linearly in time to allow synchronization and jitter calculations. The resolution of the clock MUST be sufficient for the desired synchronization accuracy and for measuring packet arrival jitter (one tick per video frame is typically not sufficient). The clock frequency is dependent on the format of data carried as payload and is specified statically in the profile or payload format specification that defines the format, or MAY be specified dynamically for payload formats defined through non-RTP means. If RTP packets are generated periodically, the nominal sampling instant as determined from the sampling clock is to be used, not a reading of the system clock. ; SSRC : Synchronization source identifier uniquely identifies the source of a stream.; CSRC : Contributing source IDs enumerate contributing sources to a stream which has been generated from multiple sources.; Extension header : The first 32-bit word contains a profile specific identifier (16 bits) and a length specifier (16 bits) that indicates the length of the extension (EHL=extension header length) in 32-bit units, excluding the 32 bits of the extension header.

Potential further development of RTP & RTCP

The Real-time Transport Protocol (RTP) and the Real-time Transport Control Protocol (RTCP) are commonly used together. RTP is used to transmit data (e.g. audio and video) and RTCP is used to monitor QoS.

To reduce the size of the IP, UDP and RTP headers, Compressed RTP (CRTP) was developed and specified in RFC 2509. It is primarily used for reliable and fast point-to-point links, but it can be problematic in other applications. Therefore, Enhanced CRTP (ECRTP) was defined.

Especially in VoIP over wireless applications, headers are significantly larger than the payload. The Robust Header Compression (ROHC) specified in RFC 3095 seems to be an increasingly deployed method for better efficiency. There are currently two ROHC profiles defined for the compression of IP/UDP/RTP traffic. The original definition in RFC 3095, and a recently published RFC 5225.

Mathematical background

The equations for RTCP protocol are explained in section I. and II.A in the [http://adela.utko.feec.vutbr.cz/projects/publications/#2 Optimization of Large-Scale RTCP Feedback Reporting in Fixed and Mobile Networks] paper.

Structure of RTP/RTCP applications

RTP/RTCP protocols are commonly used to transport audio or audio/video data. Separate sessions are used for each media content (e.g. audio and video). The main advantage of this separation is to make it possible to receive only one part of the transmission, commonly audio data, which lowers the total bandwidth.

See also

* Real time control protocol
* Real Time Streaming Protocol (RTSP)
* Secure Real-time Transport Protocol
* Stream Control Transmission Protocol
* User Datagram Protocol
* ZRTP

Further reading

* Henning Schulzrinne and Stephen Casner. " [http://citeseer.ist.psu.edu/183712.html RTP: A Transport Protocol for Real-Time Applications] ". (1993) Internet Engineering Task Force, Internet Draft, October 20, 1993. The memo originating RTP; only an early draft, does not describe the current standard.
* Perkins, Colin (2003). " [http://csperkins.org/rtp-book.html RTP: Audio and Video for the Internet] " (1st ed.) Addison-Wesley. ISBN 0-672-32249-8

External links

* [http://xenion.antifork.org/?page_id=7 rtpbreak - detect, reconstruct and analyze any RTP session]
* [http://www.linphone.org/index.php/eng/code_review/ortp oRTP, RTP library from Linphone written in C]
* [http://www.cs.columbia.edu/~hgs/rtp Henning Schulzrinne's RTP page]
* [http://www.gnu.org/software/ccrtp/ GNU ccRTP]
* [http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib JRTPLIB, a C++ RTP library]
* [http://www.streamcoders.com/products/rtpnet.html Streamcoders RTP.NET RTP stack for Microsoft .NET (free)]

RFCs

* RFC 3984, RTP Payload Format for H.264 Video
* RFC 3640, RTP Payload Format for Transport of MPEG-4 Elementary Streams
* RFC 3016, RTP Payload Format for MPEG-4 Audio/Visual Streams
* RFC 3551, Standard 65, RTP Profile for Audio and Video Conferences with Minimal Control
* RFC 3550, Standard 64, RTP : A Transport Protocol for Real-Time Applications
* RFC 1890, Obsolete, RTP Profile for Audio and Video Conferences with Minimal Control
* RFC 1889, Obsolete, RTP : A Transport Protocol for Real-Time Applications
* RFC 2250, Proposed Standard, RTP Payload Format for MPEG1/MPEG2 Video


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • Real-time Transport Protocol — Saltar a navegación, búsqueda RTP son las siglas de Real time Transport Protocol (Protocolo de Transporte de Tiempo real). Es un protocolo de nivel de sesión utilizado para la transmisión de información en tiempo real, como por ejemplo audio y… …   Wikipedia Español

  • Real-time transport protocol — Pour les articles homonymes, voir RTP. Pile de protocoles 7 • Application 6 • …   Wikipédia en Français

  • Real-time Transport Protocol — RTP (Real Time Transport Protocol) Familie: Netzwerkprotokoll Einsatzgebiet: Transport von Medien Streams Port: beliebiger freier, gerader Port größer 1024 RTP im TCP/IP‑Protokollstapel: Anwendung RTP Transport UDP …   Deutsch Wikipedia

  • Real Time Transport Protocol — RTP (Real Time Transport Protocol) Familie: Netzwerkprotokoll Einsatzgebiet: Transport von Medien Streams Port: beliebiger freier, gerader Port größer 1024 RTP im TCP/IP‑Protokollstapel: Anwendung RTP Transport UDP …   Deutsch Wikipedia

  • Real-Time Transport Protocol — RTP (Real Time Transport Protocol) Familie: Netzwerkprotokoll Einsatzgebiet: Transport von Medien Streams Port: beliebiger freier, gerader Port größer 1024 RTP im TCP/IP‑Protokollstapel: Anwendung RTP Transport …   Deutsch Wikipedia

  • Real-time Transport Protocol — Pour les articles homonymes, voir RTP. Pile de protocoles 7.  Application 6.  …   Wikipédia en Français

  • Real-time Transport Protocol — RTP son las siglas de Real Time Protocol(Protocolo de Tiempo Real). Es un protocolo utilizado para la tranmisión de información en tiempo real como por ejemplo audio y video en una video conferencia …   Enciclopedia Universal

  • Secure Real-time Transport Protocol — The Secure Real time Transport Protocol (or SRTP) defines a profile of RTP (Real time Transport Protocol), intended to provide encryption, message authentication and integrity, and replay protection to the RTP data in both unicast and multicast… …   Wikipedia

  • Secure real-time transport protocol — (ou SRTP) définit un profil de RTP (Real time Transport Protocol), qui a pour but d apporter le chiffrement, l authentification et l intégrité des messages, et la protection contre le replay de données RTP en unicast et multicast. SRTP a été… …   Wikipédia en Français

  • Secure Real-Time Transport Protocol — Bei dem Secure Real Time Transport Protocol (SRTP) handelt es sich um die verschlüsselte Variante des Real Time Transport Protocol (RTP). Das Protokoll wurde im März 2004 von der IETF im RFC 3711 vorgestellt. Es eignet sich besonders zur… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”