Code Monkey home page Code Monkey logo

webrtcframework's Introduction

WebRTC Framework

Android:

Fraework is generated with following command on M58 branch (Apr'2017) for armeabi-v7a, arm64-v8a, x86 & x86_64 architectures

./tools-webrtc/android/build_aar.py --arch 'armeabi-v7a' 'arm64-v8a' 'x86' 'x86_64'

AndroidStudio Setup:
Include the libwebrtc.aar into your AndroidStudio in the following way

File -> New -> New Module -> Import .JAR/.AAR Package -> Next -> Choose the downloaded file
Then compile libwebrtc in dependencies section of your aap build.gradle file.

Example:
	dependencies {
	    compile fileTree(include: ['*.jar'], dir: 'libs')
	    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
		exclude group: 'com.android.support', module: 'support-annotations'
	    })
	    compile 'com.android.support:appcompat-v7:25.3.1'
	    compile 'com.android.support.constraint:constraint-layout:1.0.2'
	    testCompile 'junit:junit:4.12'
	    compile project(':libwebrtc')
	    compile files('libs/autobanh.jar')
	}

AppRTCMobile Demo App: https://chromium.googlesource.com/external/webrtc/+/master/webrtc/examples/androidapp	
Note: You can build the same by following instaructions at https://webrtc.org/native-code/android/

IOS:

WebRTC.framework is generated with following commands on M58 branch (Apr'2017) For armv7 & arm64 architectures

./tools-webrtc/ios/build_ios_libs.sh	

Xcode Setup:
Include WebRTC.framework in Xcode Embedded Binaries
Add WebRTC.framework/Headers in Header Search Paths of Build Settings

AppRTCMobile Demo App: https://chromium.googlesource.com/external/webrtc/+/master/webrtc/examples/objc	

Note: You can build the same by following instaructions at https://webrtc.org/native-code/ios/

OSX/Mac:

WebRTC.framework is generated in Oct'2016 for X86_64 architecture
For Xcode setup follow the instructions of IOS 

webrtcframework's People

Contributors

ajaychoudary avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.