baresip / baresip-ios

Baresip for iOS
46 stars 33 forks source link

Does video work for Android ? #5

Closed chenlucu closed 9 years ago

chenlucu commented 11 years ago

It seems that Camera and Video display modules do not support Android yet. Is that right ? Or I am missing something.

ghost commented 10 years ago

I want to build baresip, re and rem libraries for android. Can you please me for building libraries? I am able to build library using make file but it is not working in android. Thanks in advance.

chenlucu commented 10 years ago

@mukeshrp I think you need to change the gcc and related directories to android NDK gcc.

ghost commented 10 years ago

I have used standalone toolchain and able to build re library of baresip but during building getting libresolv library problem in re/src/dns/res.c. If you have build all three libraries for android then Can you please send me steps for building library? on my email id mukesh.srt@hotmail.com. Many thanks in advance

chenlucu commented 10 years ago

@mukeshrp I replaced the CC_ARM and LD_ARM in contrib.m file to Android NDK gcc (arm-linux-androideabi-gcc) and ld (arm-linux-androideabi-ld). Also I changed related include directories to Android NDK directories, and deleted i386 entries for simulator.

alfredh commented 9 years ago

this project is for ios only.

for Android please checkout this project:

https://github.com/alfredh/baresip-android