How to input the RTSP stream to deepstream in the P4

Is there any plan to RTSP URL interface in NVIDIA Tesla DeepStream?
I want to input the RTSP stream to deepstream in the P4. Because I need HW acceleration decoding H264 in the P4.
I want to attach the rtsp stream usecase to nvDecInfer_detection sample.

Thanks

Hi wwlaoxi,

Could you change the config file in deepstream:
[source0]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI
type=3
uri=file://…/…/streams/sample_720p.mp4 >> change this to RTSP URL.
num-sources=4
gpu-id=0

Thanks
wayne zhu

As long as your stream’s codec type is h264/5, it will use hw decode automaticly.

Is it possible to sink deepstream with rtph265pay?

Hi Ketchup,
Yes, do you see some issue when try with rtph265pay?

Thanks
wayne zhu

Hi waynezhu, I really mean sink and not source rtsp.
How should I configure this in deepstream’s config file?

I just found in this post that it seems not yet implemented: https://devtalk.nvidia.com/default/topic/1035767/deepstream-rtsp-augmented-output-stream-/

Thanks