Re: [Live-devel] Why does groupsock bind to 0.0.0.0 for streamers?

2013-06-04 Thread Warren Young
On 6/4/2013 19:08, Ross Finlayson wrote: Ultimately, I don't see why it needs to call bind() at all in this program since a UDP sender is just tossing packets out onto the network. It's not receiving anything. Yes it is. It's also receiving RTCP "RR" reports from receiving clients. Okay, bu

Re: [Live-devel] Why does groupsock bind to 0.0.0.0 for streamers?

2013-06-04 Thread Ross Finlayson
> Ultimately, I don't see why it needs to call bind() at all in this program > since a UDP sender is just tossing packets out onto the network. It's not > receiving anything. Yes it is. It's also receiving RTCP "RR" reports from receiving clients. > We made a one-line change to Live555 (see

[Live-devel] Why does groupsock bind to 0.0.0.0 for streamers?

2013-06-04 Thread Warren Young
If you say $ strace -e bind ./testMPEG2TransportStreamer you find that it calls bind() twice, once for 0.0.0.0:1234, and another time for the "find my IP" hack. Ultimately, I don't see why it needs to call bind() at all in this program since a UDP sender is just tossing packets out onto