[URGENT] uri-decode-bin/GstRTSPSrc:src: Failed to connect. (Generic error)

• Hardware Platform Jetson
• DeepStream Version 6.3
• JetPack Version 5.1
• TensorRT Version 5.1

Suddenly, I started getting this error when I run my application:

Resetting source rtsp://XXX 2024-07-25 12:45:49.644 | WARNING | utils.bus_call:bus_call:30 - Warning: gst-stream-error-quark: No data from source rtsp://XXX since last 11 sec. Trying reconnection (1): /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvdsbins/gstdsnvurisrcbin.cpp(1266): watch_source_status (): /GstPipeline:pipeline0/GstBin:source-bin-0/GstDsNvUriSrcBin:uri-decode-bin 2024-07-25 12:45:49.645 | WARNING | utils.probe_util:on_warning:536 - ------> uri-decode-bin 2024-07-25 12:45:49.646 | WARNING | utils.bus_call:bus_call:30 - Warning: gst-resource-error-quark: Could not open resource for reading and writing. (7): gstrtspsrc.c(7893): gst_rtspsrc_retrieve_sdp (): /GstPipeline:pipeline0/GstBin:source-bin-0/GstDsNvUriSrcBin:uri-decode-bin/GstRTSPSrc:src: Failed to connect. (Generic error)

This happens when I application tries to connect to RTSP stream, after this warning FPS is 0 and no frames are processed. It only happens with RTSP stream, when I feed the video file into the app it works correctly and there’s no error. Pipeline is similar to deepstream test 3 example.

How can I get pipeline working again?

from the log “Failed to connect. (Generic error)”, it is because the app can’t connect to the rtsp server. you can some thirdparty tools to check if rtsp can be played on the machine where you are testing DeepStream.

It was a hardware failure. Cameras stopped working. Thank you.

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