Dynamic Manifest Generation for Adaptive Streaming

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Content producers face difficulties in providing multimedia content to diverse consumer devices due to format and protocol incompatibilities, as well as network bandwidth fluctuations, which existing adaptive bitrate streaming protocols struggle to address effectively.

Innovation Solution

A media server dynamically generates manifests and segments based on requests from media players, supporting multiple manifest types and segment formats, including key frame alignment and various content segmentation types, to ensure seamless streaming across different devices and network conditions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of manufacture

If a single manifest format and segment format are used in ABR streaming, then the server implementation is simplified, but compatibility with diverse consumer devices with different protocol requirements is reduced

Engineering Contradiction:
Improveserver implementation simplicityVSAvoiddevice compatibility
Core Design Contradiction:
Ease of manufactureVSAdaptability or versatility

Solution Approach 1:

The server dynamically generates manifests and segments based on the specific requirements of each client device. Instead of using a static single format, the system adapts the manifest type (e.g., HLS playlist, DASH MPD) and segment format (e.g., MP4, TS, WebM) according to the client's capabilities and preferences, resolving the contradiction between implementation simplicity and device compatibility

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The server changes the parameters of manifest and segment formats based on client requests. By detecting the client's supported formats and protocols, the server modifies the output format parameters (manifest structure, segment container type, encoding parameters) to match client requirements, thereby achieving broad compatibility without requiring multiple fixed format implementations

Inventive Principle:
Principle #35Parameter changes

2Adaptability or versatility

If multiple manifest types and segment formats are supported, then device compatibility is improved, but the server's complexity increases

Engineering Contradiction:
Improvedevice compatibilityVSAvoidserver complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The client device specifies its preferred manifest type and segment format in the initial request, allowing the server to automatically select the appropriate format without requiring complex format detection logic. This self-service approach reduces server complexity while maintaining compatibility across multiple formats

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The server implements a universal manifest generation mechanism that can produce multiple manifest types (HLS, DASH, etc.) and segment formats through a single adaptive system. Rather than maintaining separate dedicated systems for each format, the server uses a unified architecture that responds to client preferences, reducing overall system complexity while supporting multiple formats

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

3Adaptability or versatility

If content is segmented into multiple chunks for ABR streaming, then adaptability to network bandwidth changes is improved, but the complexity of manifest generation and segment packetization increases

Engineering Contradiction:
Improvenetwork bandwidth adaptabilityVSAvoidmanifest generation complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The content is divided into multiple segments or chunks of fixed duration (e.g., 2-10 seconds), which are then organized into manifests according to different ABR renditions. This segmentation enables clients to request only the segments they need based on current network conditions, improving adaptability while the server handles the complexity of organizing these segments into appropriate manifest structures

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The manifest generation process is made dynamic by adjusting segment packetization based on client requests and network conditions. The server can dynamically determine segment boundaries, group segments into appropriate rendition groups, and generate manifest entries that reflect current network capabilities, thereby managing complexity through adaptive rather than static organization

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS9860612B2Manifest generation and segment packetization
Publication Date: 2018.01.02 WOWZA MEDIA SYSTEMS LLC
  • US9860612B2 patent drawing
  • US9860612B2 patent drawing
  • US9860612B2 patent drawing

AI summary

A method includes receiving, at a media server from a computing device, a first request for a manifest associated with media content. The method also includes generating, at the media server, the manifest based on a manifest type and a content segmentation type. The manifest identifies one or more segments of one or more adaptive streaming renditions. The method further includes sending the manifest from the media server to the computing device. The method includes receiving a second request from the computing device, where the second request identifies a requested segment of an adaptive streaming rendition identified by the manifest. The method also includes sending the requested segment from the media server to the computing device in response to the second request.