• Hardware Platform: GPU
• DeepStream Version: 6.2
I’m building an application that decodes RTSP streams from several different cameras. I then use NVStreamMux to batch these frames. As I can’t really test it right now, and I have experienced in the past certain cameras will have internal errors where they lose connection for several minutes- I’m wondering how losing a camera stream would internally affect the DeepStream pipeline?
Will NVStreamMux just fill it’s batch with frames from other cameras?
When the camera comes back online will NVStreamMux go back to batching 1 frame from each camera?