RTSP
From MultimediaWiki
| Revision as of 12:16, 19 May 2007 DonDiego (Talk | contribs) (wikify) ← Previous diff |
Revision as of 14:40, 24 November 2007 Lu zero (Talk | contribs) Next diff → |
||
| Line 17: | Line 17: | ||
| * [[RTP]] | * [[RTP]] | ||
| * RTP over [[TCP]] | * RTP over [[TCP]] | ||
| + | * RTP over SCTP | ||
| * RTP over [[HTTP]] (a [[QuickTime]] extension) | * RTP over [[HTTP]] (a [[QuickTime]] extension) | ||
| * [[RDT]] (a [[RealRTSP]] extension) | * [[RDT]] (a [[RealRTSP]] extension) | ||
Revision as of 14:40, 24 November 2007
- Specification: http://www.ietf.org/rfc/rfc2326.txt
- Protocolhelper: rtsp://
Real Time Streaming Protocol (RTSP) is a client-server multimedia presentation control protocol, designed to address the needs for efficient delivery of streamed multimedia over IP networks. It leverages existing web infrastructure (for example, inheriting authentication and PICS from HTTP) and works well both for large audiences as well as single-viewer media-on-demand. RealNetworks, Netscape Communications and Columbia University jointly developed RTSP within the MMUSIC working group of the Internet Engineering Task Force (IETF). In April, 1998, it was published as a Proposed Standard by the IETF
It uses a reliable TCP control connection that sends RTSP messages in order to get information about the stream and to exchange commands, and then where possible uses an unreliable connection such as RTP to send the actual audio and or video data.
Variations
There are several variantions of RTSP:
- RTSP 1.0
- Windows Media RTSP
- Real RTSP
- Kasenna RTSP
