-
Notifications
You must be signed in to change notification settings - Fork 751
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
rtmpts / rtmps / crypto protocol on ffmpegframegrabber / ffmpegframerecorder support with libspeex #2
Comments
Looks great! Do you think you could do the same for the rest of the non-Windows platforms and send that over via a pull request? (Along with a one-liner in the CHANGELOG.md file with your name, if desired.) Thanks! |
I will do that when i'm done finishing the implementation. I'm trying to find a way to include the libspeex.so, libcrypto.so and libssl.so in the generated ffmpeg-android-arm.jar but i cannot find how. can you provide a hint? |
The easiest thing would be to compile them as static libraries, but if you really want to use shared libraries, we might as well make a completely separate artifact out of those. Which wouldn't be a bad thing when you think about it. Is this something you'd like to try? I have to write a tutorial about that anyway. Or if not, are there any reasons to not use use static libraries? |
trying to compile as static right now... i will let you know if everything went ok. thanks |
Well i have some issues right know.
edit: i get the same error also when building static libraries. |
Are you saying that you get that error without your additions? Or does this only happen with your additions? If this happens only with your additions, could you please provide the modifications you made to the files? Thanks |
after some failed attempts to get my code to work(without luck), i downloaded replaced all the .so files im my armeabi folder,
|
So, you are saying that you have issues with the binaries of release 0.8? |
Finally, it works. There is nothing wrong on your side, i had to System.loadLibrary my extra libraries. So sorry for the trouble.
|
So, are you saying those cannot be linked statically? |
Samuel, right know i cannot test it due time issues,have to finish some tests at work :) |
Be sure to let me know how that goes, thanks! |
I just added speex support on my branch, probably even that can be ported back. |
Great! Clean it up and send a PR, thanks! |
…ommon RTMPS streams, among other things (issue #2)
label:encancement
to build javacpp-presets with rtmpts / rtmps / crypto protocol support with libspeex enabled please replace the following files
cppbuild.sh :
ffmpeg/cppbuild.sh:
and run
The text was updated successfully, but these errors were encountered: