Re: [Live-devel] openRTSP dead loop problem

2019-05-11 Thread Ross Finlayson
This is very strange. The problem seems to be the "EBADF (Bad file descriptor)”, which tells us that our event loop is trying to do a “select()” on a socket that has already been closed. Our code has had bugs like this in the past, but I had thought that we had caught them all by now. I suspe

[Live-devel] openRTSP dead loop problem

2019-05-11 Thread matus2 via live-devel
--- Begin Message --- Hello, we are using openRTSP tool to record IP cameras stream into file. Recently we have discovered, that sometimes ( maeby because of some network issues ? ) some of the processes stucks at 100% cpu and stops recording. We are running multiple instances of openRTSP. I