Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) :Jetson Orin Nano 4G
• DeepStream Version:6.2
• JetPack Version (valid for Jetson only):5.1.4
• Issue Type( questions, new requirements, bugs):questions
• 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)、
I modified the code based on the deepstreamtest4 demo
My problem is that when my single model detects 8 RTSP streams, there is an alarm that the decoder is producing too many buffers, and then there is a significant delay in the pipeline after running for 5 minutes
8 RTSP streams are connected to Streammux, and the pipeline structure is: nvurisrcbin–>videorate–>nvstreammux–>nvinfer–>queue1–>nvvideoconvert–>queue2–>capsfilter–>queue3–>fakesink. Why set the videorate? It is because when multiple models detect the same RTSP stream, the stream is split by TEE, and then the same stream can achieve different frame extraction intervals for different models by controlling “max rate” and “drop only”**
my pipeline log:
log1.txt (28.8 KB)
I would greatly appreciate it if all the experts and official professionals could help me solve this problem. Thank you