Git Product home page Git Product logo

webrtcsdk's Introduction

WebRTC iOS SDK

网易视频云是由网易发布的一款视频云直播服务产品。此仓库是视频云 iOS SDK 的发布仓库。

使用方法

结构

  • WebRTCSDK
  • header (头文件)
  • lib (依赖第三方库)
  • resource (静态资源)

特殊说明

众所周知,iOS 仅支持静态库 (iOS 8 之前),这导致开发者在集成各种第三方库和 SDK 时常常会碰到符号文件冲突的问题,因为不同的第三方库 和 SDK 常常会依赖相同的库,如几乎所有和安全相关的库都会依赖 openssl。视频云为了最大程度地方便上层开发,一方面会尽量避免引入不需要的第三方库,同时也会对一些第三方库进行重命名以保证不出现符号文件冲突的问题。但是由于某些库的特殊性,我们仍不得不原原本本地引入,无法做完整的修改。一种规避的方法是算法同时依赖同一份底层库代码,而这种库将各种第三方库进行分离,也就提供了这一可能性。

举个🌰,在同时使用视频云和支付宝 SDK 时,如果会发生符号文件冲突的问题,原因是它们都依赖了 openssl,而视频云使用了boringssl。解决方案是下载这个仓库文件后,移除 lib 目录下的 libLSMediaCapture.a ,同时加入LSMediaCapture.framework,需要在General中Embeded Binaries 中加入该framework。

webrtcsdk's People

Contributors

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