Real-Time Video Streaming Control With Padding-Based Congestion Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing video streaming methods struggle to maintain high video quality while minimizing network congestion and data loss under fluctuating network conditions, particularly due to sluggish bitrate adaptation and increased competition for bandwidth among multiple devices.

Innovation Solution

The method involves using padding data as a buffer to detect early signs of congestion and dynamically adjusting the dataset structure by reducing the encoding bitrate when congestion exceeds a threshold, while maintaining padding data to monitor network conditions, ensuring timely adjustments and smoother streaming.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the bitrate controller reduces bitrate in response to network congestion, then network congestion is reduced, but video quality deteriorates

Engineering Contradiction:
Improvenetwork congestion managementVSAvoidvideo quality
Core Design Contradiction:
ReliabilityVSManufacturing precision

Solution Approach 1:

The system performs preliminary actions by adding padding data to datasets before transmission. This padding data serves as an early warning mechanism that allows the bitrate controller to detect congestion signals before actual video data is affected, enabling proactive bitrate reduction while maintaining video quality through timely adjustments

Inventive Principle:
Principle #10Preliminary action

2Reliability

If TCP retransmission is used to ensure reliability, then data loss is reduced, but transmission rate decreases

Engineering Contradiction:
Improvedata loss preventionVSAvoidtransmission rate
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system introduces padding data as an intermediary element that absorbs congestion effects. Instead of retransmitting video data packets, the padding data acts as a buffer that can be dropped without affecting video quality, thereby maintaining transmission rate while providing congestion feedback for reliable adaptive bitrate control

Inventive Principle:
Principle #24Intermediary (Mediator)

3Productivity

If UDP is used for efficient transmission, then transmission rate increases, but data loss risk increases

Engineering Contradiction:
Improvetransmission rateVSAvoiddata loss risk
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system implements self-service by embedding congestion detection and response capabilities directly in the transmission pipeline. The padding data automatically provides congestion feedback without requiring external retransmission protocols, enabling UDP to maintain high transmission rates while achieving reliable adaptive bitrate control through self-monitoring and self-adjustment

Inventive Principle:
Principle #25Self-service

Data Source

PatentEP4664855B1Method, device and non-transitory computer-readable storage medium for controlling real time video streaming
Publication Date: 2026.05.13 AXIS
  • EP4664855B1 patent drawingFigure 1~2
  • EP4664855B1 patent drawingFigure 3~5
  • EP4664855B1 patent drawingFigure 6~7

AI summary

This disclosure relates to techniques described for optimizing real-time video streaming by dynamically managing data transmission and bandwidth estimation using padding data as a buffer to detect network congestion early.