DeepStream test2 app, Cant load video stream

• Hardware Platform (Jetson / GPU) GForce 940 M
• DeepStream Version 5.1

I’m using docker image :- nvcr.io/nvidia/deepstream:5.1-21.02-devel

I’m trying to run the deepstream-test2 app. It is not able to find the file ( .mp4)
here are the logs:- ERROR: RunUserCallback:199: No video stream found
I am providing the correct file path.

what is causing the error??

Usage: deepstream-test2-app <elementary H264 filename>

https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_C_Sample_Apps.html#c-c-sample-apps-source-details
This sample need raw H264 video, mp4 is not supported.

Please refer to the source code too.

I have made changes to the app to accept the .mp4 files as well.
The reason it cant find the video is because, **X11 error: BadAccess (attempt to access private resource denied)

Even manually I cant access the video file when I’m on the docker container.

The sample can run on our platform normally. Nobody can tell the reason of your failure without any useful clue.

okay. thanks!!

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