Unable to perform analytics on RTSP streams

• Hardware Platform (Jetson / GPU) - Jetson Nano
• DeepStream Version 5
• JetPack Version (valid for Jetson only) 4.4
• TensorRT Version - 7.1

I have been trying to run deepstream app over local RTSPs. I am getting the following error -

** INFO: <reset_source_pipeline:1183>: Resetting source 1
** WARN: <cb_rtspsrc_select_stream:486>: JPEG not supported
ERROR from src_elem1: 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(7052): gst_rtspsrc_setup_streams_start (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin1/GstRTSPSrc:src_elem1

How to resolve this ?

Hi,
Please try this sample:

deepstream-5.0\sources\apps\sample_apps\deepstream-nvdsanalytics-test

If you can launch the source with uridecodebin ! nvoverlaysink, you should be able to run the sample. Please give it a try.

I am trying to run the RTSPs using default deepstream app and was not able to do so. I will try to run the sample app.