Microsoft Media Server

Revision as of 09:36, 6 July 2024 by imported>LisafBia (Undid revision 1228217450 by Kelirg83 (talk))
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Short description Microsoft Media Server (MMS), a Microsoft proprietary network-streaming protocol, serves to transfer unicast data in Windows Media Services (previously called NetShow Services). MMS can be transported via UDP or TCP. The MMS default port is UDP/TCP 1755.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Microsoft deprecated MMS in favor of RTSP (TCP/UDP port 554) in 2003 with the release of the Windows Media Services 9 Series, but continued to support the MMS for some time in the interest of backward compatibility. Support for the protocol was finally dropped in Windows Media Services 2008.<ref name=autogenerated1>Microsoft's Windows Media Networking Protocols Porting Kit</ref>

Template:As of Microsoft still recommends<ref name=autogenerated1 /> using "mms://" as a "protocol rollover<ref>Microsoft's Windows Media Format 11 SDK Protocol Rollover</ref> URL". As part of protocol rollover a Windows Media Player 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 and 10 will attempt MMS over UDP, then MMS over TCP.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> 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,Template:Citation needed and by Microsoft as MS-WMSP (Windows Media HTTP Streaming Protocol).<ref>Windows Media HTTP Streaming Protocol Specification</ref> The uniform resource identifier (URI) scheme mms has also been proposed to be used for the unrelated Multimedia Messaging Service (MMS) protocol.<ref>draft-wugofski-mms-uri-scheme-00 - MMS URI Schemes. Tools.ietf.org. Retrieved on 2014-02-22.</ref>

For several years developers of the SDP Multimedia download-tool reverse engineered the MMS protocol and published unofficial documentation for it. However, Microsoft finally released the protocol specification in February 2008.<ref>SDP multimedia news update 2008. Sdp.ppona.com (2008-02-08). Retrieved on 2014-02-22.</ref>

See alsoEdit

ReferencesEdit

Template:Reflist

External linksEdit

Template:URI scheme Template:Internet Explorer