# HG changeset patch # User diego # Date 1116418530 0 # Node ID 2b9a8966c53fe7741b5aa3f0b0d63c6cc36c721e # Parent 369a4ade048b9a118f2d53e7fceb2268d8bb44df Clarify that -dumpstream works for video as well as audio and mention -dumpaudio and -dumpvideo as well. diff -r 369a4ade048b -r 2b9a8966c53f DOCS/xml/en/usage.xml --- a/DOCS/xml/en/usage.xml Wed May 18 11:45:55 2005 +0000 +++ b/DOCS/xml/en/usage.xml Wed May 18 12:15:30 2005 +0000 @@ -265,17 +265,21 @@ Saving streamed content Once you succeed in making MPlayer play - your favorite internet radio station, you can use the option + your favorite internet stream, you can use the option to save the stream into a file. For example: - mplayer http://217.71.208.37:8006 -dumpstream -dumpfile tsf-jazz.mp3 + mplayer http://217.71.208.37:8006 -dumpstream -dumpfile stream.asf will save the content streamed from http://217.71.208.37:8006 into - tsf-jazz.mp3. - This also works with all protocols supported by + stream.asf. + This works with all protocols supported by MPlayer, like MMS, RSTP, and so forth. + If you only wish to save audio or video, use + or respectively, but be aware that + MPlayer will ignore all but the last + option given on the command line.