Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): dPU A40. • DeepStream Version: 6.4-triton-multiarch. • TensorRT Version: 8.6.1.6. • NVIDIA GPU Driver Version (valid for GPU only): 535.146.02. • Issue Type( questions, new requirements, bugs): questions. • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
rtsp-reconnect-interval block GST_MESSAGE_EOS for sources and also block nvstreammux: to handle EOS for source?
Can you give me some details how rtsp-reconnect-interval work?
please refer to this topic. please refer to deepstream-app opensource code. It already supports RTSP reconnection functionality. deepstream-app uses rtspsrc_monitor_probe_func to monitor src’s data receiving. it will reconnect rtsp srouce in watch_source_status when not receiving data in a specific time.
There is no update from you for a period, assuming this is not an issue any more. Hence we are closing this topic. If need further support, please open a new one. Thanks.
as I wrote above, if you want to implement the reconnection logics, please refer to the logics in deepsream-app. if you don’t to implement the reconnection logics, please refer to this topic. nvurisrcbin also supports RTSP reconnection functionality after set rtsp-reconnect-interval property.