> On Feb 20, 2024, at 3:02 AM, Andy Hawkins <andy.hawk...@uniguest.com> wrote:
> 
> Hi,
> 
> Apologies for the delay in testing this. I've just run it up, and I'm still 
> seeing that occasionally there is only one set of stats being returned for 
> the two sources.
> 
> I should perhaps clarify, that for 'reasons', the stream is actually being 
> passed through the live555 RTSP proxy twice (it's in the office and is only 
> available via VPN, so I've got one instance fetching it over the VPN, then 
> the second instance running on the end device). It's on this 'second' RTSP 
> proxy that I'm seeing these 'missing' stats.

I assume that both copies of the proxy server have been updated to use the 
latest version of the code.

If so, then 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.


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