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

2019-11-26 Thread P. Min
Another follow-up: it looks like the source stream is flaky. Other clients (like ffmpeg, and yellow.js running under node) also stop after a while. It would be great if there was a way to somehow reconnect to the stream when this happens (I suppose I could just restart the program) _

[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] openRTSP, how to capture ONVIF metada stream content?

2019-11-04 Thread P. Min
) thanks again, Patrick -- Message: 1 Date: Fri, 1 Nov 2019 10:32:18 +0100 From: "P. Min" To: live-de...@us.live555.com Subject: Re: [Live-devel] openRTSP, how to capture ONVIF metada stream co

Re: [Live-devel] openRTSP, how to capture ONVIF metadata stream content?

2019-11-01 Thread P. Min
> You could check this for sure by running ?testRTSPClient? (rather than > ?openRTSP?), because ?testRTSPClient? outputs a line for every RTP packet > that it receives. Thanks, that's useful: indeed only seeing video/H264 packets arrive. Do you know of a public test camera that produces a met