# HG changeset patch # User gpoirier # Date 1116365655 0 # Node ID 4876278747dc69b560b170a478f4e3ef8c31edf4 # Parent 3f5304785d7a3ac0a95ad9bcc49bf7a3fdffddd6 Saving streamed content diff -r 3f5304785d7a -r 4876278747dc DOCS/xml/en/usage.xml --- 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: 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. + + +