> Would I access the RTPTransmissionStatsDB in function
> RTSPServer::RTSPClientSession:noteLiveness() in RTSPServer.cpp?
No; that function is used only by the RTCP implementation (when it receives an
incoming "RR" packet). It's not a function that you would call (or modify)
yourself.
> Alte
Hi,
I am using a class derived from OnDemandServerMediaSubsession. I know that a
class derived from OnDemandServerMediaSubsession automatically instantiates
RTCPInstance for each stream and I can very well see the VLC client and my RTSP
server talking RTCP protocol.
Now my issue is that I'd li