Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 6.4.0
• JetPack Version (valid for Jetson only) 6.0
• TensorRT Version 8.6.2
• NVIDIA GPU Driver Version (valid for GPU only)
• 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)
I am running the deepstream-test1-rtsp-out test.
It ran before, but today the following error occurs and it does not run.
A No such file or directory error occurred, so I checked the file and it exists.
How can I fix the error and run deepstream?
<<< Error >>>
$ python3 deepstream_test_1.py /opt/nvidia/deepstream/deepstream-6.4/samples/streams/sample_720p.h264
Creating Pipeline
Creating Source
Creating H264Parser
Creating Decoder
(python3:5246): GStreamer-WARNING **: 09:14:52.742: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvvideo4linux2.so’: libnvrm.so: cannot open shared object file: No such file or directory
(python3:5246): GStreamer-CRITICAL **: 09:14:52.742: gst_element_factory_create_valist: assertion ‘newfactory != NULL’ failed
Unable to create Nvv4l2 Decoder
(python3:5246): GStreamer-WARNING **: 09:14:52.744: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistream.so’: libnvrm.so: cannot open shared object file: No such file or directory
(python3:5246): GStreamer-CRITICAL **: 09:14:52.744: gst_element_factory_create_valist: assertion ‘newfactory != NULL’ failed
Unable to create NvStreamMux
(python3:5246): GStreamer-WARNING **: 09:14:52.751: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so’: libnvrm.so: cannot open shared object file: No such file or directory
(python3:5246): GStreamer-CRITICAL **: 09:14:52.751: gst_element_factory_create_valist: assertion ‘newfactory != NULL’ failed
Unable to create pgie
(python3:5246): GStreamer-WARNING **: 09:14:52.752: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libgstnvvideoconvert.so’: libnvrm.so: cannot open shared object file: No such file or directory
(python3:5246): GStreamer-CRITICAL **: 09:14:52.752: gst_element_factory_create_valist: assertion ‘newfactory != NULL’ failed
Unable to create nvvidconv
Creating nv3dsink
Playing file /opt/nvidia/deepstream/deepstream-6.4/samples/streams/sample_720p.h264
Traceback (most recent call last):
File “/opt/nvidia/deepstream/deepstream-6.4/sources/deepstream_python_apps/apps/deepstream-test1/deepstream_test_1.py”, line 258, in
sys.exit(main(sys.argv))