mmsrip(1) General Commands Manual mmsrip(1)

mmsrip - MMS Ripper

mmsrip [-q] [-t] [-k] [-dDELAY] [-gFILE] <[-oFILE] stream url> ...

mmsrip is a client for the proprietary protocol MMS://.

It saves to a file the content being streamed.

Show some information about mmsrip.
Save the stream during DELAY seconds and exit.
Output debug info to specified file.
Show the help message.
Attempt to trick recalcitrant servers by sending alternative local info (mmsrip will act as an old version of MediaPlayer).
Output stream to specified file. This option should be repeated before every stream urls.
Enable quiet mode. Use twice in order to remove error messages as well.
Enable test mode. mmsrip will only check the stream availability.
Show version number.

0
No error occured.
1
mmsrip was unable to rip the stream (maybe the URL is incorrect).
2
The stream was not ripped for unknown reasons. Please retry several times before giving up, you can write a script that loops until the rip succeeds:
until mmsrip mms://server.com/stream.asf; do sleep 1; done

Nicolas BENOIT <nbenoit@tuxfamily.org>

This program is highly based on the work of SDP Multimedia (http://get.to/sdp) and Major MMS (http://www.geocities.com/majormms). They deserve all the credits for it.