The dummy video FPS is 1. Have you follow DeepStream SDK FAQ - Intelligent Video Analytics / DeepStream SDK - NVIDIA Developer Forums to set a proper “batched-push-timeout”?
If the input latency is the highest priority in your case, you may need to set nvstreammux batch size to 1 and process every stream in a separated pipeline to make every stream frames be batched ASAP. The side effect may be more loading to downstream inferencing processing.
State change is needed to change the “batch-size” of “nvstreammux”.
“batched-push-timeout” has already provided the way to adjust actual batch size of nvstreammux output