Can I put rtsp id and password in deepstream_python_apps?

Hello, @dusty_nv, @DaneLLL

  1. Can I put rtsp id and password in deepstream_python_apps?

  2. jetson-inference/aux-streaming.md at master · dusty-nv/jetson-inference · GitHub

At the address above
I found the following part:

Is it possible to stream rtsp (authentication procedure: including id, passwd) from the csi camera in jetson-inference?

Thank you.

Hi,
You can read a RTSP source with id and password. It is supported in rtspsrc plugin. For streaming out with id and password, suggest you go to gstreamer forum to get suggestion. We have similar advice in
How to stream csi camera using RTSP? - #7 by DaneLLL

1 Like

Hi @forumuser, do you mean output RTSP from jetson-inference? It is not currently supported, as GStreamer doesn’t come with the rtsp-server by default and there isn’t an rtsp-server element that can easily be integrated into existing pipelines. See this post for more info:

With jetson-inference, recommend streaming out RTP or RTMP for the time being.

1 Like