Adaptive Buffering for Media Players to Reduce Jitter

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Media players experience errors such as latency, packet loss, and jitter during multimedia content reproduction, which can disrupt the timing and order of audio and video playback, and existing solutions fail to effectively mitigate these issues.

Innovation Solution

An adaptive buffer system is implemented in media players to automatically adjust the initial buffer size based on acceptable delay and performance criteria, such as bandwidth and desired playback quality, to minimize jitter and delays by storing a portion of the multimedia content before playback.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Stability of the object's composition

If a portion of the media stream is buffered to reduce jitter and timing errors, then playback stability is improved, but initial playback delay increases

Engineering Contradiction:
Improveplayback stabilityVSAvoidinitial playback delay
Core Design Contradiction:
Stability of the object's compositionVSLoss of time

Solution Approach 1:

The buffer size is made dynamic rather than static. The system automatically adjusts the buffer size based on real-time network conditions, bandwidth availability, and playback performance metrics. This allows the buffer to adapt to changing conditions, providing sufficient buffering when needed to maintain stability while minimizing delay when network conditions are good.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the buffer size parameter dynamically based on measured performance criteria. By monitoring playback stability metrics and network conditions, the system adjusts the buffer size parameter to optimize the trade-off between stability and delay, rather than using a fixed buffer size.

Inventive Principle:
Principle #35Parameter changes

2Stability of the object's composition

If a larger buffer size is used to minimize jitter during playback, then playback smoothness is improved, but memory usage increases

Engineering Contradiction:
Improveplayback smoothnessVSAvoidmemory usage
Core Design Contradiction:
Stability of the object's compositionVSQuantity of substance

Solution Approach 1:

The buffer size is dynamically adjusted based on actual playback needs and network conditions rather than allocating maximum memory upfront. The system monitors playback smoothness metrics and adjusts the buffer size accordingly, using more memory when needed for stability and freeing memory when conditions allow.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The buffer size parameter is changed dynamically based on performance monitoring. The system measures playback smoothness and network conditions, then adjusts the buffer size parameter to achieve the desired level of smoothness while minimizing memory consumption.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If automatic buffer adjustment is implemented to reduce jitter, then playback reliability is improved, but system complexity increases

Engineering Contradiction:
Improveplayback reliabilityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system implements automatic buffer adjustment through feedback mechanisms. It monitors playback performance metrics such as jitter, timing errors, and smoothness, then uses this feedback to automatically adjust the buffer size. This closed-loop control improves reliability without requiring complex manual intervention.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The buffer management system serves itself by automatically adjusting its own parameters based on monitored performance. The system independently measures playback quality and network conditions, then autonomously modifies the buffer size without external intervention, reducing the complexity of manual configuration and control.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS9680904B2Adaptive buffers for media players
Publication Date: 2017.06.13 VERIZON PATENT & LICENSING INC
  • US9680904B2 patent drawing
  • US9680904B2 patent drawing
  • US9680904B2 patent drawing

AI summary

A system and method relate to determining am initial buffer size associated with a buffer and modifying the initial buffer size when jitter is detected. The initial buffer size may be determined and modified based on a maximum initial buffer size, and the maximum initial buffer size may be determined based on delays associated with storing data to the buffer. For example, the maximum initial buffer size may correspond to a quantity of data that can be stored to the buffer during a maximum acceptable buffering delay. The maximum acceptable buffering delay may be identified by determining drop rates associated with different buffering delays and selecting, as the maximum acceptable buffering delay, one of the buffering delays associated with a maximum acceptable drop rate.