Giter VIP home page Giter VIP logo

bce-player-ios's Introduction

Baidu Cloud Player iOS SDK

百度云播放器iOS SDK提供Cocoapods支持,分为2种SDK:

  • BaiduBCEPlayerLSS: 针对直播场景的精减SDK
  • BaiduBCEPlayerFull: 全功能的SDK

开发者可以按需选择。

接入

接入精减SDK

在Podfile的target中添加依赖:

pod 'BaiduBCEPlayerLSS', '~> 2.3.4'

接入全功能SDK

  • 在Podfile的target中添加依赖:
pod 'BaiduBCEPlayerFull', "~> 2.3.4"

关于SDK的接口文档,请移步百度云官网

备注:

  • 百度云播放器为对外ToB免费产品,原则上只服务与接入百度云音视频服务的用户,服务对象:

    • 点播:原则上只处理经过MCT转码后或存储在BOS上的音视频。
    • 直播:原则上只处理经过LSS直播或MCT转码后的音视频。
  • 如需人工帮助:

    • 已经购买百度云相关服务的客户:请到百度云官网进行咨询。
    • 其他使用SDK客户:仅提供官网文档支持。
  • pod 版本支持百度云播放器所有功能,对SDK包体积有要求且有部分功能不使用,请参考百度云官网去掉对应的依赖。

  • openssl失败解决:

    • 下载失败:
      • 更新cocoapods-downloader到1.2.0版本。
        • sudo gem uninstall cocoapods-downloader
        • sudo gem install cocoapods-downloader -v 1.2.0
        • rm -rf /tmp/openssl
    • 编译失败:
      • 苹果官网下载安装:Command_Line_Tools_macOS_10.14_for_Xcode_10.1

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.