Paho mqtt insallation in deepstream docker

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) RTX4080
• DeepStream Version nvcr.io/nvidia/deepstream:7.0-triton-multiarch

I am using paho mqtt for one of my deepstream projects.
It was fine to use in local deepstream installation.
But in docker, I can install but when run to test the following command

paho_c_sub -t my_topic --connection tcp://localhost:1883
I have Connect failed, rc Failure

Tried a few options like, but all failed. What did I do wrong?

seems it is the network issue. please refer to the doc to start docker.

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