RTP
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Video }} '''RTP''' ('''Real-time Transport Protocol''') is a protocol for streaming video and audio data over the internet, and oth...") |
m |
||
(3 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
'''RTP''' ('''Real-time Transport Protocol''') is a protocol for streaming video and audio data over the internet, and other computer networks. It usually runs over [[UDP]]. | '''RTP''' ('''Real-time Transport Protocol''') is a protocol for streaming video and audio data over the internet, and other computer networks. It usually runs over [[UDP]]. | ||
− | == | + | == RTCP == |
'''RTCP''' ('''RTP Control Protocol''') is a "sister protocol" of RTP. It transmits high-level information used for quality control, statistics, etc. | '''RTCP''' ('''RTP Control Protocol''') is a "sister protocol" of RTP. It transmits high-level information used for quality control, statistics, etc. | ||
− | The term '''RTP''' can mean just the RTP protocol, or it can be an umbrella term for both RTP and | + | The term '''RTP''' can mean just the main RTP protocol, or it can be an umbrella term for both RTP and RTCP. |
== Related formats == | == Related formats == | ||
* ZRTP | * ZRTP | ||
− | * RTSP - Real Time Streaming Protocol | + | * [[RTSP]] - Real Time Streaming Protocol |
* SRTP - Secure Real-time Transport Protocol | * SRTP - Secure Real-time Transport Protocol | ||
* RDT - Real Data Transport | * RDT - Real Data Transport | ||
Line 19: | Line 19: | ||
* [[Wikipedia: Real-time Transport Protocol]] | * [[Wikipedia: Real-time Transport Protocol]] | ||
* [[Wikipedia: RTP Control Protocol]] | * [[Wikipedia: RTP Control Protocol]] | ||
+ | * RFCs | ||
+ | ** ''There are upward of 200 RFCs related to RTP. You could try searching the [https://tools.ietf.org/rfc/ full list of RFCs].'' | ||
+ | ** RFC 2736 (= [https://tools.ietf.org/html/bcp36 BCP 36]): Guidelines for Writers of RTP Payload Format Specifications | ||
+ | ** RFC 3550 (= [https://tools.ietf.org/html/std64 STD 64]): RTP: A Transport Protocol for Real-Time Applications | ||
+ | ** RFC 3551 (= [https://tools.ietf.org/html/std65 STD 65]): RTP Profile for Audio and Video Conferences with Minimal Control | ||
+ | ** RFC 4170 (= [https://tools.ietf.org/html/bcp110 BCP 110]): Tunneling Multiplexed Compressed RTP (TCRTP) | ||
+ | ** RFC 4961 (= [https://tools.ietf.org/html/bcp131 BCP 131]): Symmetric RTP / RTP Control Protocol (RTCP) | ||
[[Category:Protocols]] | [[Category:Protocols]] | ||
[[Category:Audio and Music]] | [[Category:Audio and Music]] |
Latest revision as of 12:24, 2 July 2019
RTP (Real-time Transport Protocol) is a protocol for streaming video and audio data over the internet, and other computer networks. It usually runs over UDP.
[edit] RTCP
RTCP (RTP Control Protocol) is a "sister protocol" of RTP. It transmits high-level information used for quality control, statistics, etc.
The term RTP can mean just the main RTP protocol, or it can be an umbrella term for both RTP and RTCP.
[edit] Related formats
- ZRTP
- RTSP - Real Time Streaming Protocol
- SRTP - Secure Real-time Transport Protocol
- RDT - Real Data Transport
[edit] Links
- Wikipedia: Real-time Transport Protocol
- Wikipedia: RTP Control Protocol
- RFCs
- There are upward of 200 RFCs related to RTP. You could try searching the full list of RFCs.
- RFC 2736 (= BCP 36): Guidelines for Writers of RTP Payload Format Specifications
- RFC 3550 (= STD 64): RTP: A Transport Protocol for Real-Time Applications
- RFC 3551 (= STD 65): RTP Profile for Audio and Video Conferences with Minimal Control
- RFC 4170 (= BCP 110): Tunneling Multiplexed Compressed RTP (TCRTP)
- RFC 4961 (= BCP 131): Symmetric RTP / RTP Control Protocol (RTCP)