"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. Sources of data can include both live data feeds and stored clips. This protocol is intended to control multiple data delivery sessions, provide a means for choosing delivery channels such as UDP, multicast UDP and TCP, and provide a means for choosing delivery mechanisms based upon RTP (RFC 1889)." [RFC 2326]
This model of the Real-time Streaming Protocol (RTSP) for OMNeT++ is based on ip-suite and the socket layer. To carry the continous media, it uses the RTP protocol. A few networks are included to demonstrate the functionality of the model. The networks use the the class RTSPApplication, a sample application. It simulates a user interface by reading user commands from a specified file. The networks contain a file named 'rtsp.cmd' which shows and explains the syntax of the commands.