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.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.