RTP: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
RTP stands for Real Time Protocol. It is the workhorse protocol that conducts the packet delivery coordinated by both [[RTSP]] and [[RTCP]].
RTP stands for Real Time Protocol. It is the workhorse protocol that conducts the packet delivery coordinated by both [[RTSP]] and [[RTCP]].
* RFC
** (RFC1889) RTP: A Transport Protocol for Real-Time Applications [http://www.ietf.org/rfc/rfc1889.txt]
** (RFC1890) RTP Profile for Audio and Video Conferences with Minimal Control [http://www.ietf.org/rfc/rfc1890.txt]
** Payloads in RFC [http://www.google.co.jp/search?q=site%3Atools.ietf.org+intitle%3Artp+intitle%3Apayload+inurl%3Ahtml+-intitle%3Adraft+-inurl%3Atrac]
* Microsoft
** (MS-RTP) Real-time Transport Protocol (RTP) Extensions [http://msdn.microsoft.com/en-us/library/cc431492.aspx]
** (MS-RTPRADEX) RTP Payload for Redundant Audio Data Extensions [http://msdn.microsoft.com/en-us/library/cc431513.aspx]
** (MS-RTVPF) RTP Payload Format for RT Video Streams Extensions [http://msdn.microsoft.com/en-us/library/cc431494.aspx]
* Apple
** QuickTime Generic RTP Payload Format [http://developer.apple.com/quicktime/icefloe/dispatch026.html]
** Tunnelling RTSP and RTP through HTTP [http://developer.apple.com/quicktime/icefloe/dispatch028.html]


[[Category:Networking Protocols]]
[[Category:Networking Protocols]]

Revision as of 05:49, 3 February 2010

RTP stands for Real Time Protocol. It is the workhorse protocol that conducts the packet delivery coordinated by both RTSP and RTCP.

  • RFC
    • (RFC1889) RTP: A Transport Protocol for Real-Time Applications [1]
    • (RFC1890) RTP Profile for Audio and Video Conferences with Minimal Control [2]
    • Payloads in RFC [3]
  • Microsoft
    • (MS-RTP) Real-time Transport Protocol (RTP) Extensions [4]
    • (MS-RTPRADEX) RTP Payload for Redundant Audio Data Extensions [5]
    • (MS-RTVPF) RTP Payload Format for RT Video Streams Extensions [6]
  • Apple
    • QuickTime Generic RTP Payload Format [7]
    • Tunnelling RTSP and RTP through HTTP [8]