Jump to content

RTP Control Protocol

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 213.139.195.162 (talk) at 09:02, 16 October 2007 ("RTCP is used for QoS reporting" was already mentioned at the end of the prev paragraph. At any rate, it doesn't fit with the current one.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

RTP Control Protocol (RTCP) is a sister protocol of the Real-time Transport Protocol (RTP). It is defined in RFC 3550 (which obsoletes RFC 1889).

RTCP, which stands for Real-time Transport Control Protocol, provides out-of-band control information for an RTP flow. It partners RTP in the delivery and packaging of multimedia data, but does not transport any data itself. It is used periodically to transmit control packets to participants in a streaming multimedia session. The primary function of RTCP is to provide feedback on the quality of service being provided by RTP.

It gathers statistics on a media connection and information such as bytes sent, packets sent, lost packets, jitter, feedback and round trip delay. An application may use this information to increase the quality of service perhaps by limiting flow, or maybe using a low compression codec instead of a high compression codec.

There are several type of RTCP packets: Sender report packet, Receiver report packet, Source Description RTCP Packet, Goodbye RTCP Packet and Application Specific RTCP packets.

RTCP itself does not provide any flow encryption or authentication means. SRTCP protocol can be used for that purpose.

Problems and potential further development of RTCP

The Real-time Transport Control Protocol (RTCP) has some issues with deployment on large scale applications of types that could inflict very long delay between RTCP reports (such as IPTV). This could make the receiver's reporting messages and its evaluation by sender inaccurate relative to the real state of the session. Due to this there are some methods to deal with this issue: these are filtering, biasing and hierarchical aggregation.

See also