Nvstreammux is blacklisted : undefined symbol: gst_nvevent_new_stream_start

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU): GPU (T4)
• DeepStream Version (6.1.0)
• JetPack Version (valid for Jetson only)
• TensorRT Version (8.4.1.5) (Official is 8.2.5.1 but that works for cuda <=11.5)
• NVIDIA GPU Driver Version (valid for GPU only) 510.47.03
• Issue Type( questions, new requirements, bugs) 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)

nvstreammux not working

gst-inspect-1.0 --version
GStreamer 1.16.3 (cannot get 1.16.2 as mentioned in compatibility chart)
gst-inspect-1.0 version 1.16.3
GStreamer 1.16.3
https://launchpad.net/distros/ubuntu/+source/gstreamer1.0

libnvdsgst_multistream.so is blacklisted
gst-inspect-1.0 -b
Blacklisted files:
libnvdsgst_ucx.so
libnvdsgst_multistream.so
libcustom2d_preprocess.so
libnvdsgst_udp.so
libnvdsgst_inferserver.so

Output of gst-inspect-1.0 /usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistream.so shows:
(gst-inspect-1.0:11886): GStreamer-WARNING **: 01:46:43.257: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistream.so’: /usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistream.so: undefined symbol: gst_nvevent_new_stream_start

Could not load plugin file: Opening module failed: /usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistream.so: undefined symbol: gst_nvevent_new_stream_start

I have uninstalled and reinstall cuda 11.6, driver 510.47.03 multiple times
Also executed this line multiple times: rm ~/.cache/gstreamer-1.0/registry.x86_64.bin

-------- Executing the built in App -------
deepstream-app -c source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt

** ERROR: <create_multi_source_bin:1457>: Failed to create element ‘src_bin_muxer’

** ERROR: <create_multi_source_bin:1550>: create_multi_source_bin failed

** ERROR: <create_pipeline:1327>: create_pipeline failed

** ERROR: main:697: Failed to create pipeline

Quitting

App run failed

Can you get output from below command line ?

 readelf -W -s /opt/nvidia/deepstream/deepstream/lib/libnvdsgst_helper.so|grep gst_nvevent_new_stream_start

I think your deepstream is missing some shared libraries.

Can you upgrade to version 6.3? It’s the latest version, a lot of bugs have been fixed.

96: 00000000000046b0 89 FUNC GLOBAL DEFAULT 14 gst_nvevent_new_stream_start

Can I download something to fix it so I can buy some time and upgrade to 6.3?

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

try install.sh in /opt/nvidia/deepstream/deepstream . Or you can try docker.

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