Hello, I want to use Linphone, but it requires a codec SILK, iLBC, G729, iSAC. In particular, G729, for interaction with the corporate Asterisk. Unfortunately, Build and Run on Android 6, I have not seen these codecs in the application settings. At the same time, the same APK running on Android 4 gives the expected result.
More: *cloned project* git clone https://github.com/BelledonneCommunications/linphone-android.git *I checkout to a release branch* git checkout --track origin / 3.1.1.x *Current commit* 0ab83f74a62724ddde982e19af2c8c50eb011be0 *Set the r10c version of the NDK* export PATH = $ PATH: / home / ... / android-ndk-r10c / *Setting up your project by using G729. (According to the Readme)* ./prepare.py -DENABLE_NON_FREE_CODECS = YES -DENABLE_G729 = YES *Successfully build the project* make *Successfully imported in AndroidSrudio 2.2.2 with modified settings Gradle* classpath 'com.android.tools.build:gradle:2.2.2' apply plugin: 'com.android.application' buildToolsVersion "23.0.3" *The resulting copied APK two devices running Android - 4 and 6.* As a result, Android-6, when opening the Audio settings, codecs not listed SILK, iLBC, G729, iSAC. At the same time, the same APK installed on Android-4 gives the expected result. I am a very long time trying to solve the problem. Please, help! PS: A similar question on stackoverflow: http://stackoverflow.com/questions/40338833/in-linphone-for-android6-build-3112-no-codecs-silk-ilbc-g729-isac[1] -- С уважением, Погоняев Дмитрий. -------- [1] http://stackoverflow.com/questions/40338833/in-linphone-for-android6-build-3112-no-codecs-silk-ilbc-g729-isac
_______________________________________________ Linphone-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/linphone-users
