Deepstream 6.2 with rtsps stream?

How to run deepstream sample apps with rtsps streams?

The changes require setting tls validation flags in gstreamer rtspsrc plugin. Apart from this the stream needs certificates to be set? How does someone access such a stream in deepstream or a sample gst-launch pipeline?

this is a sample stream endpoint that I have currently,

rtsps://10.104.246.100:7441/ubmw2T1MVlvUwDiR?enableSrtp

I’ve currently tested the same with the following pipeline too

gst-launch-1.0 rtspsrc location="rtsps://192.168.0.40:30322/stream-eo" tls-validation-flags=4 latency=100 ! rtph264depay ! queue ! h264parse ! nvv4l2decoder ! nvvideoconvert ! nveglglessink

This stream is accessible in ffmpeg, however I can’t seem to find how to setup the access to the same using gstreamer pipeline.

Any help would be appreciated. Thanks

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

You may raise the requirement to the GStreamer community. Contributing to GStreamer

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