Re: [Live-devel] StatsIterator sometimes doesn't return any stats

2024-02-15 Thread Ross Finlayson
> On Feb 15, 2024, at 10:58 PM, Andy Hawkins wrote: > > I doubt that's happening in this instance. This is a live feed from an Axis > RTSP camera. It seems unlikely that one of the sources (audio or video) would > stop while the other continued? Looking at our code some more: The RTCP code p

Re: [Live-devel] StatsIterator sometimes doesn't return any stats

2024-02-15 Thread Andy Hawkins
I doubt that's happening in this instance. This is a live feed from an Axis RTSP camera. It seems unlikely that one of the sources (audio or video) would stop while the other continued? Andy From: live-devel on behalf of Ross Finlayson Sent: 15 February 2024

Re: [Live-devel] StatsIterator sometimes doesn't return any stats

2024-02-15 Thread Ross Finlayson
The number of “RTPReceptionStats” records can decrease if a source ends (e.g., it if sends a RTCP “BYE” packet, and/or if it gets closed down by the proxy server). When this happens, the corresponding “RTPReceptionStats” record is removed from the database. And thus, it will also no longer con