Failure While Running DeepStream-App

Hello Community.

I am having this error
(gst-plugin-scanner:9671): GStreamer-WARNING **: 09:29:43.103: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so’: librivermax.so.0: cannot open shared object file: No such file or directory
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100

(gst-plugin-scanner:10778): GStreamer-WARNING **: 09:31:58.668: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_ucx.so’: libucs.so.0: cannot open shared object file: No such file or directory
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100

(gst-plugin-scanner:11193): GStreamer-WARNING **: 09:32:52.346: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so’: libtritonserver.so: cannot open shared object file: No such file or directory
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
nvbufsurftransform:cuInit failed : 100
** ERROR: <create_multi_source_bin:1494>: Failed to create element ‘src_bin_muxer’
** ERROR: <create_multi_source_bin:1582>: create_multi_source_bin failed
** ERROR: <create_pipeline:1576>: create_pipeline failed
** ERROR: main:697: Failed to create pipeline
Quitting
App run failed

Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
• The pipeline being used

Duplicate with this topic.

Are you running in docker?

Can you share your GPU model ,command line and Deepstream version?

This line of error means that your CUDA is not properly installed.

But I followed the installation guide Quickstart Guide — DeepStream 6.3 Release documentation

My DeepStream version is 6.3 and TensoRT is 8.6.1, and I am using a Laptop with GeForce RTX 3080Ti

We have only tested TRT 8.5.3.1 on dGPU , and higher versions may have compatibility issues.

It is recommended to use docker

docker pull nvcr.io/nvidia/deepstream:6.3-triton-multiarch

I just tried the command you sent and this what I am getting: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post “http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/create?fromImage=nvcr.io%2Fnvidia%2Fdeepstream&tag=6.3-triton-multiarch”: dial unix /var/run/docker.sock: connect: permission denied

I am knew to this and dont know how to use docker

Add sudo

sudo docker pull nvcr.io/nvidia/deepstream:6.3-triton-multiarch

Thanks, it is downloading some files. What do I do after downloading?

Run the docker, use as native linux.
You can use google to search for some commands about docker

xhost +
docker run --gpus all -it --rm --net=host --privileged -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream-6.3 nvcr.io/nvidia/deepstream:6.3-triton-multiarch

I fixed the CUDA erro and now I am getting the following error when running the sample

ubuntu@ubuntu-Blade-15-2022-RZ09-0421:/opt/nvidia/deepstream/deepstream-6.3/samples/configs/deepstream-app$ sudo deepstream-app -c source30_1080p_dec_infer-resnet_tiled_display_int8.txt
[sudo] password for ubuntu:
** ERROR: <create_multi_source_bin:1494>: Failed to create element ‘src_bin_muxer’
** ERROR: <create_multi_source_bin:1582>: create_multi_source_bin failed
** ERROR: <create_pipeline:1576>: create_pipeline failed
** ERROR: main:697: Failed to create pipeline
Quitting
App run failed

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

If you execute the following cli, Is there anything like libnvdsgst_multistream.so in the blacklist?

gst-inspect-1.0 -b

Run the install.sh script in /opt/nvidia/deepstream/deepstream to clean cache

then try to excute the deepstream-app.

If it still doesn’t work properly, I think it may be a problem with the GPU driver or CUDA toolkit.

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