Jetson Nano - Deepstream (multiple rtsp)

• Hardware Platform (Jetson / GPU)
Jetson Nano Developer Kit
• DeepStream Version

• JetPack Version (valid for Jetson only)
(Jetpack 4.4.1 LT 32.4.4])

• TensorRT Version
7.1.3

• CUDA Version
10.2.89

• cuDNN Version
8.0.0.180

• Issue Type( questions, new requirements, bugs)
Setup 3 RTSP video streams using IP Cam FI9821P+V3, I see 1 video stream, followed by 2 black bars. Need help to resolve, so I could view all the 3 video streams.

The following is my config settings. (DSConfig-CustomVisionAI.txt)
[tiled-display]
enable=1
rows=3
columns=1
width=640
height=480

[source0]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI 4=RTSP 5=CSI
type=4
uri=rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov
uri=rtsp://cam1:paswd123@ipaddress1/videoMain
uri=rtsp://cam2:paswd456@ipaddress2/videoMain

[streammux]
live-source=1
batch-size=2

Set muxer output width and height

width= 1920
height=1080

[primary-gie]
batch-size=2

[tracker]
enable=1

• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
Deploy the following sample app

Intelligent Video Analytics

IP WebCam: FI9821P+V3

• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Appreciate all the support.

Thanks
JagS

one source config only one rtsp link

[source0]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI 4=RTSP 5=CSI
type=4
uri=rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov

[source1]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI 4=RTSP 5=CSI
type=4
uri=rtsp://cam1:paswd123@ipaddress1/videoMain

[source2]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI 4=RTSP 5=CSI
type=4
uri=rtsp://cam2:paswd456@ipaddress2/videoMain

Perfect, it worked like a charm. Thank you very much.

1 Like