Open Biss81 opened 3 hours ago
Just constant connection won't help. Your camera probably has a very rare keyframe. This means it needs to hold some sort of buffer and send frames from it to every new connection. This task has been around for a long time and it's quite complex. Perhaps in the future such a thing will appear. But not anytime soon.
If one consumer is connected to the camera stream with the specified problem in go2rtc, the second consumer receives the stream faster. It would be nice to be able to establish a connection at startup and maintain it until the application stops. The problem of the key frame itself simply disappears here
There are cameras that take a long time to establish a connection (5-10 seconds). If the stream is established and does not break, then the connection to them occurs quickly. Is it possible to make an on demand option as it is done in rtsp2web?