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?