4

I am working on to build linphone-android-sdk only for audio calls, but did not got any link for the same. Can any body help me doing this.

I am currently using this command to disable video

./prepare.py -DENABLE-VIDEO=OFF

But I want to disable all the codecs and tools used in video and make the library usable only for audio.

4

1 回答 1

3

您可以修改 prepare.py 脚本以禁用编解码器。请参阅prepare.py 中的if self.args.all_codecs:部分。同时运行 './prepare.py -DENABLE-VIDEO=OFF --all-codecs' 使修改后的 Codec 定义生效

于 2017-09-05T21:01:36.360 回答