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
yuweiw
October 31, 2023, 10:57am
3
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.
yuweiw
October 31, 2023, 11:01am
5
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.
yuweiw
November 7, 2023, 6:57am
7
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.
system
Closed
November 21, 2023, 6:58am
8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.