[MPlayer-DOCS] CVS: main/DOCS/xml/en usage.xml,1.25,1.26
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Tue May 17 23:34:18 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv8560/DOCS/xml/en
Modified Files:
usage.xml
Log Message:
Saving streamed content
Index: usage.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/usage.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- usage.xml 14 May 2005 13:13:56 -0000 1.25
+++ usage.xml 17 May 2005 21:34:15 -0000 1.26
@@ -260,6 +260,25 @@
from the network:
<screen>wget <replaceable>ftp://micorsops.com/something.avi</replaceable> -O - | mplayer -cache 8192 -</screen>
</para></note>
+
+<sect2 id="streaming-save">
+<title>Saving streamed content</title>
+<para>
+ Once you succeed in making <application>MPlayer</application> play
+ your favorite internet radio station, you can use the option
+ <option>-dumpstream</option> to save the stream into a file.
+ For example:
+<screen>
+ mplayer <replaceable>http://217.71.208.37:8006</replaceable> -dumpstream -dumpfile <replaceable>tsf-jazz.mp3</replaceable>
+</screen>
+ will save the content streamed from
+ <replaceable>http://217.71.208.37:8006</replaceable> into
+ <replaceable>tsf-jazz.mp3</replaceable>.
+ This also works with all protocols supported by
+ <application>MPlayer</application>, like MMS, RSTP, and so forth.
+</para>
+</sect2>
+
</sect1>
<sect1 id="mpst" xreflabel="Remote streams">
More information about the MPlayer-DOCS
mailing list