Re: [Live-devel] How to get other endpoint's IP address

2016-06-15 Thread Ross Finlayson
> Thanks for you feedback again. One question. I'm confused about the order of > operations, then. You claim I should call .changeDestinationparameters() with > the sender's IP on the rtcpGroupSock before invoking > RTCPInstance::createNew() on said socket, but before receiving the sender's > I

Re: [Live-devel] How to get other endpoint's IP address

2016-06-15 Thread Ben Rush
Hi Ross, Thanks for you feedback again. One question. I'm confused about the order of operations, then. You claim I should call .changeDestinationparameters() with the sender's IP on the rtcpGroupSock before invoking RTCPInstance::createNew() on said socket, but before receiving the sender's IP I

Re: [Live-devel] How to get other endpoint's IP address

2016-06-13 Thread Ross Finlayson
> I'm creating an audio "client" using RTPSource. I have a custom > MediaSink-derived class which takes the traffic and routes it to my > computer's audio device. Works great. > > What I'd like to do, however, is retrieve the sender's IP address (the IP > address of the sender which is sending

[Live-devel] How to get other endpoint's IP address

2016-06-13 Thread Ben Rush
I'm creating an audio "client" using RTPSource. I have a custom MediaSink-derived class which takes the traffic and routes it to my computer's audio device. Works great. What I'd like to do, however, is retrieve the sender's IP address (the IP address of the sender which is sending traffic to the