Deepstream multiple RTSP sources, freeze when one is deconnected

• Hardware Platform (Jetson / GPU)= GPU Tesla T4
**• DeepStream Version=6.1
• NVIDIA GPU Driver Version (valid for GPU only)= 525.60.13
**• Issue Type =questions
**• How to reproduce the issue ?

I have a Deepstream 6.1 Python application, in which I provide multiple RTSP sources on input, and my issue is that, when one of the RTSP links is disconnected, the application is freezing. I want to know if this is the desired behavior and If it so, is there something that can be done to avoid the freeze?

I have the following pipeline: rtspsrc ! rtph264depay ! nvv4l2decoder ! streammux ! nvinfer

How did you disconnect the input? I mean is this some behaviour you do with the pipeline or you just pull out the cable of your camera physically?

I simulate the stream, it is not a real camera. I disconnect by stopping the simulation, and restart the script.

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

How did you restart the script? We already have sample of RTSP source reconnection in our deepstream-app sample. Please refer to the source code. DeepStream Reference Application - deepstream-app — DeepStream 6.3 Release documentation

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