Deepstream docker run fault

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

We using docker container to run our program. when we built a container and ran the deepstream program, something wrong happend, “no such element factory nvstreammux“. Base docker image is “docker.io/nvidia/cuda:11.4.3-devel-ubuntu20.04“, and we add jetson apt source to install deepstream.

/etc/apt/sources.list.d/nvidia-l4t-apt-source.list

“deb https://repo.download.nvidia.com/jetson/common r35.1 main

deb https://repo.download.nvidia.com/jetson/t234 r35.1 main“

This error was the same as in our deepstream program when we ran deepstream-test3.

We check the gstreamer, and we found a problem, like this:

This fault just happened with the fewer Orin device, while most devices was running well. The operating environment is consistent across all our Orin devices.The same container, the same jetson version, the same deepstream version.

There is DeepStream 6.3 docker for Jetson nvcr.io/nvidia/deepstream:6.3-triton-multiarch. Please use the formal DeepStream docker image.

Please refer to Frequently Asked Questions — DeepStream 6.3 Release documentation

This image looks like work well. Thanks.

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