Mercurial > mplayer.hg
changeset 15499:4876278747dc
Saving streamed content
author | gpoirier |
---|---|
date | Tue, 17 May 2005 21:34:15 +0000 |
parents | 3f5304785d7a |
children | 41fd530bd7a9 |
files | DOCS/xml/en/usage.xml |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/usage.xml Tue May 17 14:26:16 2005 +0000 +++ b/DOCS/xml/en/usage.xml Tue May 17 21:34:15 2005 +0000 @@ -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">