Re: [Live-devel] Detect socket disconnect

2019-10-30 Thread Ross Finlayson
> On Oct 30, 2019, at 2:15 AM, Holm Karstensen Steffen > wrote: > > Hi, > > I am developing an RTSP client using Live555 that streams RTP audio to a > third party RTSP server. Instead of using this “third party RTSP server”, have you considered instead using a “LIVE555 Proxy Server”: http:

[Live-devel] Detect socket disconnect

2019-10-30 Thread Holm Karstensen Steffen
Hi, I am developing an RTSP client using Live555 that streams RTP audio to a third party RTSP server. I have created an RTSPClient subclass to implement this, and I'm wondering how to detect if the TCP socket connection to the server is closed while I'm streaming audio to it. There is the Mul