deepstream_360_d_smart_parking_application
deepstream_360_d_smart_parking_application copied to clipboard
libtrtserver.so: cannot open shared object file: No such file or directory
I run docker on my PC, but i got this error
(gst-plugin-scanner:554): GStreamer-WARNING **: 02:31:21.877: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so': libtrtserver.so: cannot open shared object file: No such file or directory ** ERROR: main:650: Failed to set pipeline to PAUSED Quitting ERROR from sink_sub_bin_sink2: Could not configure supporting library. Debug info: gstnvmsgbroker.c(388): legacy_gst_nvmsgbroker_start (): /GstPipeline:pipeline/GstBin:sink_sub_bin2/GstNvMsgBroker:sink_sub_bin_sink2: unable to connect to broker library ERROR from sink_sub_bin_sink2: GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure. Debug info: gstbasesink.c(5265): gst_base_sink_change_state (): /GstPipeline:pipeline/GstBin:sink_sub_bin2/GstNvMsgBroker:sink_sub_bin_sink2: Failed to start App run failed
If i set sink1 = facesink, app can run ok [sink1] enable=1 #Type - 1=FakeSink 2=EglSink 3=File 4=UDPSink 5=nvoverlaysink 6=MsgConvBroker type=1
Did i miss something?
Hi @subzeromot, you can ignore the warning about libnvdsgst_inferserver.so. You have the use a different container to have that functionality. "unable to connect to broker library" - Do you have a kafka server set up? Can you also share the configuration.txt file for the pipeline?