Adding source group, source-list and source-attr-all Groups to deepstreamd

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) H100
• DeepStream Version 6.4
• 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)

I came across this link about adding source group for my multistream deepstream application. May i know are there any reference for the deepstream python app for this? Please advise

1.The configuration is parsed by native code. it’s open source, you can refer it.

/opt/nvidia/deepstream/deepstream-7.0/sources/apps/sample_apps/deepstream-app/deepstream_app_config_parser.c

/opt/nvidia/deepstream/deepstream-7.0/sources/apps/apps-common/src/deepstream_source_bin.c

  1. I think nvmultiurisrcbin is what you want, this element support input multistreams.
    But if you need to support the above features, you need to parse the corresponding configuration file in Python, and then set the corresponding properties of nvmultiurisrcbin.

https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvmultiurisrcbin.html

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 topic was automatically closed 14 days after the last reply. New replies are no longer allowed.