Deepstream-rtsp-in-rtsp-out : VLC is unable to open the MRL ‘rtsp://192.168.10.138:8554/ds-test’

Please provide complete information as applicable to your setup.
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) nano
• DeepStream Version 7.0
• JetPack Version (valid for Jetson only) 6.0
• TensorRT Version 8.6.2.3-1+cuda12.2
• NVIDIA GPU Driver Version (valid for GPU only) NVIDIA-SMI 540.2.0
• Issue Type( questions, new requirements, bugs)

When I run :

python3 deepstream_test1_rtsp_in_rtsp_out.py -i file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.mp4 -g nvinfer

Code is running, but unable to see output.

Log is here:
log-0903.txt (18.4 KB)

gst-launch-1.0 rtspsrc location=rtsp://192.168.10.138:8554/ds-test ! decodebin ! autovideosink
Setting pipeline to PAUSED …
Pipeline is live and does not need PREROLL …
Progress: (open) Opening Stream
Pipeline is PREROLLED …
Prerolled, waiting for progress to finish…
Progress: (connect) Connecting to rtsp://192.168.10.139:8554/ds-test
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not open resource for reading and writing.
Additional debug info:
…/gst/rtsp/gstrtspsrc.c(8130): gst_rtspsrc_retrieve_sdp (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
Failed to connect. (Generic error)
ERROR: pipeline doesn’t want to preroll.
Setting pipeline to NULL …
Freeing pipeline …

Deepstream use hardware decoder as default. so autovideosink can’t negotiate with decodebin

gst-launch-1.0 uridecodebin uri=rtsp://xxxx:8554/ds-test ! nv3dsink

Or

gst-launch-1.0 rtspsrc location=rtsp://10.19.226.209:8554/ds-test ! decodebin ! nv3dsink