Thank you!
On Wed, 5 Nov 2008 10:22:29 -0800
Ross Finlayson <[EMAIL PROTECTED]> wrote:
> Add
> #include "GroupsockHelper.hh"
> to the start of the file.
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listi
Added the code below to live555MediaServer.cpp right after main()., It yields
this when compiled:
live555MediaServer.cpp:26: error: ‘ReceivingInterfaceAddr’ was not declared in
this scope
live555MediaServer.cpp:26: error: ‘our_inet_addr’ was not declared in this scope
Adding it to GroupsockH
Is there a way I can get mediaserver to bind to a specific IP #?
Thanks,
Steve
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
I have a system that has multiple Ethernet interfaces. How can I bind
mediaserver to a specific interface. For instance, I have two interfaces:
192.168.0.1 and 10.0.0.1. I would like media server to be available to only the
systems attached to the 10.0.0.x physical interface. Any ideas?