diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml index fbacea17b3..c8d8292426 100644 --- a/DOCS/xml/en/usage.xml +++ b/DOCS/xml/en/usage.xml @@ -265,17 +265,21 @@ from the network: 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.