MMS URL Scheme - Media

From time to time, you may identify URL records which has a URL Scheme (or Record Type as shown in NetAnalysis) of MMS. Figure 1 shows an example of such a record. These records relate to streaming video from a (MMS).

Figure 1

Microsoft Media Server (MMS)

Microsoft Media Server (MMS) is the name of Microsoft's proprietary network streaming protocol used to transfer unicast data in Services (previously called NetShow Services). MMS can be transported via UDP or TCP. The MMS default port is UDP/TCP 1755.

Microsoft deprecated MMS in favor of RTSP (TCP/UDP port 554) in 2003 with the release of the 9 Series, but continued to support the MMS for some time in the interest of backwards compatibility. Support for the protocol was finally dropped in Windows Media Services 2008. However, Microsoft still recommends using "mms://" as a "protocol rollover URL".

As part of protocol rollover a version 9, 10, or 11 client opening an "mms://" URL will attempt to connect first with RTSP over UDP and if that fails it will attempt RTSP over TCP. After an RTSP attempt fails, Windows Media Player versions 9 & 10 will attempt MMS over UDP, then MMS over TCP.

If using Windows Media Player 11 and an RTSP attempt fails, or if using a previous version of Windows Media Player and MMS fails, a modified version of a HTTP over TCP connection will be attempted. This modified version is referred to by some third parties as MMSH, and by Microsoft as MS-WMSP (Windows Media HTTP Streaming Protocol).

The URI scheme "mms://" has also been proposed to be used for the unrelated Multimedia Messaging Service (MMS) protocol. For several years, developers of the SDP Multimedia download tool reverse engineered the MMS protocol and published an unofficial documentation for it, until Microsoft finally released the protocol specification in February 2008.

External links

Microsoft Media Server Protocol Documentation download Microsoft Media Server Protocol Documentation on MSDN Microsoft Media Services 9 Firewall Information Software that plays MMS content or allows capture to a harddisk such as MPlayer, VLC and MiMMS Streaming Download Project (SDP) – a free, but closed-source, implementation of the MMS protocol; reverse-engineered protocol documentation also freely available. It lets you download the videos available only for streaming forcing the use of TCP protocol (this can not be done with Windows Media Player). libmms A free, open source implementation of the MMS protocol. WMS authorisation plugin - Open source media contents authorisation plugin. Wmsauth - http://wmsauth.sourceforge.net project's support site. Instructions, examples and download available Windows Media Services technical blog