Coder Social home page Coder Social logo

webrtc-ios-1's Introduction

WebRTC iOS Static libs

The process involved in building WebRTC from source is very complicated, and iOS support in the main repo is of highly variable quality. This is a set of precompiled libraries packaged as a Cocoapod to allow easily building WebRTC based apps on iOS/

webrtc-base.patch

This is a patch file to apply to the main webrtc distribution to get functional ios libraries. Previosly this contained portions of the actual video support, but that has since been mainlined, now it just contains some fixes to make it build properly with newer SDK releases.

If you need to build the main WebRTC libs yourself, the best instructions I've found on how to do that are here: http://ninjanetic.com/how-to-get-started-with-webrtc-and-ios-without-wasting-10-hours-of-your-life/. Now that video support has been mainlined, the particular version needed to build should not be as important as it was previously, however there may still be incompatibilities in particular version.

The current version that we use is 5858. So you may want to make sure that the source is at the correct revision, so rather than just running gclient sync to sync the depot, run gclient sync trunk@5858

libvpx.patch

Some patches to work around some iOS specific problems with libvpx that can cause crashes or decode corruption in release mode. See:

https://code.google.com/p/webm/issues/detail?id=603 and https://code.google.com/p/webrtc/issues/detail?id=3038 for details.

Needs to be applied seperatly in third_party/libvpx due to nested svn repositories.

lib

These are compiled copies of the libs build from the main source with the above patches applied.

Note that the libraries are release mode, armv7 only. The WebRTC build pipeline seems incapable of producing armv7s or arm64 binaries at this time.

include

This is a copy of the header files for the ObjectiveC interface to WebRTC, from 'talk/app/webrtc/objc' in the WebRTC distribution.

webrtc-ios-1's People

Contributors

nbrooke avatar

Watchers

 avatar  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.