Distributed GOP Segmentation for Scalable Live Stream Encoding

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing live stream encoding technologies rely on dedicated hardware, which is resource-intensive and inefficient, especially when redundancy and reliability are desired.

Innovation Solution

A distributed encoding system that separates live media streams into groups of pictures (GOPs) and processes them using multiple stateless encoders and fragmentation systems, allowing for dynamic scaling of resources and efficient encoding of multiple variants.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If dedicated hardware is used for live stream encoding, then encoding quality and reliability are improved, but resource efficiency and scalability deteriorate

Engineering Contradiction:
Improveencoding reliabilityVSAvoidresource scalability
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The encoding system is segmented into multiple independent stateless encoder instances that can be distributed across different hardware resources. Each encoder processes specific groups of pictures (GOPs) independently, allowing the system to scale by adding or removing encoder instances without affecting overall system reliability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The stateless encoder design enables universal functionality where identical encoder software can run on diverse hardware platforms (GPUs, FPGAs, general-purpose processors). This multi-functionality allows the same encoding logic to be deployed across different resource types, improving both reliability through redundancy and scalability through flexible resource allocation.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Reliability

If multiple encoders are deployed for redundancy, then system reliability is improved, but resource consumption and complexity increase

Engineering Contradiction:
Improvesystem redundancyVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system segments the encoding workload into independent GOP-based tasks that can be distributed across multiple stateless encoder instances. This segmentation allows redundancy to be implemented simply by adding more encoder instances handling different segments, rather than replicating entire complex encoding systems.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Multiple identical copies of the stateless encoder software are deployed across different hardware resources. These copies are simple to replicate and manage, providing redundancy without the complexity of managing diverse encoder implementations. The stateless nature ensures each copy is independent and can be easily replaced or scaled.

Inventive Principle:
Principle #26Copying

3Productivity

If real-time encoding is performed on multiple live streams, then processing throughput is improved, but resource requirements and overhead increase

Engineering Contradiction:
Improveencoding throughputVSAvoidcomputational resource consumption
Core Design Contradiction:
ProductivityVSUse of energy by moving object

Solution Approach 1:

The encoding process is segmented at the GOP level, allowing different encoder instances to work on different GOPs from the same or different live streams simultaneously. This segmentation enables parallel processing that increases throughput while distributing computational load efficiently across available resources, preventing any single resource from being overburdened.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system dynamically allocates encoding tasks to available stateless encoder instances based on current resource availability and workload. This dynamic allocation allows the system to scale throughput by adding resources when needed while conserving energy by using fewer resources during lower demand periods, optimizing the balance between productivity and resource consumption.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS20250193459A1Distributed scalable encoder resources for live streams
Publication Date: 2025.06.12 ADEIA MEDIA HOLDINGS INC
  • US20250193459A1 patent drawing
  • US20250193459A1 patent drawing
  • US20250193459A1 patent drawing

AI summary

Live media streams are delineated for distributed encoding and fragmentation in a dynamically scalable distributed resource system. In some examples, live MPEG-2 media streams are separated into groups of pictures (GOPs) and converted into jobs for encoding and fragmentation systems. Multiple jobs may be created for the same live media stream to provide for different quality levels for each fragment of each channel. Shared resources such as a pool of dynamically scalable virtual machines can be used to process the individual jobs. Encoded fragments may be H.264 fragments maintained on shared storage. A particular live stream corresponding to a particular quality level can be reconstructed using the encoded fragments.