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
--- 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