Difference between revisions of "RTP"
Jump to navigation
Jump to search
m (wiki syntax) |
|||
Line 1: | Line 1: | ||
− | RTP: Real-Time | + | 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 | + | 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 | VLC supports RTP | ||
− | + | ===Links=== | |
− | + | * [http://www.ietf.org/rfc/rfc3550.txt RFC 3550] | |
+ | * [http://www.ietf.org/rfc/rfc3550.txt RFC 3551] |