File: streaming.html

package info (click to toggle)
mplayer 1.0~rc1-12etch7
  • links: PTS
  • area: main
  • in suites: etch
  • size: 47,324 kB
  • ctags: 86,269
  • sloc: ansic: 580,415; xml: 107,529; sh: 7,643; makefile: 2,860; asm: 2,206; cpp: 1,034; objc: 865; awk: 234; perl: 82
file content (35 lines) | stat: -rw-r--r-- 6,020 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>3.4. P&#345;ehrvn datovch proud&#367; ze st&#283; nebo rour</title><link rel="stylesheet" href="default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="MPlayer - Multimediln p&#345;ehrva&#269;"><link rel="up" href="usage.html" title="Kapitola 3. Pou&#382;it"><link rel="prev" href="control.html" title="3.3. Ovldn"><link rel="next" href="mpst.html" title="3.5. Vzdlen datov proudy"><link rel="preface" href="howtoread.html" title="Jak &#269;st tuto  dokumentaci"><link rel="chapter" href="intro.html" title="Kapitola 1. P&#345;edstaven"><link rel="chapter" href="install.html" title="Kapitola 2. Instalace"><link rel="chapter" href="usage.html" title="Kapitola 3. Pou&#382;it"><link rel="chapter" href="cd-dvd.html" title="Kapitola 4. Pou&#382;it CD/DVD"><link rel="chapter" href="faq.html" title="Kapitola 5. &#268;asto Kladen Dotazy (FAQ)"><link rel="chapter" href="containers.html" title="Kapitola 6. Nosn formty (Containers)"><link rel="chapter" href="codecs.html" title="Kapitola 7. Kodeky"><link rel="chapter" href="video.html" title="Kapitola 8. Vstupn video za&#345;zen/rozhran"><link rel="chapter" href="audio.html" title="Kapitola 9. Vstupn zvukov za&#345;zen"><link rel="chapter" href="tv.html" title="Kapitola 10. TV"><link rel="chapter" href="radio.html" title="Kapitola 11. Rdio"><link rel="chapter" href="ports.html" title="Kapitola 12. Porty"><link rel="chapter" href="mencoder.html" title="Kapitola 13. Zkladn pou&#382;it MEncoderu"><link rel="chapter" href="encoding-guide.html" title="Kapitola 14. Enkdovn s MEncoderem"><link rel="appendix" href="bugreports.html" title="P&#345;loha A. Jak hlsit chyby"><link rel="appendix" href="bugs.html" title="P&#345;loha B. Znm chyby"><link rel="appendix" href="skin.html" title="P&#345;loha C. Formt skin&#367; MPlayeru"><link rel="subsection" href="streaming.html#streaming-save" title="3.4.1. Ulo&#382;en proudovho obsahu"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.4. P&#345;ehrvn datovch proud&#367; ze st&#283; nebo rour</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="control.html">P&#345;edchzejc</a></td><th width="60%" align="center">Kapitola 3. Pou&#382;it</th><td width="20%" align="right"><a accesskey="n" href="mpst.html">Dal&#353;</a></td></tr></table><hr></div><div class="sect1" lang="cs"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="streaming"></a>3.4. P&#345;ehrvn datovch proud&#367; ze st&#283; nebo rour</h2></div></div></div><p>
<span class="application">MPlayer</span> um p&#345;ehrvat soubory ze st&#283; s pou&#382;itm protokolu
HTTP, FTP, MMS nebo RTSP/RTP.
</p><p>
P&#345;ehrvn pracuje jednodu&#353;e tak, &#382;e uvedete URL na p&#345;kazovm &#345;dku.
<span class="application">MPlayer</span> ct systmovou prom&#283;nnou <code class="envar">http_proxy</code>
a pou&#382;ije proxy pokud je k dispozici. Proxy m&#367;&#382;e bt rovn&#283;&#382; vynucena:
</p><pre class="screen">mplayer <em class="replaceable"><code>http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf</code></em></pre><p>
</p><p>
<span class="application">MPlayer</span> um &#269;st ze std. vstupu
(<span class="emphasis"><em>ne</em></span> z pojmenovanch rour). To m&#367;&#382;e bt nap&#345;klad pou&#382;ito
pro p&#345;ehrvn z FTP:
</p><pre class="screen">wget <em class="replaceable"><code>ftp://micorsops.com/cokoli.avi</code></em> -O - | mplayer -</pre><p>
</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Poznmka</h3><p>
Tak doporu&#269;ujeme zapnout <tt class="option">-cache</tt> p&#345;i p&#345;ehrvn
ze st&#283;:
</p><pre class="screen">wget <em class="replaceable"><code>ftp://micorsops.com/cokoli.avi</code></em> -O - | mplayer -cache 8192 -</pre><p>
</p></div><div class="sect2" lang="cs"><div class="titlepage"><div><div><h3 class="title"><a name="streaming-save"></a>3.4.1. Ulo&#382;en proudovho obsahu</h3></div></div></div><p>
  Jakmile jste p&#345;im&#283;li <span class="application">MPlayer</span> p&#345;ehrt
  v&#353; oblben internetov proud, m&#367;&#382;ete pou&#382;t volbu
  <tt class="option">-dumpstream</tt> k ulo&#382;en datovho proudu do souboru.
  For example:
</p><pre class="screen">
  mplayer <em class="replaceable"><code>http://217.71.208.37:8006</code></em> -dumpstream -dumpfile <em class="replaceable"><code>proud.asf</code></em>
</pre><p>
  ulo&#382; proudov video z
  <em class="replaceable"><code>http://217.71.208.37:8006</code></em> do
  <em class="replaceable"><code>proud.asf</code></em>.
  Pracovat to bude se v&#353;emi <span class="application">MPlayer</span>em podporovanmi
  protokoly, jako MMS, RTSP, a tak dle.
  Pokud chcete z proudu ulo&#382;it pouze zvuk nebo video, pou&#382;ijte
  <tt class="option">-dumpaudio</tt> nebo <tt class="option">-dumpvideo</tt>, ale pamatujte,
  &#382;e <span class="application">MPlayer</span> bude ignorovat v&#353;echny vyjma posledn
  <tt class="option">-dump*</tt> volby zadan na p&#345;kazovm &#345;dku.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="control.html">P&#345;edchzejc</a></td><td width="20%" align="center"><a accesskey="u" href="usage.html">Nahoru</a></td><td width="40%" align="right"><a accesskey="n" href="mpst.html">Dal&#353;</a></td></tr><tr><td width="40%" align="left" valign="top">3.3. Ovldn</td><td width="20%" align="center"><a accesskey="h" href="index.html">Dom&#367;</a></td><td width="40%" align="right" valign="top">3.5. Vzdlen datov proudy</td></tr></table></div></body></html>