Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebRTC for android

Tags:

android

webrtc

I am looking for achieving webrtc on android device. I wish to to video chat between android devices.

i found this link http://www.webrtc.org/reference/getting-started

the source code is here : http://code.google.com/p/webrtc/

But i couldnt build it properly.

Let me know if anyone has followed for building it for Android device.

advice me the issues involved.

  1. Take source code
  2. use Linux with android sdk
  3. build the source code.
  4. generate the apk.

any support in this will be appreciated.

like image 289
Sunil Avatar asked Mar 10 '26 05:03

Sunil


1 Answers

I have build webrtc for android recently.

Very important before you start:

  1. linux 64-bit (I have tr
  2. java 6 (http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jdk-6u45-oth-JPR)
  3. ant
  4. depot-tools
  5. git svn

If you have all this istalled, you can just follow the steps from http://www.webrtc.org/reference/getting-started (building for android)

You don't have to download and install ndk and sdk. It will be checkouted and set up with the source code.

like image 183
miss000hara Avatar answered Mar 12 '26 17:03

miss000hara