<div>Hello everyone</div>
<div> </div>
<div>I am trying to send RTCP RR Report continously from testMPEG1or2VideoReceiver demo application. I am doing this OnExpire() function in the file rtcp_from_spec.c file. I added SendRTCPReport(e) statement 15 times in the loop "if (tn <= tc) {".
</div>
<div> </div>
<div>I observed that the SSRC is getting removed the hash table in the function RTCPMemberDatabase::reapOldMembers() and a new entry is for the SSRC is created. </div>
<div> </div>
<div>Any clues why its happening.</div>
<div> </div>
<div>In this function, RTCPMemberDatabase::reapOldMembers(), the timecount value is updated with the return value from the function iter->next(key). Any clues where this value is being updated in the library.</div>
<div> </div>
<div>Regards</div>
<div>Nitin Jain</div>
<div> </div>
<div> </div>