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