• Hardware Platform (Jetson / GPU) Jetson AGX Orin
• DeepStream Version 6.1
• JetPack Version (valid for Jetson only) 5.0.1
• TensorRT Version 8.4.0
• Issue Type( questions, new requirements, bugs) questions
Hi, I set 4 to batch-size and 40000 to batched-push-timeout for nvstreammux in DeepStream 6.0.1.
[streammux]
gpu-id=0
live-source=0
batch-size=4
batched-push-timeout=40000
width=1920
height=1080
enable-padding=0
nvbuf-memory-type=0
On this configuration, deepstream-application ran successfully when I set 1 input stream(mp4, 25fps).
But, in DeepStream 6.1, the application occured an error that not execute inference and not exit the application on same configuration.
** INFO: <bus_callback:183>: Pipeline running
**PERF: FPS 0 (Avg)
Thu Sep 29 10:47:36 2022
**PERF: 0.00 (0.00)
Thu Sep 29 10:47:41 2022
**PERF: inf (0.60)
Thu Sep 29 10:47:46 2022
**PERF: 0.00 (0.30)
Thu Sep 29 10:47:51 2022
**PERF: 0.00 (0.20)
...
In addition, I set USE_NEW_NVSTREAMMUX=yes and ran the application on same configuration in DeepStream 6.1, then the application ran successfully.
Did the specifications of batched-push-timeout for nvstreammux changed by updating DeepStream 6.1?