Live Interaction Establishment With Parallel RTC Setup

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The existing livestreaming technologies face challenges with prolonged interaction establishment times leading to potential live interaction failures due to RTC connection timeouts or viewer aborts during the interaction process.

Innovation Solution

Simultaneously initiate the Real-Time Communication (RTC) connection establishment before the completion of request information transmission, allowing for independent and parallel processing of livestreaming module and RTC module operations to reduce interaction establishment time and failure probability.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If RTC connection is initiated after receiving allow information from host terminal, then connection establishment is simple and sequential, but interaction establishment time is prolonged leading to potential failures

Engineering Contradiction:
Improveinteraction establishment reliabilityVSAvoidinteraction establishment time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The viewer terminal initiates RTC connection establishment before receiving allow information from the host terminal. This preliminary action ensures that the RTC connection is ready in advance, eliminating the sequential waiting period and reducing overall interaction establishment time while maintaining reliability through proper connection state management.

Inventive Principle:
Principle #10Preliminary action

2Productivity

If RTC connection establishment is performed sequentially after request processing, then connection management is simple, but interaction establishment time increases

Engineering Contradiction:
Improveinteraction establishment efficiencyVSAvoidconnection management complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The connection management process is segmented into independent modules: request processing module, RTC connection module, and state management module. This segmentation allows parallel execution of request processing and RTC connection establishment, improving productivity while maintaining manageable complexity through modular architecture.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

RTC connection establishment is initiated as a preliminary action before receiving final allow information. This enables parallel processing of connection setup and request handling, significantly improving interaction establishment efficiency without requiring complex coordination between sequential operations.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20250330506A1Live interaction establishment method and apparatus, and device, storage medium and program product
Publication Date: 2025.10.23 DOUYIN VISION CO LTD
  • US20250330506A1 patent drawing
  • US20250330506A1 patent drawing
  • US20250330506A1 patent drawing

AI summary

The present disclosure relates to a live interaction establishment method and apparatus, and a device, a storage medium and a program product. The method includes: sending request information to a first server; receiving response information from the first server as feedback to the request information; and initiating a first connection of real time communication (RTC) to a second server based on the response information, before receiving allow information from the host terminal as feedback to the request information.