Please provide complete information as applicable to your setup.
**• Hardware Platform (Jetson / GPU)**Jetson • DeepStream Version 6.3 • JetPack Version (valid for Jetson only) 5.1.2 • 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 just follow this topic, and I want to know where I can get the source code and how I recomplile it. I also meet the same issue.
It seems deepstream 6.3 doesn’t support to configure client-id, and 6.4 can support that. If I want to copy libnvds_mqtt_proto.so from 6.4 to 6.3, is it feasible what else I shall do changes?
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)
you can use /opt/nvidia/deepstream/deepstream/sources/libs/mqtt_protocol_adaptor/test_mqtt_proto_async.cpp to to test. it is a so test tool. please refer to the readme and the topic in the issue description.
because of the jetson device limition, I can only use DS 6.3. And about customize protocol adapter, it seems much difficult for me if there is no example.
it seems that dlopen so failed. could you share the result of “ldd /opt/nvidia/deepstream/deepstream/lib/libnvds_mqtt_proto.so” ? please execute “export LD_LIBRARY_PATH=/opt/nvidia/deepstream/deepstream/lib/:$LD_LIBRARY_PATH” , then try again.