I adding RTSP url’s as input
#Type - 1=CameraV4L2 2=URI 3=MultiURI 4=RTSP
when I select multiuri(3) RTSP input works but when I select RTSP(4) it fails.
can you explain to me, please
I adding RTSP url’s as input
#Type - 1=CameraV4L2 2=URI 3=MultiURI 4=RTSP
when I select multiuri(3) RTSP input works but when I select RTSP(4) it fails.
can you explain to me, please
Hi,
Please refer to source code:
deepstream_sdk_v4.0.1_jetson\sources\apps\apps-common\src\deepstream_source_bin.c
For type=3, it uses uridecodebin directly. For type=4, it constructs
rtspsrc ! rtph264depay ! queue ! decodebin
Maybe your source is h265 stream, hence it does not work in setting ‘type=4’?
Thanks Dane
Yes we are using H265