• Hardware Platform: Jetson nx
• DeepStream Version: v6.1.1
• JetPack Version: 5.0.2
• TensorRT Version: 8.4.1.5+cuda11.4
• Issue Type: questions
Hi all,
I am using nvstreammux to connect multiple streams in deepstream. When one of the streams becomes unstable, I receive the error: “Error: gst-stream-error-quark: Internal data stream error. (1): gstrtspsrc.c(6057): gst_rtspsrc_loop (): /GstPipeline:pipeline7/GstURIDecodeBin:source-bin-01/GstRTSPSrc:source: streaming stopped, reason error (-5)”. How can I recover this video stream without restarting the pipeline? I have tried stopping the stream and recreating the uridecodebin, but the video stream still does not recover. My code is based on the example at deepstream_python_apps/deepstream_rt_src_add_del.py at master · NVIDIA-AI-IOT/deepstream_python_apps · GitHub.