Index: en/usage.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/usage.xml,v
retrieving revision 1.25
diff -u -r1.25 usage.xml
--- en/usage.xml 14 May 2005 13:13:56 -0000 1.25
+++ en/usage.xml 16 May 2005 22:01:31 -0000
@@ -260,6 +260,25 @@
from the network:
wget ftp://micorsops.com/something.avi -O - | mplayer -cache 8192 -
+
+
+Saving a streamed content
+
+ Once you succeed in making MPlayer play
+ your favorite Internet radio, 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
+
+ will save the content streamed from
+ http://217.71.208.37:8006 into
+ tsf-jazz.mp3.
+ This also works with all protocols supported by
+ MPlayer, like MMS, RSTP, etc.
+
+
+