Skip to content

graphviz5

buliaoyin edited this page Oct 31, 2017 · 4 revisions

金山云直播推流Android SDK架构简介

KSY Streamer Android SDK是金山云推出的 Android 平台上使用的软件开发工具包(SDK), 提供了对音视频的采集、处理、预览、编码、推流的能力,并具有强大的可扩展性。

本文将简要介绍当前推流SDK各主要模块的功能,以及开放源码的推流聚合类KSYStreamer组织这些模块的方式, 以方便开发者加强对SDK内部结构的理解,进而可以根据自己的需求使用各个模块组建自己的推流聚合类。

下图展示了SDK的pipeline设计结构图:

Pipeline结构图
Figure 1. Pipeline设计结构图

1. 各主要模块的介绍

  • Quotes:

    It was the best of times, it was the worst of times, it was the age of wisdom, it was the age of foolishness…​
    — Charles Dickens
    A Tale of Two Cities
  • Links:

  • Images:

    not bad.

  • Videos:

  • Pass-through:

    pass through content

2. KSYStreamer类的组织方式

Clone this wiki locally