Back to All Guides
codeAugust 9, 20269 min readRTSPLink Dev Team

NVIDIA DeepStream SDK: 16-Camera RTSP Batch Inference on Jetson

Deploy hardware-accelerated Gst-nvstreammux and TensorRT batch inference on NVIDIA Jetson and RTX servers.

#NVIDIA#DeepStream#Jetson#TensorRT#Edge AI
Live Stream Workbench

Need a live RTSP stream link right now to test this setup in VLC or OpenCV?

Test Live Stream

#1DeepStream Source Configuration

Define RTSP sources in DeepStream config_sources.txt:

DeepStream Source Config
[source0]
enable=1
type=4
uri=rtsp://admin:pass@192.168.1.64:554/Streaming/Channels/101
num-sources=1
gpu-id=0
rtsp-reconnect-interval-sec=5

[source1]
enable=1
type=4
uri=rtsp://admin:pass@192.168.1.108:554/cam/realmonitor?channel=1&subtype=0
num-sources=1
gpu-id=0

Ready to test your live RTSP video stream?

Generate free authenticated RTSP links with unlimited bandwidth and inspect frame timestamps in seconds.

Generate Free RTSP Link

Related Tutorials & Setup Guides

View all 100+ guides