What value should I pass inside the function for it to take a rtsp stream

source = Gst.ElementFactory.make(“filesrc”, “file-source”)

I am passing RTSP stream as the input source, what argument should I pass instead of filesrc…
What are the things to be included?

filesrc is for local file reading, relevant document can be found at filesrc (gstreamer.freedesktop.org).

You may refer to uridecodebin to open RTSP stream, the relevant deepstream example can be found in example deepstream_test3.

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

The RTSP stream src is supported by gstreamer. There are also samples of RTSP source in deepstream-app sample code. Please make sure you are familiar with GStreamer GStreamer: open source multimedia framework before you start with DeepStream.

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