Difference between revisions of "RTP"
Jump to navigation
Jump to search
m (merge to rtsp) |
|||
Line 1: | Line 1: | ||
− | + | RTP: Real-Time Transport Protocol | |
+ | |||
+ | A protocol for 'unreliable' delivery of Real Time data. Layered on top of [[UDP]]. Used a lot for streaming of audio and video often controlled by an [[RTSP]] session. Can make use of [[multicast]] because it uses UDP. Closely tied to the [[RTCP]] protocol. | ||
+ | |||
+ | VLC supports RTP | ||
+ | |||
+ | ===Links=== | ||
+ | * [http://www.ietf.org/rfc/rfc3550.txt RFC 3550] | ||
+ | * [http://www.ietf.org/rfc/rfc3550.txt RFC 3551] |