[vlc-devel] Re: Two inputs at the same time.

Christophe Massiot massiot at via.ecp.fr
Wed Jun 7 15:02:06 CEST 2006


On Wed, Jun 07, 2006, Lukasz Kondrad wrote:

> Yes, I am trying to implement an ip stack in VLC. A dvb adapter can be
> registered as a network adapter. It works, however, it can only receive the
> datagrams  and I think vlc needs to send an IGMP request. If datagrams from
> dvb adapter are sent on eth0 adapter and multicasted, on other computer, by
> useing vlc,  watching dvb-h signal is possible.

Implementing an IP stack in VLC is overkill. If you want to avoid VLC
sending IGMP to eth0, you just have to set the multicast route to your
dvb0 interface :

ip route add 224.0.0.0/4 dev dvb0

-- 
Christophe Massiot.

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list