[Live-devel] testRelay and testReplicator dont send packets when using same incoming/outgoing port

Ross Finlayson finlayson at live555.com
Wed Jan 25 17:28:13 PST 2012


> char const* inputAddressStr = "172.16.9.161";

This is wrong.  "inputAddressStr" must be an IP multicast address, or - if you're receiving via unicast instead - "0.0.0.0".

But anyway, I suspect that the LIVE555 code can't handle what you're trying to do - not because you're trying to send and receive using the same port number, but because you have two different "Groupsock" objects that use the same port number.  If you were to restructure the code so that only one "Groupsock" object were used, then it might work.

But you're probably better off not trying to do this at all...


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120125/52208734/attachment.html>


More information about the live-devel mailing list