Re: [Live-devel] Retrieving progress / status

2023-10-20 Thread Andy Hawkins
Hi, Thanks for that, I'll have a look at making some modifications. If I can come up with a generic way of providing 'clients' of the classes I'm interested in (RTSPClient, ProxyServerMediaSession would probably be the first two) with notifications via virtual functions, would you be interested

Re: [Live-devel] Retrieving progress / status

2023-10-20 Thread Ross Finlayson
> On Oct 20, 2023, at 12:23 PM, Andy Hawkins wrote: > > Hi, > > The backend RTSP URL is provided by the user, so if they get this wrong I > want to provide them with feedback as to what might be going wrong. Things > like connection timed out (they've provided the wrong host name or maybe >

Re: [Live-devel] Retrieving progress / status

2023-10-20 Thread Andy Hawkins
iguest.com Address: 64 Greenham Road, Newbury, Berkshire, RG14 7HX UK UNIGUEST.COM From: live-devel on behalf of Ross Finlayson Sent: 20 October 2023 11:10 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Retrieving pro

Re: [Live-devel] Retrieving progress / status

2023-10-20 Thread Ross Finlayson
> On Oct 20, 2023, at 11:39 AM, Andy Hawkins wrote: > > Hi, > > We're using live555 to proxy RTSP streams, by adding a > ProxyServerMediaSession to an RTSP server. > > Is there any way to retrieve progress / status of the connection to the > 'source' RTSP server? I'm interested in whether s

[Live-devel] Retrieving progress / status

2023-10-20 Thread Andy Hawkins
Hi, We're using live555 to proxy RTSP streams, by adding a ProxyServerMediaSession to an RTSP server. Is there any way to retrieve progress / status of the connection to the 'source' RTSP server? I'm interested in whether socket connections fail, whether there's an error returned by the 'DESCR