These links aren't http, what is it?
No.. Those are RSTP (Real Time Streaming Protocol) links.
The
Real Time Streaming Protocol (RTSP) is a network control protocol designed for use in entertainment and communications systems to control streaming media servers. The protocol is used for establishing and controlling media sessions between end points. Clients of media servers issue VCR-like commands, such as play and pause, to facilitate real-time control of playback of media files from the server.
RTSP URLs appear as rtsp://... and the default port for the RTSP protocol is 554 for both UDP and TCP transports (You know it is 80 for http).
The
Session Description Protocol (SDP) is a format for describing streaming media initialization parameters. SDP is intended for describing multimedia communication sessions for the purposes of session announcement, session invitation, and parameter negotiation. SDP does not deliver media itself but is used for negotiation between end points of media type, format, and all associated properties. The set of properties and parameters are often called a session profile. SDP is designed to be extensible to support new media types and formats.
Darwin Streaming Server (DSS), is the first open sourced RTP/RTSP streaming server. It was released March 16, 1999 and is a fully featured RTSP/RTP media streaming server capable of streaming a variety of media types including H.264/MPEG-4 AVC, MPEG-4 Part 2 and 3GP.
Read more on these wiki links.
Real Time Streaming Protocol
Session Description Protocol
Darwin Streaming Server
RKSK, Darwin Streaming Server seems to be a good option for your next project (which you only start after A/Ls)
