RTP

From VideoLAN Wiki
Revision as of 04:17, 26 February 2019 by DoesItReallyMatter (talk | contribs) (Make similar to other pages)
Jump to navigation Jump to search

RTP or Real-time Transport Protocol is a protocol for streaming media (including VoIP and video teleconferencing) over the Internet. RTCP is used alongside this protocol to give feedback on the quality of the connection and RTSP changes streaming aspects of the connection.
For example, RTP might stream a video, RTCP might show dropped frames, and RTSP might pause the video playback.
RTP is often layered on top of UDP because UDP is quicker than TCP.

VLC has built-in support for RTP as a server (streaming output).
As a client, VLC uses the LiveMedia library.

Links