~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to DOCS/HTML/cs/streaming.html

  • Committer: Reinhard Tartler
  • Date: 2006-07-08 08:45:33 UTC
  • Revision ID: siretart@tauware.de-20060708084533-dbc155bde7122e78
imported mplayer_0.99+1.0pre7try2+cvs20060117

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>3.3. P&#345;ehr�v�n� datov�ch proud&#367; ze s�t&#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 - Multimedi�ln� p&#345;ehr�va&#269;"><link rel="up" href="usage.html" title="Kapitola 3. Pou&#382;it�"><link rel="prev" href="control.html" title="3.2. Ovl�d�n�"><link rel="next" href="mpst.html" title="3.4. Vzd�len� 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� form�ty (Containers)"><link rel="chapter" href="codecs.html" title="Kapitola 7. Kodeky"><link rel="chapter" href="video.html" title="Kapitola 8. V�stupn� video za&#345;�zen�/rozhran�"><link rel="chapter" href="audio.html" title="Kapitola 9. V�stupn� zvukov� za&#345;�zen�"><link rel="chapter" href="tv.html" title="Kapitola 10. TV"><link rel="chapter" href="ports.html" title="Kapitola 11. Porty"><link rel="chapter" href="mencoder.html" title="Kapitola 12. Z�kladn� pou&#382;it� MEncoderu"><link rel="chapter" href="encoding-guide.html" title="Kapitola 13. Enk�dov�n� s MEncoderem"><link rel="appendix" href="mailinglists.html" title="P&#345;�loha A. E-mailov� konference"><link rel="appendix" href="bugreports.html" title="P&#345;�loha B. Jak hl�sit chyby"><link rel="appendix" href="bugs.html" title="P&#345;�loha C. Zn�m� chyby"><link rel="appendix" href="skin.html" title="P&#345;�loha D. Form�t skin&#367; MPlayeru"><link rel="appendix" href="users-vs-dev.html" title="P&#345;�loha E. N�&#345;ky v�voj�&#345;&#367;"><link rel="subsection" href="streaming.html#streaming-save" title="3.3.1. Ulo&#382;en� proudov�ho 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.3. P&#345;ehr�v�n� datov�ch proud&#367; ze s�t&#283; nebo rour</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="control.html">P&#345;edch�zej�c�</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.3. P&#345;ehr�v�n� datov�ch proud&#367; ze s�t&#283; nebo rour</h2></div></div></div><p>
 
2
<span class="application">MPlayer</span> um� p&#345;ehr�vat soubory ze s�t&#283; s pou&#382;it�m protokolu
 
3
HTTP, FTP, MMS nebo RTSP/RTP.
 
4
</p><p>
 
5
P&#345;ehr�v�n� pracuje jednodu&#353;e tak, &#382;e uvedete URL na p&#345;�kazov�m &#345;�dku.
 
6
<span class="application">MPlayer</span> ct� syst�movou prom&#283;nnou <code class="envar">http_proxy</code>
 
7
a pou&#382;ije proxy pokud je k dispozici. Proxy m&#367;&#382;e b�t rovn&#283;&#382; vynucena:
 
8
</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>
 
9
</p><p>
 
10
<span class="application">MPlayer</span> um� &#269;�st ze std. vstupu
 
11
(<span class="emphasis"><em>ne</em></span> z pojmenovan�ch rour). To m&#367;&#382;e b�t nap&#345;�klad pou&#382;ito
 
12
pro p&#345;ehr�v�n� z FTP:
 
13
</p><pre class="screen">wget <em class="replaceable"><code>ftp://micorsops.com/cokoli.avi</code></em> -O - | mplayer -</pre><p>
 
14
</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Pozn�mka</h3><p>
 
15
Tak� doporu&#269;ujeme zapnout <tt class="option">-cache</tt> p&#345;i p&#345;ehr�v�n�
 
16
ze s�t&#283;:
 
17
</p><pre class="screen">wget <em class="replaceable"><code>ftp://micorsops.com/cokoli.avi</code></em> -O - | mplayer -cache 8192 -</pre><p>
 
18
</p></div><div class="sect2" lang="cs"><div class="titlepage"><div><div><h3 class="title"><a name="streaming-save"></a>3.3.1. Ulo&#382;en� proudov�ho obsahu</h3></div></div></div><p>
 
19
  Jakmile jste p&#345;im&#283;li <span class="application">MPlayer</span> p&#345;ehr�t
 
20
  v�&#353; obl�ben� internetov� proud, m&#367;&#382;ete pou&#382;�t volbu
 
21
  <tt class="option">-dumpstream</tt> k ulo&#382;en� datov�ho proudu do souboru.
 
22
  For example:
 
23
</p><pre class="screen">
 
24
  mplayer <em class="replaceable"><code>http://217.71.208.37:8006</code></em> -dumpstream -dumpfile <em class="replaceable"><code>proud.asf</code></em>
 
25
</pre><p>
 
26
  ulo&#382;� proudov� video z
 
27
  <em class="replaceable"><code>http://217.71.208.37:8006</code></em> do
 
28
  <em class="replaceable"><code>proud.asf</code></em>.
 
29
  Pracovat to bude se v&#353;emi <span class="application">MPlayer</span>em podporovan�mi
 
30
  protokoly, jako MMS, RTSP, a tak d�le.
 
31
  Pokud chcete z proudu ulo&#382;it pouze zvuk nebo video, pou&#382;ijte
 
32
  <tt class="option">-dumpaudio</tt> nebo <tt class="option">-dumpvideo</tt>, ale pamatujte,
 
33
  &#382;e <span class="application">MPlayer</span> bude ignorovat v&#353;echny vyjma posledn�
 
34
  <tt class="option">-dump*</tt> volby zadan� na p&#345;�kazov�m &#345;�dku.
 
35
</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;edch�zej�c�</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.2. Ovl�d�n��</td><td width="20%" align="center"><a accesskey="h" href="index.html">Dom&#367;</a></td><td width="40%" align="right" valign="top">�3.4. Vzd�len� datov� proudy</td></tr></table></div></body></html>