written 7.0 years ago by |
RTCP stands for Real time transport control protocol.
RTCP works hand in hand with RTP.
RTP does the delivery of the actual data
Primary function is to provide feedback on the quality of service being provided by RTP.
RTP is originated and received on even port number.
RTCP communication uses the next higher odd port number.
RTCP does not provide any flow encryption or authentication methods.
RTCP used in IPTV, VOIP, SKYPE, T.38 fux over IP.
RTCP support live streaming with the help of SS protocol.
V - version (2 bit)
P – Padding (1 bit):- If set indicates that the packet has been padded.
PT – Packet Type
Type 200:- sender report
Type 201:- receiver report
Type 203:- Bye message
Type 202:- Source description message
Type 204:- application specific message
Length:- length of the packet content following common header.