LDP/LDP/howto/docbook/VideoLAN-HOWTO/src/receive.sgml

95 lines
2.3 KiB
Plaintext

<chapter id="receive"><title id="treceive">Receive a stream</title>
<sect1><title>Receive a stream with VLC</title>
<sect2><title>Receive an unicast stream</title>
<para>Launch VLC, click on
the <emphasis>Net</emphasis> button, select <emphasis>UDP</emphasis>,
keep the default port and click on <emphasis>OK</emphasis>.</para>
<para>You can also use the following command line :</para>
<screen>
<prompt>% </prompt><userinput>vlc udp:</userinput>
</screen>
</sect2>
<sect2><title>Receive a multicast stream</title>
<para>Launch VLC, click on the <emphasis>Net</emphasis>
button, select <emphasis>UDP Multicast</emphasis>, type
the multicast IP address, keep the default port and click on
<emphasis>OK</emphasis>.</para>
<para>You can also use the following command line :</para>
<screen>
<prompt>% </prompt><userinput>vlc udp:@239.255.12.42</userinput>
</screen>
<para>where <emphasis>239.255.12.42</emphasis> is the multicast IP
address you want to join.</para>
</sect2>
<sect2><title>Receive an HTTP/FTP/MMS stream</title>
<para>Launch VLC, click on the <emphasis>Net</emphasis>
button, select <emphasis>HTTP/FTP/MMS</emphasis>, type
the URL and click on <emphasis>OK</emphasis>.</para>
<para>You can also use the following command line :</para>
<itemizedlist>
<listitem>
<screen>
<prompt>% </prompt><userinput>vlc http://localserver/stream.ps</userinput>
</screen>
<para>where <emphasis>http://localserver/stream.ps</emphasis> is
the HTTP address of the stream ;</para>
</listitem>
<listitem>
<screen>
<prompt>% </prompt><userinput>vlc ftp://localserver/stream.ps</userinput>
</screen>
<para>where <emphasis>ftp://localserver/stream.ps</emphasis> is
the FTP address of the stream ;</para>
</listitem>
<listitem>
<screen>
<prompt>% </prompt><userinput>vlc mms://viptvr.yacast.fr/encoderfranceinfo</userinput>
</screen>
<para>where
<emphasis>mms://viptvr.yacast.fr/encoderfranceinfo</emphasis> is the MMS
address of the stream.</para>
</listitem>
</itemizedlist>
</sect2>
</sect1>
<sect1><title>Receive a stream with a Set Top Box</title>
<para>Some <ulink url="http://www.pace.co.uk">Pace</ulink> and <ulink
url="http://www.aminocom.com">Aminocom</ulink> set top boxes have
Ethernet cards and can read MPEG2-TS over UDP streams. We had some
reports that they work with the VideoLAN streamers.</para>
</chapter>