- Real-Time Streaming Protocol (RTSP) - is a media playback control protocol. Other protocols that can be used in conjunction with RTSP include:
- Real-time Transport Protocol (RTP) - Is a packet format used for delivering multimedia (e.g. audio and video streams) over an IP network. RTP is a sister protocol of RTCP.
- RTP Control Protocol (RTCP) - is used to monitor transmission metrics and quality of service (QoS) while aiding in the synchronization of multiple streams. RTCP is a sister protocol of RTP.
- Session Description Protocol (SDP) - is used by protocols like RTSP to describe media streams during the initialization phase of a handshake.
Just as I have boiled down the above protocols to 1 or 2 sentences, I was hoping someone could answer: in layman's terms, what is the difference between MPEG-DASH & RTSP?
From a high level, MPEG-DASH appears to be an alternative to RTSP+RTP+RTCP+SDP.