Thus the code can be changed to
double timeDiff
= timestampDiff/(double)(timestampFrequency);
I believe this change make keeping a reference to fOurRTPSource
In class RTPReceptionStats and RTPReceptionStatsDB useless.
Yes, you're right. This will get cleaned up in the next release of
the
Minor comment about RTPSource.cpp.
While reading the code for some understanding of the internal mecanism I
came
across the code.
double timeDiff
= timestampDiff/(double)(fOurRTPSource.timestampFrequency());
in method RTPReceptionStats::noteIncomingPacket.
But the method already receive th