NVPARSER: HEVC: Seeking is not performed on IRAP picture

There is also dependencies in the host for the DeepStream L4T docker. What have you installed in the host machine? JetPack version? CUDA version?

Device Specification
**• Hardware Platform (Jetson Xavier NX)
**• Deepstream NGC Container ( DeepStream-l4t container 6.0 samples )
**• JetPack Version 4.6.1 (L4T 32.7.1)
**• CUDA 10.2.300
**• TensorRT Version 8.2.1.8
**• CUDNN : 8.2.1.32

Can “gst-inspect-1.0 nvvideoconvert” get correct result in host?

Yes its working inside host

How did you run the docker?

I am using this following command.

sudo docker run -it --rm --net=host --runtime nvidia -e DISPLAY=$DISPLAY -w /root/final -v /tmp/.X11-unix/:/tmp/.X11-unix --mount type=bind,source=“$HOME/final”,target=/root/final nvcr.io/nvidia/deepstream-l4t:6.0-samples

Seems the command is OK. Please try the instruction in this link: DeepStream-l4t | NVIDIA NGC

I am following the instructions from this link it does not solves the issue because there is no issue with running the container because I have installed deepstream properly by following the link you provided and I get same error whether I run the command inside the container or just normally.


It is the same error which I was getting by running the command inside the deepstream container. I dont think there is any issue with deepstream and its installation.