After migrating to new Gstreamer version 1.19.2.
I installed deepstream using sudo apt-get install deepstream-6.0.
when I run,
deepstream-app --version
I got below error,
deepstream-app: error while loading shared libraries: libnvmedia.so: cannot open shared object file: No such file or directory
and I run gst-inspect-1.0 --version, I got below errors
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.429: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so’: libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.430: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_ofvisual.so’: libnvdsbufferpool.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.431: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dewarper.so’: libnvdsbufferpool.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.432: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so’: libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.433: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_osd.so’: libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.434: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libcustom2d_preprocess.so’: libnvbufsurftransform.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.434: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_segvisual.so’: libnvdsbufferpool.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.498: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferaudio.so’: libnvmedia.so: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.504: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistreamtiler.so’: libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.505: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so’: librivermax.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.508: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_preprocess.so’: libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.509: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_tracker.so’: libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.511: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_deepstream_bins.so’: libnvdsbufferpool.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.515: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistream.so’: libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.517: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dsexample.so’: libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1693): GStreamer-WARNING **: 12:45:51.518: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libgstnvvideoconvert.so’: libnvdsbufferpool.so.1.0.0: cannot open shared object file: No such file or directory
sys:1: Warning: cannot register existing type ‘GstDashDemux’
sys:1: Warning: g_once_init_leave: assertion ‘result != 0’ failed
(gst-plugin-scanner:1693): GStreamer-CRITICAL **: 12:45:52.755: gst_element_register: assertion ‘g_type_is_a (type, GST_TYPE_ELEMENT)’ failed
gst-inspect-1.0 version 1.19.2
GStreamer 1.19.2
Unknown package origin
could anyone help me to resolve this issue.