• Hardware Platform Jetson
• DeepStream Version 6.3
• JetPack Version 5.1
• TensorRT Version 5.1
I have python application processing two RTSP streams with pipeline like so:
nvstreammux → nvinfer → tracker → nvinfer → nvvidconv → nvosd → sink
In this configuration, if one camera stops working, FPS of both streams will drop to 0.
Is there a way to configure nvstreammux to continue processing other stream while first camera is disconnected?