comparison DOCS/xml/en/usage.xml @ 15499:4876278747dc

Saving streamed content
author gpoirier
date Tue, 17 May 2005 21:34:15 +0000
parents 741b6a00782f
children 2b9a8966c53f
comparison
equal deleted inserted replaced
15498:3f5304785d7a 15499:4876278747dc
258 <note><para> 258 <note><para>
259 It's also recommended to enable <option>-cache</option> when playing 259 It's also recommended to enable <option>-cache</option> when playing
260 from the network: 260 from the network:
261 <screen>wget <replaceable>ftp://micorsops.com/something.avi</replaceable> -O - | mplayer -cache 8192 -</screen> 261 <screen>wget <replaceable>ftp://micorsops.com/something.avi</replaceable> -O - | mplayer -cache 8192 -</screen>
262 </para></note> 262 </para></note>
263
264 <sect2 id="streaming-save">
265 <title>Saving streamed content</title>
266 <para>
267 Once you succeed in making <application>MPlayer</application> play
268 your favorite internet radio station, you can use the option
269 <option>-dumpstream</option> to save the stream into a file.
270 For example:
271 <screen>
272 mplayer <replaceable>http://217.71.208.37:8006</replaceable> -dumpstream -dumpfile <replaceable>tsf-jazz.mp3</replaceable>
273 </screen>
274 will save the content streamed from
275 <replaceable>http://217.71.208.37:8006</replaceable> into
276 <replaceable>tsf-jazz.mp3</replaceable>.
277 This also works with all protocols supported by
278 <application>MPlayer</application>, like MMS, RSTP, and so forth.
279 </para>
280 </sect2>
281
263 </sect1> 282 </sect1>
264 283
265 <sect1 id="mpst" xreflabel="Remote streams"> 284 <sect1 id="mpst" xreflabel="Remote streams">
266 <title>Remote streams</title> 285 <title>Remote streams</title>
267 286