marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.43k stars 354 forks source link

deepstream-app: error while loading shared libraries: libgstrtspserver-1.0.so.0: cannot open shared object file: No such file or directory #557

Open armstronglzh opened 1 month ago

armstronglzh commented 1 month ago

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

armstronglzh commented 1 month ago

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