> I'm using the RTPSink/Source so I can implement two-way audio (full duplex).
> What I'd like to do is properly shut things down when one or both ends of the
> two-way audio disconnects or decides to not longer participate in the call.
> What is the best way to do this using the Live555 librari
I'm using SimpleRTPSink to send audio to a client. Works great. I have it
setup like this:
SimpleRTPSink* sink = SimpleRTPSink::createNew(this->envir(),
rtpGroupsock,
payloadFormatCode, fSamplingFrequency,
"audio", mimeType, fNumChannels);
.
RTCPInstance