Cannt add rtsp stream to deepstream python pipeline

Please provide complete information as applicable to your setup.

Jetson AGX 64Gb
Deepstream 6.4
JetPack 6.0 DP
Tensorrt 8.6

I am trying to set up a pipeline in python with multiple input rtsp streams, following the
deepstream-imagedata-multistream example. After setting up the pipeline , as described in that example, with a single stream, I get this error:

Error: gst-resource-error-quark: Could not open resource for reading. (5): ../gst/rtsp/gstrtspsrc.c(6427): gst_rtspsrc_setup_auth (): /GstPipeline:pipeline0/GstBin:source-bin-00/GstURIDecodeBin:uri-decode-bin/GstRTSPSrc:source:
No supported authentication protocol was found

However

gst-launch-1.0 playbin uri=rtsp://192.168.1.3:31554/nvstream/root/store/nvstreamer_videos/10_ann.mov

works just fine and plays back the video (which is streamed via NVstreamer from the same device)

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

Is there a password for this rtsp stream ?

gst-launch-1.0 rtspsrc location=rtsp://username:password@rtspstream ! fakesink

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