Re: [Live-devel] Quick Advice Request on Enhancing RTSP Client with live555

2024-02-14 Thread Ross Finlayson
> On Feb 14, 2024, at 7:36 PM, Fatih Bahceci wrote: > > We are using version 2023.05.10 of your live555wrapper library Sorry, but we don’t have any software named “live555wrapper”. Whatever that is, it must have been written by someone else. > To prevent high CPU usage, we added a 10-milli

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

2024-02-14 Thread Andy Hawkins
I'm trying to report statistics of the amount of data being received by a ProxyServerMediaSession. I have the following code:   double Total = 0.0;   int NumSubsessions = 0;   int NumSources = 0;   int NumStats = 0;   if (fClientMediaSession)   { MediaSubsess