Blacklisted plugin,How to deal with it

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) gpu
• DeepStream Version 6.1.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.4.1.5
• NVIDIA GPU Driver Version (valid for GPU only) Driver Version: 515.86.01
• 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)


Execute the gst-inspect-1.0 -b command after Install Dependencies and deepstream,How do?

(base) lxy@lxy:~$ gst-inspect-1.0 -b
Blacklisted files:
  libcustom2d_preprocess.so
  libgstmsdk.so
  libnvdsgst_3dfilter.so
  libnvdsgst_deepstream_bins.so
  libnvdsgst_infer.so
  libnvdsgst_inferaudio.so
  libnvdsgst_inferserver.so
  libnvdsgst_msgconv.so
  libnvdsgst_multistream.so
  libnvdsgst_ucx.so
  libnvdsgst_udp.so

Total count: 11 blacklisted files
(base) lxy@lxy:~$ gst-inspect-1.0 libcustom2d_preprocess.so
Plugin Details:
  Name                     libcustom2d_preprocess.so
  Description              Plugin for blacklisted file
  Filename                 /usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libcustom2d_preprocess.so
  Version                  0.0.0
  License                  BLACKLIST
  Source module            BLACKLIST
  Binary package           BLACKLIST
  Origin URL               BLACKLIST
  0 features:

When I finished uninstalling deepstream.

(base) lxy@lxy:~$ gst-inspect-1.0 -b
Blacklisted files:
  libgstmsdk.so

Total count: 1 blacklisted file
(base) lxy@lxy:~$

These plugins have special SW or HW dependencies. Your platform does not support the specific plugins will not impact the basic functions of DeepStream.

E.G. gst-nvdsudpsrc plugin is based on NVIDIA Mellanox Rivermax SDK and GPUDirect RDMA platform. Such information can be found in the document.

Which plugin in the blacklist do you want to use?

I just added two plugin and now the program is ready to run.Thank you!

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