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.
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