Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jul 26, 2024 · 1 comment

Comments

@armstronglzh
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant