-
Notifications
You must be signed in to change notification settings - Fork 135
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
Add support for OpenH264 #2
Comments
…bi-v7a and x86. x86_64 and arm64-v8a are in progress..
…mpile against versions of OpenH264 newer than 1.0.0 at the moment. A patch was necessary to be able to compile it with Android NDK 21 (Lollipop). With the current scripts, OpenH264 1.4.0 compiled also for x86_64 and arm64-v8a, but OpenH264 1.0.0 fails the build with those architectures. At the moment PJSip compiles with OpenH264 support for: armeabi, armeabi-v7a and x86
Support for archs armeabi, armeabi-v7a and x86 is complete. |
Support for x86_64 and arm64-v8a will be added in a future release |
OpenH264 1.0.0 does not support 64 bit architectures, as can be seen from here: https://github.com/cisco/openh264/releases. Newer releases have added that support, but they are not compatible with pjsip 2.4.5 out of the box. |
Enhance the compilation process by adding OpenH264 for every target arch.
Follow the instructions here: http://trac.pjsip.org/repos/ticket/1758 and then make sure to copy the generated .so files in the final build folder for every arch. Also check if the latest OpenH264 release works. Actually, version 1.4.0 is out, but the ticket on PJSIP trac suggests to use 1.0.0.
The text was updated successfully, but these errors were encountered: