The Real Time Streaming Protocol, or RTSP, is an application-level protocol for control over the delivery of data with real-time properties. RTSP provides an extensible framework to enable controlled, on-demand delivery of real-time data, such as audio and video RTP (RFC 1889).
RTSP Stack Implementation
1. Realized with ANSI C
2. Protocol log management
3. Protocol performance statistic
4. RTSP Client & Server
5. All headers in RFC 2326 explict decode and encode
RTSP Stack Features
1. Support standard RFC 2326
2. Support standard RFC 2327
3. Support UDP/TCP
4. Support mono-broadcast and multi-broadcast of RTP/RTCP
RTSP Stack Applications
1. Multimedia termination(such as mobile phone, video phone etc)
2. Multimedia server (such as IPTV media server) |