Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
GPU
• DeepStream Version
6.2
• JetPack Version (valid for Jetson only)
n/a
• TensorRT Version
8.5.2
• NVIDIA GPU Driver Version (valid for GPU only)
520.61.05
• Issue Type( questions, new requirements, bugs)
Question
Hi all,
We’re currently using Deepstream for object detection across multiple RTSP streams. Unfortunately, due to network inconsistencies, it’s likely that one of the RTSP connections may fail at some point. When this happens, the entire Deepstream Application stops.
Our ideal scenario is as follows: If an RTSP connection dies, we want the Deepstream Application to continue processing the remaining streams while attempting to reconnect with the failed stream.
How could we solve this?
Configuration:
sources1_demo_live_sgp.txt (1.4 KB)
source1_demo_live.txt (9.2 KB)
config_metamux_demo.txt (1.7 KB)
Thanks!