Dynamic Jitter Buffer for Video Conferencing Latency

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing jitter buffer systems in communications, particularly for video conferencing and VoIP, often rely on worst-case scenario estimates for latency, leading to oversized buffers and increased delays and resource usage, as they do not account for actual observed latency variations between different locations.

Innovation Solution

A dynamic jitter buffer system that adjusts its size based on actual observed latency values, specifically setting the initial buffer size based on the difference between minimum and maximum latency values for packets from particular locations, optimizing resource use and reducing delays.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a jitter buffer is sized based on worst-case scenario latency estimates, then packet loss is prevented, but buffer size becomes oversized causing increased delay and resource consumption

Engineering Contradiction:
Improvepacket loss preventionVSAvoiddelay
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The jitter buffer size is made dynamic rather than fixed. The system continuously monitors actual packet arrival times and adjusts the buffer size accordingly. This allows the buffer to adapt to real network conditions, using only the necessary space to handle actual jitter observed during operation, thereby reducing unnecessary delay and resource consumption while maintaining reliability.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system implements feedback by monitoring actual packet arrival times and using this information to adjust the jitter buffer size. The buffer size is increased only when actual jitter exceeds the current buffer capacity, and decreased when packet arrival patterns indicate less jitter. This closed-loop approach ensures the buffer is optimally sized based on real-time performance data.

Inventive Principle:
Principle #23Feedback

2Reliability

If a jitter buffer is sized based on worst-case scenario latency estimates, then packet loss is prevented, but resource consumption increases

Engineering Contradiction:
Improvepacket loss preventionVSAvoidresource consumption
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The jitter buffer transitions from a static fixed-size allocation to a dynamic variable-size structure. The buffer automatically adjusts its capacity based on actual jitter observations, allocating resources only when needed and releasing them when not required. This dynamic allocation significantly reduces average resource consumption compared to always-reserving space for worst-case scenarios.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the parameter of buffer size based on actual network conditions. Instead of using a constant worst-case estimate, the buffer size parameter is continuously adjusted based on measured packet arrival variations. This parameter adaptation allows the system to use minimal necessary resources while maintaining adequate packet loss prevention.

Inventive Principle:
Principle #35Parameter changes

3Ease of manufacture

If a fixed-size jitter buffer is used, then implementation is simple, but it cannot adapt to different network conditions and locations

Engineering Contradiction:
Improveimplementation simplicityVSAvoidadaptability to network conditions
Core Design Contradiction:
Ease of manufactureVSAdaptability or versatility

Solution Approach 1:

The system evolves from a static fixed-size buffer to a dynamic adaptive buffer. The buffer automatically adjusts its parameters based on observed network conditions, including packet arrival times, network location, and traffic patterns. This dynamic adaptation enables the same buffer mechanism to perform optimally across diverse network conditions without requiring manual reconfiguration.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The jitter buffer system performs self-optimization by autonomously monitoring its own performance and adjusting its parameters accordingly. The system uses feedback from packet arrival data to automatically tune buffer size and timing parameters, eliminating the need for external manual configuration or complex implementation while achieving high adaptability.

Inventive Principle:
Principle #25Self-service

Data Source

PatentEP2062395B1Method and system for optimizing a jitter buffer
Publication Date: 2017.12.27 CISCO TECHNOLOGY INC
  • EP2062395B1 patent drawingFigure 1
  • EP2062395B1 patent drawingFigure 2~3

AI summary

A method for optimizing a jitter buffer includes receiving a first request to establish a video conference communication session with a remote endpoint. The method also includes sending a second request to a first network location for latency information for packet communications sent from a second network location. The method further includes receiving from the first network location the latency information for packet communications sent from the second network location. Additionally, the method includes setting a jitter buffer for the video conference communication session based on the latency information for packet communications sent from the second network location.