Handling RTSP Redirects

Does Nvidia provide any sample apps or reference examples which work with an RTSP server which redirects ?

We are trying to run the reference application with an rtsp source from a VMS server, which has redirection enabled. The reference app returns a 401:unauthorised error on the redirected RTSP URL that the server returns.

It’s my understanding that gst rtspsrc does not natively handle RTSP URL redirection - is there any solution to this other than writing our own gstreamer plugin ?

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)

• Hardware Platform (Jetson / GPU)
Jetson Xavier Nx
• DeepStream Version
DS 6
• JetPack Version (valid for Jetson only)
• TensorRT Version
• Issue Type( questions, new requirements, bugs)
Question/Query

cat /etc/nv_tegra_release:

R32 (release), REVISION: 7.1, GCID: 29818004, BOARD: t186ref, EABI: aarch64, DATE: Sat Feb 19 17:07:00 UTC 2022

How to reproduce:
Use a Genetec media server configured with a failover Media Gateway, configured with multiple servers to allow load balancing and failover of the RTSP connection request coming to the system.

This issue would be outside of Deepstream, You could try asking in the Gstreamer Github or community.

if want to use rtsp source to do inference, please refer to \opt\nvidia\deepstream\deepstream-6.2\sources\apps\sample_apps\deepstream-test3

1 Like

Thanks for the suggestion.

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