Re: [Live-devel] Best way to "signal" RTPSink to stop playing

2016-06-24 Thread Ross Finlayson
> 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

[Live-devel] Best way to "signal" RTPSink to stop playing

2016-06-24 Thread Ben Rush
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