> On Feb 23, 2024, at 12:28 AM, Andy Hawkins <andy.hawk...@uniguest.com> wrote:
> 
> Just an update on this. I've now got the camera in the same network as the 
> proxy, and I'm still seeing occasional losses of the 'stats' for a particular 
> source, even with the new code applied.

Did you do the following, as I recommended in my last email?

———
Try changing
                        while ((Stats = StatsIterator.next()) != NULL)
in your code to
                        while ((Stats = StatsIterator.next(True)) != NULL)
to ensure that you include all sources - even those that occurred before a 
‘reset’ of the source streams.
———

If so, then I don’t see how this could still be happening (as there should no 
longer be anywhere in the code that is removing “RTPReceptionStats” records.  
You’re going to have to track down this apparent bug in the LIVE555 code 
yourself.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to