How to pass new Streammux config-file-path in nvmultiurisrcbin properties - Deepstream 6.2

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• 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)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi,

I am trying to use new streammux along with nvmultiurisrcbin. However I got an error:

TypeError: object of type GstDsNvMultiUriBin' does not have property config-file-path’

So I tried to understand property setting in deepstream/sources/gst-plugins/gst-nvmultiurisrcbin/gstdsnvmultiurisrcbin.cpp. Here I don’t see config-file-path property related to streammux. So new streammux is not being supported in nvmultiurisrcbin, but docs mention it’s supported.

Am I missing something? Is it really supported?

This property is not implemented. It has been defined in “GstDsNvStreammuxConfig” structure(refer to /opt/nvidia/deepstream/deepstream/sources/includes/gst-nvcommonconfig.h). The nvmultiurisrcbin is open source. You can add this new property and implement the function with the source code.

while compiling gst-nvmultiurisrcbin plugin facing gstdsnvmultiurisrcbin.h:30:10: fatal error: gstdsnvurisrcbin.h: No such file or directory

I couldn’t find gstdsnvurisrcbin.h anywhere in the source code. Any idea where to obtain it?

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This is a bug. Please use the attached header file.
gstdsnvurisrcbin.h (3.3 KB)

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