Content deleted Content added
rephrase sentence to link to signaling protocol in lead |
m format RFCs |
||
(14 intermediate revisions by 6 users not shown) | |||
Line 1:
{{short description|Sister protocol of the Real-time Transport Protocol that provides control information}}▼
{{distinguish|Real Time Streaming Protocol}}▼
{{Infobox networking protocol
| title = RTP Control Protocol
Line 15 ⟶ 17:
| osilayer =
| ports =
| rfcs = {{IETF RFC|3550|plainlink=yes}}
| hardware =
}}
▲{{distinguish|Real Time Streaming Protocol}}
▲{{short description|Sister protocol of the Real-time Transport Protocol that provides control information}}
The '''RTP Control Protocol''' ('''RTCP''') is
The primary function of RTCP is to provide feedback on the [[quality of service]] (QoS) in media distribution by periodically sending statistics information such as transmitted [[Octet (computing)|octet]] and packet counts, [[packet loss]], [[packet delay variation]], and [[round-trip delay time]] to participants in a streaming multimedia session. An application may use this information to control quality of service parameters, perhaps by limiting flow, or using a different [[codec]].
{{Internet protocol suite|application=RTP Control Protocol}}
== Protocol functions ==
Typically RTP will be sent on an even-numbered [[User Datagram Protocol|UDP]] port, with RTCP messages being sent over the next higher odd-numbered port.
RTCP itself does not provide any flow encryption or authentication methods. Such mechanisms may be implemented, for example, with the [[Secure Real-time Transport Protocol]] (SRTP)
RTCP provides basic functions expected to be implemented in all RTP sessions:
Line 42:
==Packet header==
{{APHD|start|title=RTCP packet header{{Ref RFC|3550}}}}
{{APHD|0|bits1=2|field1=Version|field2=P|bits3=5|field3=RC|bits4=8|field4=PT|bits5=16|field5=Length}}
{{APHD|4|bits1=32|field1=SSRC Identifier}}
{{APHD|end}}
▲* '''Version''': (2 bits) Identifies the version of RTP, which is the same in RTCP packets as in RTP data packets. The version defined by this specification is two (2).<ref name=RFC3550/>
▲* '''P (Padding)''': (1 bits) Indicates if there are extra padding bytes at the end of the RTP packet. Padding may be used to fill up a block of certain size, for example as required by an encryption algorithm. The last byte of the padding contains the number of padding bytes that were added (including itself).<ref name=RFC3550/>
▲* '''RC (Reception report count)''': (5 bits) The number of reception report blocks contained in this packet. A value of zero is valid.<ref name=RFC3550/>
▲* '''PT (Packet type)''': (8 bits) Contains a constant to identify RTCP packet type.<ref name=RFC3550/>
▲* '''Length''': (16 bits) Indicates the length of this RTCP packet (including the header itself) in 32-bit units minus one.<ref name=RFC3550/>
▲* '''SSRC''': (32 bits) ''Synchronization source identifier'' uniquely identifies the source of a stream.<ref name=RFC3550/>
Note that multiple reports can be concatenated into a single compound RTCP packet, each with its own packet header.
==Message types==
RTCP distinguishes several types of packets: ''sender report'', ''receiver report'', ''source description'', and ''goodbye''. In addition, the protocol is extensible and allows application-specific RTCP packets. A standards-based extension of RTCP is the ''extended report'' packet type
;Sender report (SR):The sender report is sent periodically by the active senders in a conference to report transmission and reception statistics for all RTP packets sent during the interval. The sender report includes two distinct timestamps, an absolute timestamp, represented using the timestamp format of the Network Time Protocol (NTP) (which is in seconds relative to midnight UTC on 1 January 1900) and an RTP timestamp that corresponds to the same time as the NTP timestamp, but in the same units and with the same random offset as the RTP timestamps in data packets described by this Sender Report.
;Receiver report (RR): The receiver report is for passive participants, those that do not send RTP packets. The report informs the sender and other receivers about the quality of service.
;Source description (SDES): The Source Description message is used to send the CNAME item to session participants. It may also be used to provide additional information such as the name, e-mail address, telephone number, and address of the owner or controller of the source.
Line 123 ⟶ 69:
===Hierarchical aggregation===
The Hierarchical Aggregation (or also known as RTCP feedback hierarchy) is an optimization of the RTCP feedback model and its aim is to shift the maximum number of users limit further together with [[quality of service]] (QoS) measurement.<ref name=HA1/><ref name=HA2/> The [[RTCP]] [[Bandwidth (computing)|bandwidth]] is constant and takes just 5% of session bandwidth. Therefore, the reporting interval about QoS depends, among others, on a number of session members and for very large sessions it can become very high (minutes or even hours).
The Hierarchical Aggregation is used with [[Source-Specific Multicast]] where only a single source is allowed, i.e. [[IPTV]]. Another type of multicast could be [[Any-Source Multicast]] but it is not so suitable for large-scale applications with huge number of users.
{{
=== Feedback Target ===
Feedback Target is a new type of member that has been firstly introduced by the Internet Draft draft-ietf-avt-rtcpssm-13.
==Standards documents==
* {{Sum RFC|3550}}
==See also==
* [[Streaming media]]
* [[Voice over IP]]
==References==
Line 146 ⟶ 89:
<ref name=HA1>[https://web.archive.org/web/20070509035431/http://adela.utko.feec.vutbr.cz/projects/publications/#2 KOMOSNY D., NOVOTNY V. Tree Structure for Specific-Source Multicast with feedback Aggregation, in ICN07 - The Sixth International Conference on Networking . Martinique, 2007] {{ISBN|0-7695-2805-8}}</ref>
<ref name=HA2>[https://web.archive.org/web/20070509035431/http://adela.utko.feec.vutbr.cz/projects/publications/#2 NOVOTNY, V., KOMOSNY, D. Optimization of Large-Scale RTCP Feedback Reporting in ICWMC 2007. ICWMC 2007 - The Third International Conference on Wireless and Mobile Communications. Guadeloupe, 2007] {{ISBN|0-7695-2796-5}}</ref>
}}
==Further reading==
* {{cite book|last=Perkins|first=Colin|title=RTP|publisher=Addison-Wesley|year=2003|pages=414|isbn=978-0-672-32249-5|url=https://books.google.com/books?id=OM7YJAy9_m8C}}
* {{cite book |last=Peterson |first=Larry L. |author2=Bruce S. Davie |title=Computer Networks |publisher=Morgan Kaufmann |year=2007 |edition=4 |pages=806 |isbn=978-0-12-374013-7 |url=
* {{cite book|publisher=Javvin Technologies | title=Network Protocols Handbook |chapter=RTCP |chapter-url=https://books.google.com/books?id=D_GrQa2ZcLwC&pg=PA145 | year=2005 | isbn=978-0-9740945-2-6}}
|