Unable to create Streammux

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)

GPU
Deepstream version- 6.2
TRT Version: 8.5.2.2
| NVIDIA-SMI 470.161.03 Driver Version: 470.161.03 CUDA Version: 11.8 |

Hi, I am facing the below warnings, which is not allowing to create the deepstream element.

(gst-plugin-scanner:5475): GStreamer-WARNING **: 12:34:31.804: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopenmpt.so’: libmpg123.so.0: cannot open shared object file: No such file or directory

(gst-plugin-scanner:5475): GStreamer-WARNING **: 12:34:31.967: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpeg2enc.so’: libmpeg2encpp-2.1.so.0: cannot open shared object file: No such file or directory

(gst-plugin-scanner:5475): GStreamer-WARNING **: 12:34:32.096: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstchromaprint.so’: libavcodec.so.58: cannot open shared object file: No such file or directory

(gst-plugin-scanner:5475): GStreamer-WARNING **: 12:34:32.161: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpg123.so’: libmpg123.so.0: cannot open shared object file: No such file or directory

(gst-plugin-scanner:5475): GStreamer-WARNING **: 12:34:32.178: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpeg2dec.so’: libmpeg2.so.0: cannot open shared object file: No such file or directory

(gst-plugin-scanner:5475): GStreamer-WARNING **: 12:34:32.201: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibav.so’: libavcodec.so.58: cannot open shared object file: No such file or directory
Creating streamux

Unable to create NvStreamMux
Traceback (most recent call last):

Can you run any DeepStream reference samples? Your driver version seems to be too old, the recommended driver is 525.85.12, refer here Quickstart Guide — DeepStream 6.2 Release documentation (nvidia.com)

Does deepstream-6.2 supports 2070 RTX?

Yes, DeepStream can work well if the dependencies(driver/tensorrt/cuda) are installed correctly.

What driver version is supported for Deepstream 6.2 version?

Can you tell me, how to check if all of them are installed properly.

The dependencies as below, more details can be found in the link of my first reply:

  • Ubuntu 20.04
  • GStreamer 1.16.3
  • NVIDIA driver 525.85.12
  • CUDA 11.8
  • TensorRT 8.5.2.2

could you check is every xxx.so file show on the error message is under /usr/lib/x86_64-linux-gnu/gstreamer-1.0 directory?
for example check libgstlibav.so is under /usr/lib/x86_64-linux-gnu/gstreamer-1.0 directory.

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

Are you running in docker?

Check two file randomly and exist in /usr/lib/x86_64-linux-gnu/gstreamer-1.0:
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopenmpt.so
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpeg2dec.so

By default “libgstlibav.so” doesn’t exist in docker, it appears after running script “./user_additional_install.sh” in /opt/nvidia/deepstream/deepstream-6.2 to install some additional package.

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