Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>A google search reveals:</p> <ul> <li><a href="http://javamms.sourceforge.net/" rel="nofollow noreferrer">JavaMMS</a> with a one and only "0.5 - Initial release" back in 2002</li> <li>Velocity Reviewers' forum discusses [Java MMS libraries] back in 2004, which leads on to</li> <li><a href="http://sdp.ppona.com/" rel="nofollow noreferrer">sdp.ppona.com</a> a tool for download mms streams, which has a story:</li> <li><a href="http://sdp.ppona.com/news2008.html" rel="nofollow noreferrer">Microsoft have finally released its MMS protocol specification!</a>, Feb 2008</li> <li><a href="http://msdn.microsoft.com/en-us/library/cc234711.aspx" rel="nofollow noreferrer">[MS-MMSP]: Microsoft Media Server (MMS) Protocol Specification</a></li> </ul> <p>It looks like the time is ripe for someone to make a Java MMS library. ;-)</p> <p>I've had good experience using the <a href="http://www.mplayerhq.hu/" rel="nofollow noreferrer">mplayer</a> to dump MMS streams. With a little fiddling around and finding the right command line options. <a href="http://all-streaming-media.com/record-video-stream/record-streaming-video-windows-media-and-real-video.htm#MPlayer" rel="nofollow noreferrer">all-streaming-media.com</a> suggests using:</p> <blockquote> <p>mplayer.exe -dumpstream mms://somehost.com/somedirectory/somefile.wmv</p> </blockquote> <p>Use the -dumpfile option to name the dumped stream:</p> <blockquote> <p>mplayer -dumpstream -dumpfile somefile.wav mms://somehost.com/somedirectory/somefile.wmv</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload