The Agora Native SDK for Video Broadcasting enables one-to-many and many-to-many audio or video live streaming.
The difference between an Agora Video Call and Agora Video Interactive Broadcast is:
- An Agora Video Call prioritizes smoothness and low latency. All users are the same role and can talk to each other freely. A typical scenario of an Agora Video Call is a video conference call for many persons.
- An Agora Video Interactive Broadcast prioritizes high voice quality. Users can be the host or audience, where only the host can talk. A user who wants to talk must change the role to a host. A typical scenario of an Agora Video Interactive Broadcast is an interactive online class.
Different from the traditional CDN live broadcast, which only allows one-way communication from the hosts to the audience, the Agora SDK for Interactive Broadcast empowers the audience to interact with the hosts through hosting-in, like a viewer jumping onto the stage in the middle of a play to perform.
The Agora Native SDK for Interactive Broadcast is applicable to scenarios that encourage active engagement, such as game-playing, online classes for students in small groups, and Q&A sessions during E-commerce live streaming. You can also use this SDK for one-to-one video calls that require high image quality.
Functions and Scenarios
The Agora Native SDK for Video Broadcasting boasts a flexible combination of functions for different scenarios.
Function | Description | Scenario |
---|---|---|
Host-in at the client side | An audience switches to a co-host and interacts with the existing host. | |
Host-in across channels | Hosts interact with each other across channels. | PK Hosting. |
Audio mixing | Sends the local and online audio with the user's voice to other audience members in the channel. | |
Screen sharing | Hosts share their screens with the audience in the channel. Supports specifying which screen or which window to share, and supports specifying the sharing region. | |
Basic image enhancement | Sets basic beauty effects, including skin smoothening, whitening, and cheek blushing. | Image enhancement in a video call. |
Modify the raw data | Developers obtain and modify the raw voice or video data of the SDK engine to create special effects, such as a voice change. | |
Inject an online media stream | Injects an external audio or video stream to an ongoing live broadcast channel. The host and audience in the channel can listen to or watch the stream while interacting with each other. You can set the attributes of the video source. | |
Customize the video source and renderer | Users process videos (from self-built cameras, screen sharing, or files) for image enhancement and filtering. | |
Push streams to the CDN | Sends the audio and video of your channel to other RTMP servers through the CDN: |
See the following sample code for application scenarios:
Key Properties
Property | Agora Live Broadcast Specifications |
---|---|
SDK Package Size | 3.69 MB to 7.75 MB |
Host Capacity | 17 users |
Audience Capacity | One million users |
Video Profile | |
Audio Profile | |
Audio Anti-packet-loss Rate | 70% (uplink and downlink) |
Latency between the Host and the Host-in Audience/Host | 200 ms to 600 ms |
Compatibility
The Agora Native SDK for Interactive Broadcast is supported on platforms such as iOS, Android, Windows, macOS, Electron, Linux, Web, and WeChat Mini-programs, and allows for cross-platform connections. The following is a list of supported platforms and their versions.
Platform | Supported Version |
---|---|
Android | 4.1+ The Android SDK supports the following architecture: |
iOS | 8.0+ |
Windows | XP SP3+ The Windows SDK supports the following architecture: |
macOS | 10.0+ |
WeChat Mini-Programs | Support |
Web |
You can also