<br><br><div><span class="gmail_quote">On 6/7/06, <b class="gmail_sendername">Christophe Massiot</b> <<a href="mailto:massiot@via.ecp.fr">massiot@via.ecp.fr</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, Jun 07, 2006, Lukasz Kondrad wrote:<br><br>> Yes, I am trying to implement an ip stack in VLC. A dvb adapter can be<br>> registered as a network adapter. It works, however, it can only receive the<br>> datagrams  and I think vlc needs to send an IGMP request. If datagrams from
<br>> dvb adapter are sent on eth0 adapter and multicasted, on other computer, by<br>> useing vlc,  watching dvb-h signal is possible.<br><br>Implementing an IP stack in VLC is overkill. If you want to avoid VLC<br>
sending IGMP to eth0, you just have to set the multicast route to your<br>dvb0 interface :<br><br>ip route add <a href="http://224.0.0.0/4">224.0.0.0/4</a> dev dvb0<br><br>--<br>Christophe Massiot.<br><br>--<br>This is the vlc-devel mailing-list, see 
<a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://developers.videolan.org/lists.html">http://developers.videolan.org/lists.html</a><br><br></blockquote>
</div><br>I have tried it and it doesn't work. Maybe problem is somewhere else. <br>I set the dvb adapter as a network adapter, then the route is added after that I use tzap to tune the card and tcpdump to receive packets from the card. I start vlc with the sdp file but it doesn't take the datagrams from the adapter. 
<br>May you say me why implementing ip stack in vlc is overkill? What is so difficult, maybe I knowledge is not enough to do that, let me know what problems I shall be aware, please. <br><br>BR <br>Lukasz<br>