Introduction to the Web RTS SDK

更新时间:
复制 MD 格式

Learn about the integration methods available for the Web RTS SDK.

Basic flow to implement Real-Time Streaming

Player engine

Implementation flow for Real-Time Streaming

Description

Integrate the ApsaraVideo Player SDK (Recommended)

Note

Most customers use the Web RTS SDK with the ApsaraVideo Player SDK.

  1. The ApsaraVideo Player SDK integrates the Web RTS SDK as a plugin.

  2. Integrate the ApsaraVideo Player SDK into your project.

  3. Call the ApsaraVideo Player SDK API to enable the Real-Time Streaming (RTS) feature.

For more information, see Real-Time Streaming (RTS) video playback.

The ApsaraVideo Player SDK and the Web RTS SDK are tightly integrated, which helps you launch your services quickly.

Other players

  1. Integrate the Web RTS SDK as a plugin into another player.

  2. Integrate the other player engine into your project.

  3. Call the player engine API to enable the RTS feature.

For more information, see Integrate the Web RTS SDK with other players.

Suitable for scenarios that use third-party players. You can integrate the Alibaba Cloud Web RTS SDK into your player.

Important

RTS uses Web Real-Time Communication (WebRTC). However, some browsers do not support WebRTC playback. In these cases, you must implement playback fallback. For more information, see RTS Playback Best Practices.