After running deepstream-app sample app I am getting same error.
root@e2e-96-190:/opt/nvidia/deepstream/deepstream-6.1/samples/configs/deepstream-app# deepstream-app -c source30_1080p_dec_infer-resnet_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
I have checked docker and cuda installations output is as follows:
root@e2e-96-190:~# nvidia-smi
Wed Nov 9 10:49:31 2022
±----------------------------------------------------------------------------+
| NVIDIA-SMI 510.39.01 Driver Version: 510.39.01 CUDA Version: 11.6 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Tesla T4 Off | 00000000:01:01.0 Off | 0 |
| N/A 39C P8 15W / 70W | 14MiB / 15360MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 1906 G /usr/lib/xorg/Xorg 14MiB |
±----------------------------------------------------------------------------+
root@e2e-96-190:~# sudo docker -v
Docker version 20.10.21, build baeda1f
It’s werid that your env have no nvstreammux plugin. There’s something wrong with your own env. You can check it with gst-inspect-1.0 nvstreammux cli by yourself.
root@e2e-96-190:/opt/nvidia/deepstream/deepstream-6.1/sources/apps/sample_apps/deepstream-test5# gst-inspect-1.0 nvstreammux
No such element or plugin ‘nvstreammux’
Basically, all gstreamer plug-ins should have been installed after you start the docker nvcr.io/nvidia/deepstream:6.1.1-devel. Could you try to reinstall it by yourself ? You can refer the link below : dGPU Setup for Ubuntu
root@e2e-96-190:~# nvidia-smi
Mon Nov 14 11:40:25 2022
±----------------------------------------------------------------------------+
| NVIDIA-SMI 510.39.01 Driver Version: 510.39.01 CUDA Version: 11.6 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Tesla T4 Off | 00000000:01:01.0 Off | 0 |
| N/A 40C P8 15W / 70W | 14MiB / 15360MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 1878 G /usr/lib/xorg/Xorg 14MiB |
±----------------------------------------------------------------------------+
root@e2e-96-190:~# nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Fri_Dec_17_18:16:03_PST_2021
Cuda compilation tools, release 11.6, V11.6.55
Build cuda_11.6.r11.6/compiler.30794723_0
root@e2e-96-190:~#
Could you check whether there are libnvdsgst_multistream.so libraries in your docker?
path:/opt/nvidia/deepstream/deepstream/lib/gst-plugins/libnvdsgst_multistream.so
Instead of 6.1.1 I tried using 6.0.1 now deepstream apps are working.
Now I am trying to use deepstream-app for getting kafka messages it is working fine on test5 app but not on deepstream-app can you help me with this?
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
How do you run the deepstream-app? Could you attach your cli and config files?