RTP Stream

Hardware Platform: Jetson nano
DeepStream Version: 6.0
JetPack Version: 4.6.1

How can I subscribe an RTP stream in deepstream config. I have added a source with RTSP and got this error:
No valid RTSP URL was provided

and I changed it to URI and got this error:
EERROR from src_elem: No URI handler implemented for “rtp”.

The URI:
uri=rtp://192.168.20.3:11024

Note: RTSP not RTP

Deepstream is based on Gstreamer. You can refer to the rtp support in Gstreamer..

rtp://192.168.20.3:11025

I tried uri and rtsp and it did not work.

Can you describe the method you used to build an RTP stream?

Please make sure that I want to use it as a source in the source group in my config file.

The video is streaming and I could see it through rtp://192.168.20.3:11025 using VLC media player.

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

Yes. Can you provide a method for building RTP streams? So we can try to reproduce the problem.

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