-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unable to build. librtmfp not found using pkg-config #17
Comments
Hi! Did you install librtmfp with "sudo make install"? Thanks |
Hi. I am quite sure that I did install it with Hope that helps in resolving the issue. |
Ok thanks, it seems that librtmfp is correctly installed. I have just tried on my raspberry pi with raspbian 9 and it worked directly. |
I used the configure command as in the INSTALL.md: Sadly, I can not try to build ffmpeg on that particular raspberry pi right now, as I switched to using SRT for that project now. |
It seems to be an issue with pkg-config so. And then print the content of librtmfp pkg-config file : Thanks for your help, SRT is a great project too and sadly RTMFP suffers from the fact that Flash is gone from browsers. |
The path is
Hope that helps. We initially wanted to switch from nginx and RTMP to MonaServer and RTMFP, as we had several problems using RTMP. For now we decided to use SRT instead as it was the fastest way to "fix" our problem. |
Thanks, it looks good, there should be no problem with the configure script. Maybe the ffmpeg What about your other raspberry pi 4? |
Sorry for taking so long with it, I have been a bit busy and could try it just now. |
do you have maybe several pkg-config on /usr/local/lib and /usr/lib64? several ffmpeg libs too? |
Yes it's a possibility, or maybe librtmfp is not correctly installed. Then try to run it : And move TestClient to another directory (your home directory for example) and run ldd :
Note the Then try to run TestClient again : |
When trying to build ffmpeg with librtmfp on a RaspberryPi 4 running Raspbian 10, configure gives me an error message telling me that librtmfp can not be found.
Manually checking the version using pkg-config returns a version number higher than the required version.
I simply followed the installation instructions. Is there anything I am missing?
The text was updated successfully, but these errors were encountered: