• Hardware Platform (Jetson / GPU) NVIDIA GeForce RTX 3090 Ti • DeepStream Version 7.1 • JetPack Version (valid for Jetson only) • TensorRT Version 10.3.0.26 • NVIDIA GPU Driver Version (valid for GPU only) 550.163.01 • Issue Type( questions, new requirements, bugs) questions • How to reproduce the issue ? • Requirement details
Hi all,
I am setting GPU=1 to use specific GPU instead of GPU_ID number zero.
Setting pipeline to PAUSED ...
Failed to query video capabilities: Invalid argument
Failed to query video capabilities: Invalid argument
Failed to query video capabilities: Invalid argument
Pipeline is live and does not need PREROLL ...
Progress: (open) Opening Stream
Progress: (open) Opening Stream
Pipeline is PREROLLED ...
Prerolled, waiting for progress to finish...
Progress: (connect) Connecting to rtsp://localhost:8554/stream1
Progress: (connect) Connecting to rtsp://localhost:8554/mystream
Progress: (open) Retrieving server options
Progress: (open) Retrieving server options
Progress: (open) Retrieving media info
Progress: (open) Retrieving media info
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1: Could not open resource for reading.
Additional debug info:
../gst/rtsp/gstrtspsrc.c(6427): gst_rtspsrc_setup_auth (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1:
No supported authentication protocol was found
ERROR: pipeline doesn't want to preroll.
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1: Not found
Additional debug info:
../gst/rtsp/gstrtspsrc.c(6736): gst_rtspsrc_send (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1:
Not Found (404)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not write to resource.
Additional debug info:
../gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
Could not send message. (Received end-of-file)
ERROR: pipeline doesn't want to preroll.
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not write to resource.
Additional debug info:
../gst/rtsp/gstrtspsrc.c(7671): gst_rtspsrc_setup_streams_start (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
Could not send message. (Received end-of-file)
ERROR: pipeline doesn't want to preroll.
Freeing pipeline ...
The log has told you the reason of failure, ‘ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1: Could not open resource for reading.’. Please check your RTSP stream “rtsp://localhost:8554/mystream” and “rtsp://localhost:8554/stream1”. rtspsrc is just a RTSP client.
NO. The graph shows the connection failed. There is something wrong with your source.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
The DeepStream pipeline is functioning correctly in my environment. However, I would like to modify the GPU ID within the pipeline configuration without using the terminal command export CUDA_VISIBLE_DEVICES=1.
If I have multiple NVIDIA RTX 3080 Ti graphics cards, how should I specify which device to activate in the code? Does configuring the gpu-id in the settings property achieve this?
Setting pipeline to PAUSED … Failed to query video capabilities: Invalid argument Failed to query video capabilities: Invalid argument Failed to query video capabilities: Invalid argument Pipeline is live and does not need PREROLL … Progress: (open) Opening Stream Progress: (open) Opening Stream Pipeline is PREROLLED … Prerolled, waiting for progress to finish… Progress: (connect) Connecting to rtsp://localhost:3000/mystream1 Progress: (connect) Connecting to rtsp://localhost:3000/mystream Progress: (open) Retrieving server options Progress: (open) Retrieving server options Progress: (open) Retrieving media info Progress: (open) Retrieving media info ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1: Could not open resource for reading. Additional debug info: ../gst/rtsp/gstrtspsrc.c(6427): gst_rtspsrc_setup_auth (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1: No supported authentication protocol was found ERROR: pipeline doesn’t want to preroll. Setting pipeline to NULL … ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1: Not found Additional debug info: ../gst/rtsp/gstrtspsrc.c(6736): gst_rtspsrc_send (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1: Not Found (404) ERROR: pipeline doesn’t want to preroll. ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not write to resource. Additional debug info: ../gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not send message. (Received end-of-file) ERROR: pipeline doesn’t want to preroll. ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not write to resource. Additional debug info: ../gst/rtsp/gstrtspsrc.c(7671): gst_rtspsrc_setup_streams_start (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not send message. (Received end-of-file) ERROR: pipeline doesn’t want to preroll. Freeing pipeline …