Re: [Live-devel] Retrieving stats for ProxyServerMediaSession

2023-11-08 Thread Andy Hawkins
Hi, That's perfect, thanks for the swift response. Andy From: live-devel on behalf of Ross Finlayson Sent: 08 November 2023 14:36 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Retrieving stats for ProxyServerMediaSession OK, I’ve just installed a ne

Re: [Live-devel] Retrieving stats for ProxyServerMediaSession

2023-11-08 Thread Ross Finlayson
OK, I’ve just installed a new version (2023.11.08) of the code that changes the signature of “getRTPSinkandRTCP()” to remove the “const” from the “rtpSink” and “rtcp” parameters. There was no good reason to make those “const”. Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

Re: [Live-devel] Retrieving stats for ProxyServerMediaSession

2023-11-08 Thread Andy Hawkins
e moment by using a const_cast on the returned RTPSink pointer to remove the 'const'-ness of it. This isn't ideal though. Andy From: live-devel on behalf of Ross Finlayson Sent: 08 November 2023 09:33 To: LIVE555 Streaming Media - development & use Subject: Re: [Live

Re: [Live-devel] Retrieving stats for ProxyServerMediaSession

2023-11-08 Thread Ross Finlayson
> On Nov 8, 2023, at 1:23 AM, Andy Hawkins wrote: > > Hi, > > Thanks again, that's very helpful. > > One remaining issue, the 'getRTPSinkandRTCP' method in returns *const*​ > pointers, but the RTPSink member 'getTotalBitrate' is not a const method, so > can't be called from these pointers.

Re: [Live-devel] Retrieving stats for ProxyServerMediaSession

2023-11-08 Thread Andy Hawkins
.com Address: 64 Greenham Road, Newbury, Berkshire, RG14 7HX UK UNIGUEST.COM From: live-devel on behalf of Ross Finlayson Sent: 07 November 2023 18:35 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Retrieving stats for Pro

Re: [Live-devel] Retrieving stats for ProxyServerMediaSession

2023-11-07 Thread Ross Finlayson
> On Nov 7, 2023, at 2:57 AM, Andy Hawkins wrote: > > Ok, I'm now successfully iterating over the ClientConnections and > ClientSessions, how can I get the amount of data transmitted to each of these? First, you don’t do anything with the “RTSPClientConnection” objects; those represent only

Re: [Live-devel] Retrieving stats for ProxyServerMediaSession

2023-11-07 Thread Andy Hawkins
Ross Finlayson Sent: 07 November 2023 04:23 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Retrieving stats for ProxyServerMediaSession > On Nov 6, 2023, at 6:44 AM, Andy Hawkins wrote: > > Hi, > > Thanks for the pointer, that was useful in extracting the

Re: [Live-devel] Retrieving stats for ProxyServerMediaSession

2023-11-07 Thread Andy Hawkins
Hi, Excellent, thanks for that. Will take a look. Andy From: live-devel on behalf of Ross Finlayson Sent: 07 November 2023 04:23 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Retrieving stats for ProxyServerMediaSession > On Nov 6, 2023, at 6:44 A

Re: [Live-devel] Retrieving stats for ProxyServerMediaSession

2023-11-06 Thread Ross Finlayson
> On Nov 6, 2023, at 6:44 AM, Andy Hawkins wrote: > > Hi, > > Thanks for the pointer, that was useful in extracting the incoming data for > the proxied RTSP connection. > > Is there any way to iterate over all of the clients of an RTSP proxy Yes, first download the latest version (2023.11.0

Re: [Live-devel] Retrieving stats for ProxyServerMediaSession

2023-11-06 Thread Andy Hawkins
Andy From: live-devel on behalf of Ross Finlayson Sent: 03 November 2023 18:56 To: live-de...@us.live555.com Subject: Re: [Live-devel] Retrieving stats for ProxyServerMediaSession Unfortunately not without modifying the code. (You could, for example, look at how "openRTSP" <h

Re: [Live-devel] Retrieving stats for ProxyServerMediaSession

2023-11-03 Thread Ross Finlayson
Unfortunately not without modifying the code. (You could, for example, look at how "openRTSP" implements the -Q option.) Ross Finlayson Live Networks, Inc. ___ live-devel mailing list live-devel@lists.live5