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)