Deepstream enter RTSP error

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)jetson nano
**• DeepStream Version5.1
**• JetPack Version (valid for Jetson only)32.5.1
**• TensorRT Version7.1

error: No supported authentication protocol was found

This may be caused by your RTSP server, please check your RTSP server.

my RSTP stream is OK, I can get it through opencv, but not gstream

opencv is quite different to gstreamer.

You can use gst-launch pipeline to try your rtsp stream first.

gst-launch-1.0 --gst-debug=rtspsrc:5 rtspsrc location=rtsp://xxxxx ! decodebin ! fakesink sync=0

Still not, my original RSTP has been skipped, and the error is reported as follows:

rtspsrc0> redirection to rtsp://xx.213.16.22:20005/vu-tkkessc632m8d
rtspsrc gstrtspsrc.c:8617:gst_rtspsrc_uri_set_uri: parsing URI
rtspsrc gstrtspsrc.c:8624:gst_rtspsrc_uri_set_uri: configuring URI
rtspsrc gstrtspsrc.c:8640:gst_rtspsrc_uri_set_uri: set uri: rtsp://xx.213.16.22:20005/vu-tkkessc632m8d
rtspsrc gstrtspsrc.c:8642:gst_rtspsrc_uri_set_uri: request uri is: rtsp://xx.213.16.22:20005/vu-tkkessc632m8d
rtspsrc gstrtspsrc.c:7364:gst_rtspsrc_retrieve_sdp: Now using version: 1.0
rtspsrc gstrtspsrc.c:6224:gst_rtspsrc_parse_methods: could not get OPTIONS
rtspsrc gstrtspsrc.c:7371:gst_rtspsrc_retrieve_sdp: create describe…
rtspsrc gstrtspsrc.c:7388:gst_rtspsrc_retrieve_sdp: send describe…
rtspsrc gstrtspsrc.c:476:default_before_send: default handler
rtspsrc gstrtspsrc.c:476:default_before_send: default handler
Progress: (open) Retrieving media info
rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send: sending message
rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response: received response message
rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response: got response message 404
rtspsrc gstrtspsrc.c:5829:gst_rtspsrc_setup_auth: error: No supported authentication protocol was found
rtspsrc gstrtspsrc.c:6112:gst_rtspsrc_send: error: Not found
rtspsrc gstrtspsrc.c:6112:gst_rtspsrc_send: error: Not found (404)

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

Your rtsp sever response “error 404” to the request. Please check your rtsp server.

vlc play is ok!

Gstreamer rtspsrc strictly follows RFC 2326 while vlc can support some extensions. They are different. Please google for the rtspsrc issue. It has nothing to do with deepstream.

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