Skip to main content

Bandwidth Calculation

This document explains how to calculate the maximum number of concurrent call participants based on server bandwidth.

Theoretical Calculation

Bandwidth Requirement Formula

Based on 1 person at 720p + others at 360p video quality configuration:

Bandwidth = 0.45 × N² + 1.25 × N (Mbps)

Where N = number of concurrent call participants

Maximum Participants Formula

Calculate maximum supported participants based on server bandwidth:

N = (-1.25 + √(1.5625 + 1.8 × B)) ÷ 0.9

Where B = server bandwidth (Mbps), result rounded down

Theoretical Calculation Table

Server BandwidthMax ParticipantsActual ConsumptionCalculation
50 Mbps9 people47.7 Mbps0.45×81 + 1.25×9 = 47.7
100 Mbps13 people92.3 Mbps0.45×169 + 1.25×13 = 92.3
150 Mbps16 people135.2 Mbps0.45×256 + 1.25×16 = 135.2
200 Mbps19 people186.2 Mbps0.45×361 + 1.25×19 = 186.2

Optimized Scenario

Optimized Bandwidth Formula

Scenario: 1 person at 720p + others at 180p (small window display)

Actual bitrates used:

  • 720p = 1.0 Mbps
  • 180p = 0.1 Mbps
Bandwidth = 0.1 × N² + 0.9 × N (Mbps)

Optimization Comparison Table

Server BandwidthTheoretical (720+360)Optimized (720+180)Improvement
50 Mbps9 people18 people+100%
100 Mbps13 people27 people+108%
150 Mbps16 people34 people+113%
200 Mbps19 people40 people+111%

Why Can We Support More People?

Optimization FactorDescription
Dynamic BitrateBitrate can drop to 30% when video is static
180p for Small WindowsSaves 60% bandwidth compared to 360p
DynacastPauses sending streams no one is watching
Audio PriorityAutomatically reduces video quality on poor network
Codec OptimizationVP8/H264 actual bitrate is lower than nominal

Bandwidth Planning Recommendations

Choose appropriate server bandwidth based on business needs:

Use CaseRecommended BandwidthExpected Participants
Small Meeting50 Mbps10-18 people
Medium Meeting100 Mbps15-27 people
Large Meeting200 Mbps20-40 people
Tip

Actual supported participants depend on video quality settings. Enabling 180p small window mode can significantly increase concurrent participants.