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.
+
+
+