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