How to set rtsp source in deepstream-test5 app?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
3080 ti
• DeepStream Version
6.1 triton
• NVIDIA GPU Driver Version (valid for GPU only)
470.74

Hello,

I want to use rtsp streaming as source for deepstream-test5 app

this is my config file setting

[source0]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI
type=4
uri=rtsp://192.168.0.11:8554/test
num-sources=1
gpu-id=0
nvbuf-memory-type=0

but the following error occurred

ERROR from src_elem0: No supported stream was found. You might need to allow more transport protocols or may otherwise be missing the right GStreamer RTSP extension plugin.
Debug info: gstrtspsrc.c(7452): gst_rtspsrc_setup_streams_start (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstRTSPSrc:src_elem0
** INFO: <reset_source_pipeline:1572>: Resetting source 0
ERROR from src_elem0: No supported stream was found. You might need to allow more transport protocols or may otherwise be missing the right GStreamer RTSP extension plugin.
Debug info: gstrtspsrc.c(7452): gst_rtspsrc_setup_streams_start (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstRTSPSrc:src_elem0

how can i set it up?

Can you play the rtsp stream mentioned in the config file through vlc?

yes

I checked that the stream runs fine through vlc

and when I set source type=2, it played well
but type=4, that error occured

gst-play-1.0 rtsp://192.168.0.11:8554/test --gst-debug-level=5 to get more debug log.

Do I need to change the code to use rtsp as source?

No.

this is recently error

Raise the debug level to 5 to get more log.

Thank you

How to save level5 logs?

GST_DEBUG=5 app

There is no update from you for a period, assuming this is not an issue anymore.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

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