RTSP
Real Time Streaming Protocol (RTSP) is a network control protocol used to manage streaming media sessions between endpoints. It is designed to control streaming servers and clients, enabling operations such as initiating, pausing, resuming, or terminating a media stream. RTSP itself does not transport the media; it coordinates the delivery, which is typically done using the Real-time Transport Protocol (RTP).
RTSP operates with a text-based request/response model similar to HTTP. A client issues commands such as DESCRIBE
RTSP can use either TCP or UDP for its control channel. The actual media data is usually
RTSP was defined in RFC 2326 in the late 1990s and has since been implemented in many