Please use English for your topic. The forum users are all over the world and Nvidia engineers are all over the world too. We need a common language to discuss your question and issue.
Thank you!
sorry.
RTSP internal camera frame rate is 25FPS. in deepstream config, I set Set drop-frame-interval = 5 [source]. and in [streammux], set batched-push-timeout=200000 (1s/5=200ms), but automatically changed to 40ms when the program runs. I wonder if I can force use the 200ms set by myself?
[streammux]
gpu-id=1
##Boolean property to inform muxer that sources are live
live-source=1
buffer-pool-size=4
batch-size=4
##time out in usec, to wait after the first buffer is available
##to push the batch even if the complete batch is not formed 1ms = 1000us
batched-push-timeout=200000 #200ms
width=640
height=360
##Enable to maintain aspect ratio wrt source, and allow black borders, works
##along with width, height properties
enable-padding=0
nvbuf-memory-type=0
attach-sys-ts-as-ntp=1
sync-inputs=1
max-latency=0
and I find this message" Adjusting muxer’s batch push timeout based on FPS of fastest source %d" in file /opt/nvidia/deepstream/deepstream-6.0/lib/gst-plugins/libnvdsgst_multistream.so