NGC L4T Containers with deepstream 6 applications

uname -a
Linux nvidia 4.9.253-tegra #1 SMP PREEMPT Mon Jul 26 12:19:28 PDT 2021 aarch64 aarch64 aarch64 GNU/Linux

docker call
sudo docker run -it --rm --net=host --runtime nvidia -e DISPLAY=$DISPLAY -v /home/nvidia/ds_libraries:/workspace/ds-libs -v /tmp/.X11-unix/:/tmp/.X11-unix nvcr.io/nvidia/deepstream-l4t:6.0-triton

Platform:
Nvidia Xavier NX

Hi there

I am trying to containerize a deepstream 6 application. I am using the nvcr.io/nvidia/deepstream-l4t:6.0 containers to try to run the deepstream 6.0 application. Inside the container, we are getting this error when running the following command:
deepstream-test1-app …/samples/streams/sample_720p.mp4

0:00:00.109207330 161 0x3a9e8c00 WARN GST_ELEMENT_FACTORY gstelementfactory.c:456:gst_element_factory_make: no such element factory “nvstreammux”!

This error is mirroring when we try to use any of the l4t deepstream containers.

Thanks for your time

Hi,
Please refer to steps in
Docker Containers — DeepStream 6.1.1 Release documentation
to set up docker and run DeepStream SDK.

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