logo
Video Call
On this page

Low-Latency Live Streaming

2024-07-19

Feature Overview

ZEGO Low-Latency Live Streaming (L3) is created for high-quality experience, creating an ultimate live streaming experience with ultra-low latency, super-strong synchronization, extreme weak network resistance, ultra-low stuttering, ultra-clear picture quality, and instant first frame, making it the "hexagon warrior" among live streaming distribution products.

Compared with traditional CDN live streaming, ZEGO Low-Latency Live Streaming is based on full-link self-developed private protocols, massive ordered data networks (MSDN), and end-to-end monitoring, providing more stable and higher quality live streaming distribution services, helping the business side solve "live streaming experience" pain points, and is the common choice of many leading live streaming customers.

Warning

The low-latency playing stream feature is not enabled by default. Please contact ZEGOCLOUD Technical Support to enable the feature before use.

Feature Highlights

Low-Latency Live Streaming supports tens of millions of ultra-large concurrency, providing stable and high-quality live streaming distribution services with the following 6 high-quality features:

FeatureHighlight
Ultra-Low LatencyLive streaming latency of 600 ms to 1000 ms under normal network conditions.

Super-Strong Synchronization

Millisecond-level synchronization, synchronization error between different audiences < 400ms.
Extreme Weak Network ResistanceSupports extreme weak network resistance, up to 80% packet loss without disconnection, and can still play stably in complex network environments.
Ultra-Low StutteringCompared with CDN live streaming, using ZEGO Low-Latency Live Streaming can reduce the stuttering rate by up to 75% or more.
Ultra-Clear Picture QualityProvides rich picture quality optimization capabilities through the All-in-one SDK, implementing user-level high-quality picture quality practices in various scenarios.
Instant First FrameUses an exclusive decoupled underlying architecture and provides instant opening strategies such as preloaded live streams, supporting audiences to enter the room instantly, achieving up to 99% domestic instant opening rate.

Application Scenarios

Low-Latency Live Streaming can be applied to the following scenarios:

Application ScenarioDescription

Overseas Live Streaming

Break through pain points such as high stuttering, slow first frame, and poor picture quality one by one, improving the live streaming experience of global audiences, and global users can enjoy live streaming social networking. Break through bottlenecks such as poor overseas network environment, high proportion of mid-to-low-end devices, and poor broadcasting environment of amateur hosts, assisting enterprises in overseas localization.

Show Live StreamingProvides essential show live streaming features such as instant opening and beauty effects, supporting seamless switching solutions for multi-scenarios such as cross-room PK and live streaming to 1V1. While ensuring the live streaming viewing experience of all audiences, it focuses on ensuring the experience quality of big hosts and paid users, effectively promoting the growth of paid users.

Education Large Classes

Ultra-low latency online classrooms perfectly compatible with diverse teaching plugins, providing excellent teacher-student interaction experience, making students' progress consistent with teachers in the classroom, and teaching immersion comparable to offline classrooms.
Game Live StreamingIn high bitrate game scenarios, it can adaptively transcode according to audience bandwidth, effectively reducing the stuttering rate, so that all audiences can watch game interactions smoothly. Based on HD low bitrate, it effectively improves game picture quality at the same bitrate, not limited by audience network bottlenecks.

Event Live Streaming

Millisecond-level latency and ultra-low stuttering, say goodbye to spoilers, grasp venue dynamics in real time, and don't miss any highlights. Supports 4K 60fps and HDR, presenting rich venue details and silky ultra-clear dynamic pictures.
E-commerce Live StreamingMatches the strong real-time requirements of selling with goods, hosts respond to audience shopping inquiries at extreme speed, improving stickiness between hosts and audiences. Achieve strong synchronization and fairness for activities such as auctions, panic buying, and flash sales, stimulating user order conversion in the live room.
Watch TogetherGlobal massive audiences can watch movies, concerts, or competitive competitions synchronously in the same live room. Low-latency, multi-terminal synchronized audio and video experience helps users communicate freely at zero distance, bringing an immersive viewing experience.

Prerequisites

Before implementing the low-latency live streaming feature, please ensure:

Usage Steps

Set the "resourceMode" parameter of ZegoPlayerConfig to "ONLY_L3", and call the startPlayingStream interface to play the low-latency live stream pushed remotely based on the passed stream ID parameter "streamID".

ZegoPlayerConfig playerConfig = new ZegoPlayerConfig();
playerConfig.resourceMode = ZegoStreamResourceMode.ONLY_L3;
ZegoExpressEngine.getEngine().startPlayingStream(streamID, playCanvas, playerConfig);

Previous

Playing Stream by URL

Next

Single Stream Transcoding

On this page

Back to top