mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
Saving streamed content
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15500 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c52400c50f
commit
2f727d8b11
@ -260,6 +260,25 @@ It's also recommended to enable <option>-cache</option> when playing
|
||||
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">
|
||||
|
Loading…
Reference in New Issue
Block a user