How to download a stream using MPlayer
It works for MPlayer, both on Windows and on Linux:
mplayer -dumpstream mms://url.of.file.com/movie
You get a file called stream.dump, which name you need to change according to its actual suffix. So we get the file type using "file"
file stream.dump
And then renaming it accordingly.