[Live-devel] Multiple Network Adapter

BONNEAU Guy gbonneau at miranda.com
Wed Jan 6 06:11:14 PST 2010


If you have a system with multiple NIC interfaces is there a method or
some standard way to tell the live555 library to which NIC (IP address)
to bind the sockets created for the RTP streaming? Or I need to modify
the code of the library to change the default behavior which seems to be
(in groupsockhelper.cpp): 

// By default, use INADDR_ANY for the sending and receiving interfaces:
netAddressBits SendingInterfaceAddr   = INADDR_ANY;
netAddressBits ReceivingInterfaceAddr = INADDR_ANY;

Thanks
GB


More information about the live-devel mailing list