We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I perform the installation steps https://github.com/Haivision/srt
sudo apt-get update sudo apt-get upgrade sudo apt-get install tclsh pkg-config cmake libssl-dev build-essential ./configure make install
when compiling create the bin folder, but I get the following error
./sls: error while loading shared libraries: libsrt.so.1.4: cannot open shared object file: No such file or directory
how do I solve it [email protected]
The text was updated successfully, but these errors were encountered:
Edward-Wu/srt-live-server#16
Sorry, something went wrong.
No branches or pull requests
I perform the installation steps
https://github.com/Haivision/srt
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install tclsh pkg-config cmake libssl-dev build-essential
./configure
make install
when compiling create the bin folder, but I get the following error
./sls: error while loading shared libraries: libsrt.so.1.4: cannot open shared object file: No such file or directory
how do I solve it
[email protected]
The text was updated successfully, but these errors were encountered: