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
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to