DeepStream-6.1.1-devel (docker v20.10): Multiple shared object files are missing

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) - RTX A5000
• DeepStream Version - DeepStream v6.1.1
• JetPack Version (valid for Jetson only) - NA
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) 515.65.01
• Issue Type( questions, new requirements, bugs) - Questions
• 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)

CUDA Version - 11.7

Hi am using dockerised deepstream:6.1.1-devel for development, and tried runing sample apps available under “/opt/nvidia/deepstream/deepstream-6.1/sources/apps/sample_apps/deepstream-test1”.

I have followed README provided to build sample. Upon running with
./deepstream-test1-app dstest1_config.yml got the following error.

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.436: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstchromaprint.so’: libavcodec.so.58: cannot open shared object file: No such file or directory

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.471: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_deepstream_bins.so’: libcuda.so.1: cannot open shared object file: No such file or directory

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.471: 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

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.472: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libgstnvvideoconvert.so’: libcuda.so.1: cannot open shared object file: No such file or directory

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.472: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_eglglessink.so’: libcuda.so.1: cannot open shared object file: No such file or directory

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.484: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dewarper.so’: libcuda.so.1: cannot open shared object file: No such file or directory

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.485: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_preprocess.so’: libcuda.so.1: cannot open shared object file: No such file or directory

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.486: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistream.so’: libcuda.so.1: cannot open shared object file: No such file or directory

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.487: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistreamtiler.so’: libcuda.so.1: cannot open shared object file: No such file or directory

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.512: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_tracker.so’: libcuda.so.1: cannot open shared object file: No such file or directory

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.543: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so’: libcuda.so.1: cannot open shared object file: No such file or directory

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.544: 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

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.544: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libcustom2d_preprocess.so’: libcuda.so.1: cannot open shared object file: No such file or directory

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.546: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_nvblender.so’: libcuda.so.1: cannot open shared object file: No such file or directory

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.547: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dsexample.so’: libcuda.so.1: cannot open shared object file: No such file or directory
One element could not be created. Exiting.

Hi there is Some progress here.

  • Am using devcontainer setup for Deockerised development using VS Code.
  • As per the document, --gpus all args need to be added into devcontainer.json file.
    I was able to run python and C++ sample apps after upadating json file.

Only issue now is, Am passing a video file, it is expected that application will run for more than 1/2 frames but it is stopping pipeline after only 2 frames.

Is this expected?

Sorry for the late. I will check and feedback.

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

See the second note on Docker Containers — DeepStream 6.3 Release documentation

(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.512: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_tracker.so’: libcuda.so.1: cannot open shared object file: No such file or directory

Can you find libcuda.so.1?

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