Handle camera disconnect in multi RTSP stream setup

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

Could you try to set live-source=1 and batched-push-timeout=33000 of nvstreammux?

1 Like

batched-push-timeout=33000

This value solved the issue, thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.