Unable to create NvStreamMux

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) • Ubuntu 18.04.5 GeForce RTX 2080 Ti
• DeepStream Version 6.0
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.0.1-1+cuda11.3
• NVIDIA GPU Driver Version (valid for GPU only) Driver Version: 460.91.03
• Issue Type( questions, new requirements, bugs) bugs
**• How to reproduce the issue ? **
I am trying to use python demo-apps in deepstream. I pulled docker image nvcr.io/nvidia/deepstream:6.0-devel and copied repo(GitHub - NVIDIA-AI-IOT/deepstream_python_apps: DeepStream SDK Python bindings and sample applications) and followed HOWTO and built gstreamer. Then installed pyds with pip3 command.

/opt/nvidia/deepstream/deepstream-6.0/sources/deepstream_python_apps/apps/deepstream-test1# python3 deepstream_test_1.py sample_qHD.h264
Creating Pipeline

Creating Source

Creating H264Parser

Creating Decoder

Unable to create NvStreamMux
Unable to create pgie
Unable to create nvvidconv
Creating EGLSink

Playing file sample_qHD.h264
Traceback (most recent call last):
File “deepstream_test_1.py”, line 261, in
sys.exit(main(sys.argv))
File “deepstream_test_1.py”, line 194, in main
streammux.set_property(‘width’, 1920)
AttributeError: ‘NoneType’ object has no attribute ‘set_property’

Then I remove the cache rm ~/.cache/gstreamer-1.0/registry* and then run gst-inspect-1.0

nvbufsurftransform:cuInit failed : 804
nvbufsurftransform:cuInit failed : 804
nvbufsurftransform:cuInit failed : 804
nvbufsurftransform:cuInit failed : 804
nvbufsurftransform:cuInit failed : 804
nvbufsurftransform:cuInit failed : 804
nvbufsurftransform:cuInit failed : 804
nvbufsurftransform:cuInit failed : 804
nvbufsurftransform:cuInit failed : 804
nvbufsurftransform:cuInit failed : 804
nvbufsurftransform:cuInit failed : 804
nvbufsurftransform:cuInit failed : 804

(gst-plugin-scanner:12756): GStreamer-WARNING **:Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so’: librivermax.so.0: cannot open shared object file: No such file or directory
nvbufsurftransform:cuInit failed : 804

(gst-plugin-scanner:12757): GStreamer-WARNING **: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so’: librivermax.so.0: cannot open shared object file: No such file or directory
nvbufsurftransform:cuInit failed : 804

(gst-plugin-scanner:12758): GStreamer-WARNING **: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so’: libtritonserver.so: cannot open shared object file: No such file or directory
nvbufsurftransform:cuInit failed : 804

(gst-plugin-scanner:12759): GStreamer-WARNING **: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so’: libtritonserver.so: cannot open shared object file: No such file or directory

Please make sure your GPU driver, CUDA version are correct before you install DS 6.0 GA. Quickstart Guide — DeepStream 6.1.1 Release documentation

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