<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6001.18498" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#000000 size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>While running the liveMedia client to receive RTP packets I acquire some statistics on the streamed data. I can easily get the total number of packets received and the number of bytes received like this:</FONT></DIV>
<DIV><FONT face=Arial size=2>pVideoSrc-&gt;RTPgs()-&gt;statsGroupIncoming.totNumPackets()</FONT></DIV>
<DIV><FONT face=Arial size=2>pVideoSrc-&gt;RTPgs()-&gt;statsGroupIncoming.totNumBytes()</FONT></DIV>
<DIV><FONT face=Arial size=2>(RTPSource *pVideoSrc = pSubSession-&gt;rtpSource();)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would also like to check if packet loss occurred. I don't see any public method or member that can give me this. There is just this private member variable&nbsp;fPacketLossInFragmentedFrame of MultiFramedRTPSouce.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Is there any method I can use on the source to find number of packets lost so far?</FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>pushkar</FONT></DIV></BODY></HTML>