Multistream Pipeline to enable streams which got disconnected without disrupting the operation of other streams

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU): Nvidia jetson nano Developer kit
**• DeepStream Version: 6.0.1
**• JetPack Version (valid for Jetson only): L4T 32.7.4
**• TensorRT Version: 8.2.1.9
• NVIDIA GPU Driver Version (valid for GPU only)

I am currently working on a multistream pipeline using the sample python code from deepstream-test3`. My goal is to build a pipeline that allows an arbitrary number of input streams, with the capability to attempt to enable streams which got disconnected (single reconnect attempt after every minute )without disrupting the operation of other streams.

Currently if a stream gets disconnected it will try the reconnect arrempts but other streams also get stuck in the process.

Thanks in advance.

Are you using nvurisrbin ?

I am not sure if rtsp-reconnect-interval works on DS-6.0, you can check it with gst-inspect-1.0 nvurisrcbin

Are you using nvurisrbin ? : Yes
Below is the image with details.

Sorry for the long delay.

I checked the source code of nvurisrcbin, I think reconnection should not cause interruption of other streams.

When reconnecting, is the CPU/GPU usage high?

You can view the program through Nsight

Thank you for your reply. Could you share the source code? The ‘nvurisrcbin’ example code is not available with version 6.0.1, so I am using the example code from version 6.3. However, I am encountering an issue where if one stream gets disconnected, it attempts to reconnect, but the other streams also get stuck in the process.

I also use deepstream-test3. I am not sure if this is a bug in DS-6.0.

However, since DS-6.0 is no longer supported, I don’t have any good suggestions.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

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