Deepstream

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi i want to use rtsp that contain (&) on it so how can i use this rtsp in deepstream binding
I have a correct pipeline and it works witout & but when i change it to that rtsp
deepstream thinks it’s a different thing and seprate it from rtsp so i got rtsp bad request error
How can i fix it?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)

• DeepStream Version

• JetPack Version (valid for Jetson only)

• TensorRT Version

• NVIDIA GPU Driver Version (valid for GPU only)

• Issue Type( questions, new requirements, bugs)

• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)

• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Deepstream 7
GPU T4,A5000
driver version : 525.183.01
trt : 8.6.1.6.1+cuda12.0
cuda : 12.2
my rtsp uri contain ampersand(&) how can i use it in nvurisrcbin when i am working with deepstream binding python . more detail exist in my first message

could you share the whole log including that “rtsp bad request error”? if testing the rtsp url with (&), can the following cmd work well?
gst-launch-1.0 -v nvurisrcbin uri=rtsp://xxx ! fakesink

nope i have the same error and i even use this command multiple times without (“”) and with (“”) too
altough ffmplay work corectly by using (“”) unlike deepstream

can the following cmds work? please refer to this topic.

gst-launch-1.0 rtspsrc location=rtsp://address ! fakesink
gst-launch-1.0 rtspsrc location='rtsp://address'  ! fakesink

i have gotten same error but i found the problem it works in gstreamer 2.22.6 pls update your installation guide for ubuntu 22

Thanks for the update!

  1. the latest gstreamer version is 1.24.6 . please refer to the link. what do you mean about “gstreamer 2.22.6” ?.
  2. about “it works”, how did you test? could you share the test pipeline? Thanks!

1.22.6*
i install gsttreamer version 1.22.6 and it works

my pipeline was your last bash code

1 Like

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