DeepStream-Yolo
DeepStream-Yolo copied to clipboard
deepstream-app: error while loading shared libraries: libgstrtspserver-1.0.so.0: cannot open shared object file: No such file or directory
I met this problem when I run the commend:deepstream-app -c deepstream_app_config.txt I am using: deepstream6.1.1 jetpack5.0.2 python3.8
I just solved the problem,it's just some dependencies I don't install in advance.If you meet the same problem,try:
sudo apt install
libssl3
libssl-dev
libgstreamer1.0-0
gstreamer1.0-tools
gstreamer1.0-plugins-good
gstreamer1.0-plugins-bad
gstreamer1.0-plugins-ugly
gstreamer1.0-libav
libgstreamer-plugins-base1.0-dev
libgstrtspserver-1.0-0
libjansson4
libyaml-cpp-dev
The command comes from the official website,so don't worry