Gilberto<br><br>Here is a quick way.<br>Setup the vlc server to multicast to the address <a href="http://239.255.0.1:1234">239.255.0.1:1234</a> <br>vlc -vvv file.asf --sout #std{access=udp,mux=ps,dst=<a href="http://239.255.0.1:1234">
239.255.0.1:1234</a>,sap,group=&quot;Test SAP&quot;,name=&quot;Channel 1&quot;}
<br><br>On the Client <br>Click on the Play List and Look for the Test SAP Channel 1 - right click and select play.<br>or<br>Open the player click on File &gt;&gt; Open Network Stream &gt;&gt; UDP/RTP section enter <br><a href="http://239.255.0.1">
239.255.0.1</a> enter port 1234 <br><br>This should play the stream.<br><br><br><br><div><span class="gmail_quote">On 5/22/06, <b class="gmail_sendername">GILBERTO SANCHEZ</b> &lt;<a href="mailto:glargo@email.com">glargo@email.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">well, i make a tests with udp stream in a private LAN without firewall (this not work for me), but the real goal is make broadcast streaming like as tv channel.&nbsp;&nbsp; I tested a stream with http access and work very good (vlc -vvv 
file.asf --sout '#standard{access=http,mux=ts,dst=x.x.x.x:8080}')<br><br><br>follwing i present a poor draw of my lan<br><br>vlc server (linux)----------switch-----------vlc client(Windows)<br>x.x.x.x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
x.x.x.y<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Other<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connections<br><br>server command line<br>vlc -vvv file.asf --sout '#standard{access=udp,mux=ts,dst=x.x.x.y:1234}'
<br><br>client command line<br>vlc udp:@<br><br>Even i did a network analysis with ethereal but doesn't detect udp packages whit ip.dst x.x.x.y<br><br><br><br><br><br>&gt; ----- Original Message -----<br>&gt; From: &quot;Thomas Dunlap&quot; &lt;
<a href="mailto:assyrian47@gmail.com">assyrian47@gmail.com</a>&gt;<br>&gt; To: <a href="mailto:streaming@videolan.org">streaming@videolan.org</a><br>&gt; Subject: [streaming] Re: Help with UDP stream<br>&gt; Date: Mon, 22 May 2006 09:43:16 -0400
<br>&gt;<br>&gt; Need to determine what you are doing.&nbsp;&nbsp;Remi is right aboout firewalls, but<br>&gt; is you are sreaming in to a private LAN you can make live easy by setting<br>&gt; the SAP.&nbsp;&nbsp;This way the client can always click on the View &gt;&gt; Playlist then
<br>&gt; right click on the SAP name and select play.<br>&gt;<br>&gt;<br>&gt; On 5/22/06, Rémi Denis-Courmont &lt;<a href="mailto:rem@videolan.org">rem@videolan.org</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; Selon GILBERTO SANCHEZ &lt;
<a href="mailto:glargo@email.com">glargo@email.com</a>&gt;:<br>&gt; &gt;<br>&gt; &gt; &gt; Any idea?<br>&gt; &gt;<br>&gt; &gt; Yeah, check your firewall rules.<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt; R�mi Denis-Courmont
<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt; This is the streaming mailing-list, see <a href="http://www.videolan.org/streaming/">http://www.videolan.org/streaming/</a><br>&gt; &gt; To unsubscribe, please read <a href="http://www.videolan.org/support/lists.html">
http://www.videolan.org/support/lists.html</a><br>&gt; &gt;<br>&gt; &gt;<br><br>&gt;<br><br><br>--<br>___________________________________________________<br>Play 100s of games for FREE! <a href="http://games.mail.com/">http://games.mail.com/
</a><br><br>--<br>This is the streaming mailing-list, see <a href="http://www.videolan.org/streaming/">http://www.videolan.org/streaming/</a><br>To unsubscribe, please read <a href="http://www.videolan.org/support/lists.html">
http://www.videolan.org/support/lists.html</a><br><br></blockquote></div><br>