Could not read from resource error but streams are all accesible

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson Orin NX 16gb
• DeepStream Version 7.1
• JetPack Version (valid for Jetson only) 6.1
• TensorRT Version 10.7
• NVIDIA GPU Driver Version (valid for GPU only) 540.4.0
• Issue Type( questions, new requirements, bugs)

ERROR from element src_elem0: Could not read from resource.
Error details: ../gst/rtsp/gstrtspsrc.c(5900): gst_rtspsrc_loop_udp (): /GstPipeline:deepstream-tensorrt-openpose-pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstRTSPSrc:src_elem0:
Could not receive message. (System error)

Quitting
Returned, stopping playback

NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
Deleting pipeline
[NvMultiObjectTracker] De-initialized
[NvMultiObjectTracker] De-initialized

(deepstream-parallel-infer:62807): GLib-CRITICAL **: 11:26:27.177: g_async_queue_push: assertion ‘data’ failed

gstreamer_debug.log (176.2 KB)

• 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) not exactly sure
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi everyone! (This is my first post so very sorry if it is not up to standard) I am attempting to make a parallel inference pipeline (two models, 4 input sources) I’m very new to working with deepstream and keep running into issues with not being able to read from input source. I’ve checked and verified the streams using ffplay and a simple gstlaunch pipeline and eventually the pipeline cannot read from source after a reconnect. If anyone has any ideas or could point me in the right direction, that would be awesome! I’ve attached the .dot file and gst log, not sure if I am missing something.

Thanks for any help!

From the log you attached, there are some issues with the video file. Could you just run the command below to narrow down the scope?

gst-launch-1.0 \
uridecodebin uri=<your_video_source> ! fakesink