This is a sample application for counting people entering/leaving in a building using NVIDIA Deepstream SDK, Transfer Learning Toolkit (TLT), and pre-trained models. This application can be used to build real-time occupancy analytics applications for smart buildings, hospitals, retail, etc. The application is based on deepstream-test5 sample application.
RTSP URL is streaming via a VLC player . However the same RTSP URL throws a Unauthorized 401 error when streamed via deep stream sdk
Unauthorized (401)
ERROR from src_elem4: No supported stream was found. You might need to allow more transport protocols or may otherwise be missing the right GStreamer RTSP extension plugin.
Debug info: gstrtspsrc.c(7052): gst_rtspsrc_setup_streams_start (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin14/GstRTSPSrc:src_elem14
ERROR from src_elem15: Unauthorized
Debug info: gstrtspsrc.c(6116): gst_rtspsrc_send (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin15/GstRTSPSrc:src_elem5:
Unauthorized (401)
RTSP URL is streaming via a VLC player . However the same RTSP URL throws a Unauthorized 401 error when streamed via deep stream sdk
Unauthorized (401) ERROR from src_elem4: No supported stream was found. You might need to allow more transport protocols or may otherwise be missing the right GStreamer RTSP extension plugin. Debug info: gstrtspsrc.c(7052): gst_rtspsrc_setup_streams_start (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin14/GstRTSPSrc:src_elem14 ERROR from src_elem15: Unauthorized Debug info: gstrtspsrc.c(6116): gst_rtspsrc_send (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin15/GstRTSPSrc:src_elem5: Unauthorized (401)
Thanks in advance for any suggested solution