Failed to create element 'src_bin_muxer'

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.3
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.6
**• NVIDIA GPU Driver Version (valid for GPU only)**525.60.13
• Issue Type( questions, new requirements, bugs) question
**• 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)**deepstream-app -c source30_1080p_dec_infer-resnet_tiled_display_int8
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description) None, just finishing installation, run the demo, it complains.
Before open an issue here, I tried to solve this problem myself. After quite a thorough googling, I tried :
rm ${HOME}/.cache/gstreamer-1.0/registry.x86_64.bin
debug gstream by :

export GST_DEBUG=WARNING
deepstream-app -c source30_1080p_dec_infer-resnet_tiled_display_int8

It complains:
0:00:00.007769129 416273 0x55f140a912c0 WARN GST_ELEMENT_FACTORY gstelementfactory.c:467:gst_element_factory_make: no such element factory “nvstreammux”!
** 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

I run deepstream-test1-app 123.mp4, it comlains:
0:00:00.009463954 416472 0x5635900fa560 WARN GST_ELEMENT_FACTORY gstelementfactory.c:467:gst_element_factory_make: no such element factory “nvv4l2decoder”!
0:00:00.009488977 416472 0x5635900fa560 WARN GST_ELEMENT_FACTORY gstelementfactory.c:467:gst_element_factory_make: no such element factory “nvstreammux”!
One element could not be created. Exiting.

Seems the nvstreammux thing losts. I asked chatGPT, it says that this thing belongs to DeepStream. How to fix that? All related stupied answers already checked, so forget about it.
As a Linux expert, installing your product wasts me one whole day, what you say?

version-related information are as follows:
└──╼ #deepstream-app --version-all
deepstream-app version 6.3.0
DeepStreamSDK 6.3.0
CUDA Driver Version: 12.0
CUDA Runtime Version: 12.0
TensorRT Version: 8.6
cuDNN Version: 8.9
0:00:00.008842579 414583 0x55db7ab80d50 WARN GST_ELEMENT_FACTORY gstelementfactory.c:467:gst_element_factory_make: no such element factory “nvdewarper”!
Dewarper: not found

The version of gstreamer installed in 1.18, not 1.16. DeepStream6.3 requires gstreamer 1.16, it shall be forward-compatible, right?
└──╼ #deepstream-app --gst-version
GStreamer Core Library version 1.18.4

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)

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

What is your OS?

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