Re: [Live-devel] what to do about error 104 (Connection reset by peer)?

2019-11-25 Thread Ross Finlayson
> On Nov 26, 2019, at 6:35 AM, P. Min wrote: > > > >>> This runs for a short while, after which recvfrom in >>> GroupsockHelper::readSocket returns error 104. >> >> What does that error number mean on your system? (In other words, what >> does it show for error number 104 when you run ?m

[Live-devel] what to do about error 104 (Connection reset by peer)?

2019-11-25 Thread P. Min
> > This runs for a short while, after which recvfrom in > GroupsockHelper::readSocket returns error 104. > > What does that error number mean on your system? (In other words, what > does it show for error number 104 when you run ?man errno??) "Connection reset by peer" (perror() sho

Re: [Live-devel] what to do about error 104 (Connection reset by peer)?

2019-11-25 Thread Ross Finlayson
> On Nov 26, 2019, at 1:08 AM, p...@min.nl wrote: > > > Hi, > > I modified testRTSPClient to only process ONVIF metadata from a "smart" > camera. > > In DummySink::afterGettingFrame there's a line: > > if (strcmp(fSubsession.mediumName(), "application") == 0) { > ... > > after which it pro

[Live-devel] what to do about error 104 (Connection reset by peer)?

2019-11-25 Thread p
Hi, I modified testRTSPClient to only process ONVIF metadata from a "smart" camera. In DummySink::afterGettingFrame there's a line: if (strcmp(fSubsession.mediumName(), "application") == 0) { ... after which it processes the metadata. This runs for a short while, after which recvfrom in Gro