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