"minimum latency bigger than maximum latency" for plugins where latency cannot be configured

Please provide complete information as applicable to your setup.

• Hardware Platform Jetsion AGX
• DeepStream Version 6.3
• JetPack Version R35 4.1

Using nvurisrcbin to connect to an RTSP stream, which then goes to nvstreammux->nvinfer->appsink, similar to deepstream-test3

When running I see the following errors at the start.

0:00:08.535052270 1404775 0xfffed002af00 ERROR               GST_PADS gstpad.c:3352:gst_pad_query_latency_default:<uri-decode-bin:vsrc_0> minimum latency bigger than maximum latency
0:00:08.535645162 1404775 0xfffed002af00 ERROR               GST_PADS gstpad.c:3352:gst_pad_query_latency_default:<source-bin-00:src> minimum latency bigger than maximum latency
0:00:08.535873717 1404775 0xfffed002af00 ERROR               GST_PADS gstpad.c:3352:gst_pad_query_latency_default:<queue_element:src> minimum latency bigger than maximum latency
0:00:08.535916887 1404775 0xfffed002af00 ERROR               GST_PADS gstpad.c:3352:gst_pad_query_latency_default:<stream-muxer:src> minimum latency bigger than maximum latency

This seems to want me to adjust the minimum or maximum latency values, but the only plugin that has a relevant property is nvstreammux-new, which seems to be only used if “sync-inputs is on”

What is the source of this error, and how do change my configuration to resolve it?

Maybe you need to add queue after nvurisrcbin for such live stream.

Thank you, I will look into that and respond

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.