summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-17 21:34:15 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-17 21:34:15 +0000
commit2f727d8b11a5eb942a7ef2b5713aaf4e379f6242 (patch)
tree376f1b496881fe727d434b0c4d4606eec1c1bb7b /DOCS
parentc52400c50fc864f98cdd3e1b95299b92b9a4a8ce (diff)
downloadmpv-2f727d8b11a5eb942a7ef2b5713aaf4e379f6242.tar.bz2
mpv-2f727d8b11a5eb942a7ef2b5713aaf4e379f6242.tar.xz
Saving streamed content
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15500 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/usage.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml
index 7d3c95c2a0..fbacea17b3 100644
--- a/DOCS/xml/en/usage.xml
+++ b/DOCS/xml/en/usage.xml
@@ -260,6 +260,25 @@ It's also recommended to enable <option>-cache</option> when playing
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">