Hi everyone,
I’m trying to connect an IP camera to my Jetson nano device.
The camera information is:
brand: Dahua
model: IPC-HDW1230T1-S4
I’m trying the following gstreamer command.
$ gst-launch-1.0 rtspsrc location=rtsp://user:password@192.168.1.108:554 ! fakesink
But I get the error:
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://admin:12345678W@192.168.1.108:554
Progress: (open) Retrieving server options
Progress: (open) Retrieving media info
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
ERROR: pipeline doesn't want to preroll.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
I have been reading similar topics in the forum but non of them have worked for me so far, maybe is the camera brand.
Could someone help me make it works.
Thanks a lot.