Issues with RTSP Streams in Deepstream

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson AGX Orin
• DeepStream Version 6.1.1
• JetPack Version (valid for Jetson only) 5.0.2
• TensorRT Version 8.4.1
• Issue Type( questions, new requirements, bugs) Bugs

I’m getting “gst-resource-error-quark: Could not open resource for reading” error while running the RTSP stream. I know this issue is happening because of the RTSP stream itself. But for my case there are 10 RTSP streams and only one of them is having this issue. Is there a way I can ignore/bypass the error so that the rest of the RTSP streams works fine and deepstream app doesn’t stop?

You need to add error handling logic to skip the bad source connection. It is not DeepStream related, you need to refer to GStreamer resources.

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