> On Aug 1, 2017, at 6:48 AM, Jeff Shanab <jsha...@jfs-tech.com> wrote: > > In OnDemeandServerMediaSubsession in StreamState::startPlaying (line 530), we > call > > void RTCPInstance::setSpecificRRHandler(netAddressBits fromAddress, Port > fromPort, > TaskFunc* handlerTask, void* clientData) > > With "dests->tcpStreamSock", a socket number, for the first argument. > Is it by design that we use the socket here?
Yes. For RTP/RTCP-over-TCP streams, we use the socket number - rather than the source address - to identify the stream when an incoming RTCP “RR” arrives. (Note the implementation of "RTCPInstance::noteArrivingRR()”.) (Once again - if you’re having a problem with our code, then please just tell us what problem you’re having. Don’t waste everyone’s time (including yours) by ‘speculating’.) Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel