Hi, the last time a data packet was received as well as the last time an RTCP packet was received are kept among the per source statistics within ccRTP (lastDataPacketTime and lastRTCPPacketTime -both timeval values, and you even have a lastRTCPSRTime value).
I guess checking those values for the entire list of active sources every few seconds/minutes will work for you? On Wed, Feb 15, 2006 at 12:13:03AM -0800, radone wrote: > > > I am trying to implement app that will be displaying list of other members > in group. Could anyone give me some points? > > Here is my solution (not sure if right) > > So on every: > > RR packet I will refresh it's values > BYE packet I will remove it > > > How is it possible to detect group member expiration? (that didn't send a > BYE packet)? > > > The problem is comming with members that will expire (without sending BYE > packet) > > > Could anyone help me? > > -- > View this message in context: > http://www.nabble.com/Exists-member-join-left-action--t1126005.html#a2946457 > Sent from the Gnu - ccRTP - Dev forum at Nabble.com. > _______________________________________________ > Ccrtp-devel mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/ccrtp-devel _______________________________________________ Ccrtp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ccrtp-devel
