Module_client is not working with docker

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version - 6.0
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.0.1
• NVIDIA GPU Driver Version (valid for GPU only) 470.57

I am trying to implement azure_protocol_adaptor/module_client .
When I tried to execute from command line like
Command → ./test_azure_iotedge_async libnvds_azure_proto.so
It works and here is Output →

Thread [26991] , Message num 3 : send success. message sent=Hello world
Thread [26993] , Message num 3 : send success. message sent=Hello world
Thread [26990] , Message num 3 : send success. message sent=Hello world

But , When I build a docker from module client and deployed to azure iothub it gives errors like →

unable to open shared library

It’s hard to tell where goes wrong just from the words. we have IoT docker, nvcr.io/nvidia/deepstream:6.0-iot
you also can start with it.

DeepStream IoT docker with deepstream-test5-app installed and all other reference applications removed

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