Hello everyone,
I've been working with RTSP video streaming using the OAK camera. I've noticed a peculiar behavior: when I stop the video stream, the connection to the OAK camera is closed. To monitor this, I've been utilizing the isClosed()
method.
Upon detecting the closed connection, my node then attempts to reestablish it. I'm trying to understand the underlying reason for this behavior. Why does the connection close when I stop the video stream? Is this expected or is there something I might be overlooking in my setup?
Any insights or experiences related to this would be greatly appreciated.