RTP
From Protocolinfo
RTP is the Real-Time Transport Protocol, used to transmit voice and video. RTCP is the RTP Control Protocol, used "to monitor the quality of service and to convey information about the participants in an on-going session." Here's a lot of documentation. RTP and RTCP are Internet Standards and are defined in RFC 3550 and RFC 3551.
[edit] Identification
[edit] Ports
RTP is usually run over UDP, although it can be used over other protocols. The standard specifies that RTP data should be carried on an even port number and the corresponding RTCP packets should be carried on the next higher (odd) port number.

