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