From 2f727d8b11a5eb942a7ef2b5713aaf4e379f6242 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Tue, 17 May 2005 21:34:15 +0000 Subject: Saving streamed content git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15500 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/usage.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'DOCS/xml/en/usage.xml') 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 when playing from the network: wget ftp://micorsops.com/something.avi -O - | mplayer -cache 8192 - + + +Saving streamed content + + Once you succeed in making MPlayer play + your favorite internet radio station, 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, and so forth. + + + -- cgit v1.2.3