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
> 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
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