Re: [Live-devel] Binding to a specific IP number

2008-11-05 Thread Steve Jardine
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

Re: [Live-devel] Binding to a specific IP number

2008-11-05 Thread Ross Finlayson
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 Add #include "G

Re: [Live-devel] Binding to a specific IP number

2008-11-05 Thread Steve Jardine
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

Re: [Live-devel] Binding to a specific IP number

2008-11-04 Thread Steve Jardine
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