I’m trying to use gstreamer for reading the RTSP streaming. I am facing an authentication plugin missing issue. Any Fix ?
Not Working:
gst-launch-1.0 rtspsrc location=rtspt://user:psw@192.168.1.2 ! decodebin ! nvvidconv ! video/x-raw, format=BGRx ! videoconvert ! xvimagsink
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not open resource for reading.
Additional debug info:
gstrtspsrc.c(5829): gst_rtspsrc_setup_auth (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
No supported authentication protocol was found
Simple capture using CPU is Working but it consumes CPU load.