Meeting: TSGS4_135_India | Agenda Item: 10.7
12 documents found
| TDoc Number | Source | Title | Summarie |
|---|---|---|---|
| NTT, Nokia |
[FS_Q4RTC_MED] Draft TR 26.836 v0.0.1
|
3GPP TR 26.836 V0.0.1 - Study on QUIC-based Media Delivery Solutions for Real-Time Communication (Release 20)Document OverviewThis is an initial skeleton document for a Technical Report studying the application of QUIC-based media delivery protocols to 3GPP Real-Time Communication (RTC) systems. The document is in its early draft stage (V0.0.1) and contains primarily editor's notes outlining the intended structure and scope of the study. Main Technical ScopeThe study aims to evaluate QUIC-based media delivery protocols for integration into the 3GPP RTC system, examining their applicability, benefits, limitations, and potential architectural impacts. Technical Content Structure1. QUIC-based Media Delivery Protocols (Clause 4)Objective: Survey and document existing and emerging QUIC-based media delivery protocols. Planned Content: - Individual protocol descriptions including: - Introduction and features - Benefits and limitations from RTC perspective - Current applications - Summary and comparison of surveyed protocols Note: Comparison with existing RTC system will be addressed in the evaluation clause rather than here. 2. Evaluation of QUIC-based Protocols for RTC (Clause 5)This clause forms the core technical contribution, structured into three main evaluation dimensions: 2.1 Application Scenarios (Clause 5.2)
2.2 Architectural and Functional Evaluation (Clause 5.3)Scope of Analysis: - Impacts on RTC media delivery architecture (TS 26.506) - Impacts on 5G Core Network architecture (TS 23.501) - Impacts on UE implementations Per-Protocol Analysis: - Applicability to defined application scenarios - Potential architectural enhancements required for integration - Advantages and disadvantages for each scenario - Summary of findings 2.3 Performance Evaluation (Clause 5.4)Methodology: - Utilizes test framework from TR 26.934 ("Test platform for media delivery technologies") Content: - Definition of appropriate performance metrics for QUIC-based protocols - Per-protocol evaluation including: - Evaluation conditions - Results obtained using TR 26.934 framework 2.4 Evaluation Summary (Clause 5.5)
3. Integration into RTC System (Clause 6)Conditional Scope: This clause will only be populated if QUIC-based protocols are found beneficial based on Clause 5 evaluation. Planned Content: - Potential integration scenarios - Candidate solutions for integration - Summary of solutions including: - Evaluation/comparison of solutions - Potential normative work requirements 4. Conclusions and Recommendations (Clause 7)Final conclusions and recommendations based on the study findings. Key Dependencies and References
Study ApproachThe document follows a systematic evaluation methodology:
Current StatusThis is a skeleton document (V0.0.1) from SA4#135 (February 2026) containing only structural placeholders and editor's notes. No technical content, evaluation results, or specific protocols have been documented yet. The structure indicates a comprehensive study approach covering protocol analysis, scenario-based evaluation, and potential standardization pathways. |
|
| Nokia, NTT |
[FS_Q4RTC_MED] pCR on QUIC-based media delivery protocols
|
Summary of S4-260101: pCR on QUIC-based media delivery protocolsDocument OverviewThis contribution addresses one of the key objectives of the FS_Q4RTC_MED study item (approved in SA#110) by identifying and documenting existing and emerging QUIC-based media delivery protocols suitable for real-time communication. The document provides a comprehensive technical analysis of three IETF-developed protocols: MOQT, RTP over QUIC (ROQ), and WebTransport. Background on QUICThe document establishes the foundation by describing QUIC as a user-space UDP-based transport protocol with: - Built-in TLS 1.3 encryption - Connection migration support - Stream multiplexing - Pluggable congestion control - Optional unreliable datagrams (RFC 9221) Key motivations for using QUIC for media transport include: - Lower latency: 1-RTT handshake with optional 0-RTT resumption - Independent stream processing: Eliminates head-of-line blocking across streams - Selective reliability and prioritization: Mix of reliable streams and unreliable datagrams - Always-on security: Built-in TLS 1.3 - Better mobility: Connection migration without call drops Media over QUIC Transport (MOQT)Protocol Overview
Key Technical FeaturesObject-based Data Model
Publish/Subscribe Architecture
Key control messages:
- Data Transport Mechanisms
Relay Behavior
Benefits
Limitations
Current ApplicationsMultiple open-source implementations identified: - Google's production-ready implementation (quiche) - Meta's experimental relay and encoder/player - Ozyegin University's MOQT library (moqtail.dev) - Cloudflare's implementation and relay network deployment - Commercial integrations: Bitmovin web player, Vindral live streaming, Red5 (upcoming support) RTP over QUIC (ROQ)Protocol Overview
Key Technical FeaturesPacket Mapping OptionsThree approaches specified: 1. One RTP packet per QUIC stream (not recommended due to excessive overhead) 2. Multiple RTP packets per stream with in-stream framing (length-prefixed) 3. QUIC datagrams: One RTP/RTCP packet per DATAGRAM frame (only flow ID needed) Selection depends on application needs and HoL blocking tolerance: - Datagrams: Unordered, unreliable delivery, no HoL blocking - Streams: Reliable, ordered delivery with explicit prioritization RTCP Optimization
Signaling
Benefits
Limitations
Current ApplicationsOpen-source implementations exist: - TUM Go implementation - BBC Gstreamer plugin - Meetecho C library (imquic) supporting both ROQ and MOQT No commercial deployments identified; further exploration FFS. WebTransportProtocol Overview
Key Technical FeaturesTransport Capabilities
Session Establishment
Congestion Control
Benefits
Limitations
Current Applications
References AddedThe document adds 18 new normative/informative references covering: - IETF drafts for MOQT, ROQ, WebTransport, LOC, MSF, SDP for ROQ - IETF RFCs for QUIC, RTP, SDP, HTTP/2, HTTP/3, QUIC datagrams - W3C WebTransport specification - Congestion control algorithms (GCC, SCReAM) - 3GPP TS 23.501 for 5G system architecture |
|
| Nokia |
[FS_Q4RTC_MED] pCR on Introduction to TR 26.836
|
Summary of S4-260102: Introduction to TR 26.836 on QUIC-based Media DeliveryDocument OverviewThis contribution provides the foundational introduction for TR 26.836, which addresses the study item FS_Q4RTC_MED approved in SA#110. The objective is to identify and document existing and emerging QUIC-based media delivery protocols suitable for real-time communication. Main Technical Contributions1. QUIC Protocol FoundationThe document establishes the baseline understanding of QUIC by referencing the core IETF specifications:
Additional extensions and operational specifications are referenced: - RFC 9114: HTTP/3 - RFC 9221: Unreliable datagram extension - RFC 9309: Applicability guidance - RFC 9312: Manageability aspects 2. Key Motivations for QUIC in Media TransportThe contribution identifies several technical advantages of QUIC for media delivery: Lower Latency and Faster Start-up
Independent Stream Processing and Prioritization
Selective Reliability
Always-on Security
Better Mobility and Robustness
3. IETF QUIC-based Application ProtocolsThe document identifies three QUIC-based application protocols under IETF standardization for real-time and interactive communication:
4. Normative ReferencesThe contribution adds comprehensive normative references covering: - Core QUIC specifications (RFCs 8999, 9000, 9001, 9002) - QUIC extensions (RFCs 9114, 9221) - QUIC operational guidance (RFCs 9309, 9312) - Security foundation (RFC 8446 - TLS 1.3) - IETF work-in-progress drafts for MOQT, ROQ, and WebTransport Document StructureThe changes propose additions to: - Clause 1 (Introduction): Complete technical introduction to QUIC and its benefits for media transport - Clause 2 (References): Addition of 12 new normative references ([y1] through [y12]) |
|
| Nokia (rapporteur) |
[FS_Q4RTC_MED] Considerations on application scenarios
|
Summary of S4-260103: Considerations on Application Scenarios for FS_Q4RTC_MED1. Introduction and ContextThis contribution from Nokia (as rapporteur) addresses the definition of application scenarios for the study on QUIC-based media delivery protocols in the context of the RTC System (FS_Q4RTC_MED). The scenarios will serve as the basis for evaluating QUIC-based media delivery protocols against existing WebRTC and (S)RTP-based frameworks as defined in TS 26.506 and TS 26.113. 2. Evaluation Plan FrameworkThe document references Objective 2 of the SID, which establishes three main evaluation components: a) Evaluation Framework Definition
b) Performance Evaluation
c) Deployment Impact Assessment
Notes: - Evaluation framework may be based on open-source network simulators (e.g., ns3) - Scenarios involve real-time audio/video communication using EVS, IVAS, H.264/AVC, and H.265/HEVC codecs 3. Key Aspects for Application Scenario DefinitionThe document identifies critical aspects that must be considered when defining application scenarios: Relevance to 3GPP Ecosystem
Performance Characteristics
Evaluation ApproachThe document acknowledges that not all scenarios will undergo network simulation using TR 26.934 test framework due to time and resource limitations. When simulation is not possible, analytical assessment of architectural and deployment impact should still be conducted. 4. Proposed Scenario TemplateA standardized template is proposed for scenario definition with the following structure: 1. Scenario NameDescriptive name (e.g., "Interactive XR Split Rendering") 2. DescriptionBrief narrative explaining use cases, user interaction, and overall goal (example provided: XR headset user in collaborative design review with cloud rendering and 5G handovers) 3. Relevance to 3GPP EcosystemExplanation of relationship to actual or anticipated 3GPP services and service enablers 4. Application of QUIC
5. Media Stream and Control Signaling Characteristics
5. ProposalsThe document proposes two actions:
Technical Contributions SummaryThis contribution establishes a structured methodology for defining and evaluating application scenarios in the QUIC-based RTC media delivery study. The main technical contributions are:
|
|
| Nokia (rapporteur), Xiaomi (rapporteur) |
[FS_Q4RTC_MED, FS_QStream_MED] Considerations on the test framework design
|
Considerations on Test Framework Design for QUIC-Related Study Items1. IntroductionThis contribution addresses the coordination of test framework development for two QUIC-related study items: FS_Q4RTC_MED (QUIC for Real-Time Communications) and FS_QStream_MED (QUIC for Streaming). The document proposes a coordinated approach to avoid duplication of effort. 2. Evaluation Plan for FS_Q4RTC_MEDThe evaluation framework for QUIC-based RTC is defined in objectives 2a and 2b of the SID: Objective 2a - Evaluation Framework Definition
Objective 2b - Performance Evaluation
Objective 2c - Deployment Impact AssessmentDocument potential deployment impacts on TS 26.506 delivery architecture, considering: - Current architectures - 3GPP core network architecture (TS 23.501) - UE implementations - Advantages/disadvantages including: efficiency, scalability, distributed deployment capability, impact on radio optimizations, flow control and management, security/privacy vs. traffic management, and implementation readiness Notes: - Evaluation framework may be based on open-source network simulator (e.g., ns3) - Evaluation scenarios involve real-time audio and video communication using EVS/IVAS codecs for audio and H.264/AVC, H.265/HEVC for video (per TS 26.114) 3. Evaluation Plan for FS_QStream_MEDThe evaluation framework for QUIC-based streaming is defined in objectives 1-4, with 3b and 3c being most relevant: Objective 1 - Application ScenariosIdentify application scenarios and delivery characteristics for segmented media delivery services (uplink and downlink), including: - Low latency video streaming - Live streaming - On-demand and short-form video platforms Objective 2 - Technology IdentificationIdentify existing and emerging segmented media streaming technologies, particularly QUIC-based technologies from TR 26.804: - DASH over HTTP/3 - MoQ - MPEG-DASH over WebTransport - MPEG-DASH Part 6 over QUIC Objective 3 - Evaluation Framework DefinitionObjective 3a - Metrics DefinitionDetermine existing metrics reflecting QoE (from TS 26.247, TR 26.944, ITU-T P.1203, CTA-2066, etc.): - Playback time from live edge - Start-up time - Rebuffering events and duration - Streaming quality - Respective QoS metrics if needed Objective 3b - Deployment Impact AssessmentDocument potential impact of deploying QUIC-based streaming technologies on: - Media delivery architecture (TS 26.501) - Delivery protocols (TS 26.512) - Codecs and formats (TS 26.511) Consider: current CDN architectures, 3GPP core network architecture (TS 23.501), UE implementation, encrypted content. Identify advantages/disadvantages including caching efficiency, scalability, distributed deployment capability, and implementation readiness. Objective 3c - Test Framework DesignDesign test framework for collecting selected metrics to evaluate baseline (DASH over HTTP 1.1) against technologies identified in objective #2. Objective 4 - Technology EvaluationEvaluate selected technologies by collecting QoE metrics using the framework from objective #3 for use cases from objective #1, under 3GPP network conditions using mobile network traces. Develop network simulation setup and select network traces for relevant application scenarios. 4. Potential for CoordinationJoint coordination on certain topics could streamline test framework development and ensure effective evaluation: QUIC Protocol Aspects
Common Protocols
Evaluation Methodology
5. ProposalsThe following agreements are proposed:
|
|
| Nokia |
[FS_Q4RTC_MED] Work Plan v0.1
|
Draft Work Plan for FS_Q4RTC_MEDIntroductionThis document presents a draft work plan for the Rel-20 Study on QUIC-based media delivery for real-time communication (FS_Q4RTC_MED), which was agreed at SA4#134 and approved at SA#110 [SP-251661]. Study ObjectivesThe study encompasses the following key objectives: Objective 1: Protocol Identification and DocumentationIdentify existing and emerging QUIC-based media delivery protocols suitable for real-time communication and document their features, benefits, limitations and current applications. Objective 2: Evaluation Framework DefinitionDefine an evaluation framework for QUIC-based media delivery protocols in the context of the RTC System as defined in TS 26.506 and TS 26.113, including:
NOTE 1: The evaluation framework may be based on an open-source network simulator such as ns3. NOTE 2: Evaluation scenarios may involve real-time communication of audio (EVS and IVAS) and video (H.264/AVC and H.265/HEVC) as specified in TS 26.114. Objective 3: Deployment Impact AssessmentDocument potential impact of deploying QUIC-based technologies on the delivery architecture defined in TS 26.506, considering: - Current architectures - 3GPP core network architecture (TS 23.501) - UE implementations - Advantages and disadvantages including efficiency, scalability, distributed deployment capability, impact on radio optimizations, flow control and management, security/privacy versus traffic management, and readiness of general-purpose implementations Objective 4: Integration Study (Conditional)If sufficient evidence of benefits for selected QUIC-based media delivery protocols in the RTC context are identified:
NOTE 4: The study will take into account potential changes in the media delivery architecture as identified in other ongoing 3GPP studies. Objective 5: CoordinationCoordinate work with other 3GPP groups and the IETF as needed. Proposed Work Plan TimelineSA4#134 (17–21 November 2025, Dallas, US)
SA#110 (9–12 December 2025, Baltimore, US)
SA4#134 RTC SWG call (Dec 17, 2025, 14:00-16:00 CET, Host Nokia)
SA4#134 RTC SWG call (Jan 28, 2026, 15:00-17:00 CET, Host Nokia)
SA4#135 (9–13 February 2026, Goa, India)
NOTE: Coordinate with FS_QStream_MED on the evaluation framework. Post SA4#135 RTC SWG calls (date/time TBD, Host Nokia)
SA4#135-bis-e (13–17 April 2026, online)
Post SA4#135-bis-e AHG calls (date/time TBD, Host Nokia)
SA4#136 (11–15 May 2026, Montreal, Canada)
NOTE: Stage-2 normative work item for 5GA may be proposed here. Post SA4#136 AHG calls (date/time TBD, Host Nokia)
SA4#137-e (24–28 August 2026, online)
Post SA4#137-e AHG calls (date/time TBD, Host Nokia)
SA4#138 (16–20 November 2026, Calgary, Canada)
NOTE: Stage-3 normative work item for 5GA may be proposed here. SA#114 (8–11 December 2026, US)
SA4#139 (22–26 February 2027, South Korea)
SA#115 (16–19 March 2027, Europe)
|
|
| InterDigital Pennsylvania |
[FS_Q4RTC_MED] RTP over QUIC media delivery protocol for real-time communication
|
Summary of S4-260242: RTP over QUIC Media Delivery Protocol for Real-time CommunicationDocument OverviewThis contribution to TR 26.836 v0.0.1 documents RTP over QUIC (RoQ) as a media delivery protocol for real-time communication services. The document is submitted by InterDigital to the Study on QUIC-based media delivery for real-time communication and services. Main Technical ContributionsReferences AddedThe contribution adds two key normative references: - IETF RFC 9221: "An Unreliable Datagram Extension to QUIC" - IETF Draft draft-ietf-avtcore-rtp-over-quic-14: "RTP over QUIC (RoQ)" (Work in progress) Introduction to RTP over QUIC (Section 4.2.X.1)The contribution introduces RoQ as a framework for transporting RTP and RTCP data over QUIC protocol, providing: - A minimal and flexible mapping allowing existing RTP-based applications to operate over QUIC instead of UDP - Leveraging QUIC's built-in features: mandatory encryption, connection migration, multiplexing, and standardized congestion control - Support for both QUIC streams and QUIC datagrams for encapsulation - Transport-level feedback that can complement or replace traditional RTCP features Features (Section 4.2.X.2)Security and Encapsulation (4.2.X.2.1)
Multiplexing (4.2.X.2.2)
RTP Packet Handling (4.2.X.2.3)
RTCP Packet Handling (4.2.X.2.4)
Benefits (Section 4.2.X.3)
Limitations (Section 4.2.X.4)
Current Applications (Section 4.2.X.5)The contribution lists three open-source implementations: 1. RTP over QUIC implementation in Go (github.com/mengelbart/roq) 2. RTP-over-QUIC elements for GStreamer (github.com/bbc/gst-roq) 3. Meetecho's open source QUIC library for multimedia applications supporting RoQ and MoQ (github.com/meetecho/imquic) Document TypeThis is a text proposal contribution adding a new subsection to the technical report, documenting RoQ protocol characteristics for consideration in the QUIC-based media delivery study. |
|
| InterDigital Pennsylvania |
[FS_Q4RTC_MED] Media over QUIC media delivery protocol for real-time communication
|
Summary of S4-260246: Media over QUIC for Real-Time CommunicationDocument OverviewThis contribution proposes additions to 3GPP TR 26.836 v0.0.1 (Study on QUIC-based media delivery for real-time communication and services) focusing on the Media over QUIC (MoQ) transport protocol. The document provides a comprehensive technical description of MoQ, its features, benefits, and limitations for real-time communication services. Main Technical ContributionsReference UpdatesThe CR adds three new normative references to IETF drafts: - draft-ietf-moq-transport-16: "Media over QUIC Transport" - defines the core MOQT protocol - draft-ietf-moq-msf-00: "MOQT Streaming Format" - specifies streaming format mappings - draft-ietf-moq-loc-01: "Low Overhead Media Container" - defines container format with minimal overhead Protocol Introduction and ArchitectureCore Protocol Description: - MOQT is defined as a family of protocols for transporting real-time media (audio, video, synchronized data) over QUIC - Uses publisher/subscriber communication model - Supports optional relay-based distribution mechanisms - Can operate over native QUIC or WebTransport over QUIC - Designed for low-latency media delivery and scalable real-time communication Protocol Stack: - Includes illustration of MOQT protocol stack showing layered architecture Streaming Formats: - MSF (MOQT Streaming Format): Segment-based format for interoperable low-latency streaming (previously known as WARP) - LOC (Low Overhead Media Container): Aligned with WebCodecs for minimal overhead Core FeaturesTransport Layer Features: - Publish/Subscribe Model: Producers publish media data; consumers (clients/relays) subscribe to specific "Tracks" - QUIC Integration: Leverages QUIC streams for reliable, ordered delivery (avoiding head-of-line blocking) and datagrams for loss-tolerant scenarios MSF Format Features: - Hierarchical Data Model: - Tracks: Sequence of groups - Groups: Temporal sequences acting as independent join points - Objects: Basic addressable units - Subgroups: Manage decoding dependencies on single stream
Benefits for Real-Time CommunicationLow Latency and Congestion Control: - Minimal latency delivery leveraging QUIC's rapid congestion detection and response - Reduced connection establishment latency (0-RTT / 1-RTT) - No head-of-line blocking across independent streams - Ability to discard outdated media objects Scalability: - Massive scaling through relays - Relays aggregate multiple subscriptions for same content into single upstream request - Reduces load on original publisher Convergence: - Single transport protocol for both media contribution and distribution - Reduces need for protocol conversion or media repackaging at intermediate nodes Web Compatibility: - Native browser support via WebTransport without custom plugins - Facilitates convergence between real-time media communication and web-based service platforms Delivery Flexibility: - Choice between reliable stream-based or unreliable datagram-based delivery within same session - Selection based on content nature and latency requirements QoS Configuration: - Different QoS configurations possible - Example: QUIC stream priorities for I-frames versus B-frames Built-in Security: - Mandatory encryption based on TLS 1.3 - No support for unsecured modes - Simplified security model compared to RTP/SRTP-based solutions LimitationsOut-of-Band Discovery: - Initial discovery of servers and specific Track Namespaces handled outside protocol - Mechanisms exist for track discovery once session is established Congestion Control Complexity: - Latency performance depends on congestion control algorithm used - Certain congestion control behaviors may introduce latency under specific network conditions - Requires careful selection or tuning for real-time services Current Applications and ImplementationsMOQtail: - Implementation in Rust and TypeScript - Provides libraries for publisher, subscriber, and relay components - Features media application demos using LOC and CMSF formats - GitHub: https://github.com/moqtail/moqtail moq-encoder-player: - Facebook Experimental implementation - GitHub: https://github.com/facebookexperimental/moq-encoder-player Cloudflare MoQ Service: - Cloudflare's implementation of MoQ protocol - Deployed MoQ Relay Network (MRN) on Cloudflare infrastructure - Provides large-scale media streaming using MoQ - Reference: https://blog.cloudflare.com/moq/ |
|
| InterDigital Pennsylvania |
[FS_Q4RTC_MED] WebTransport protocol for real-time communication
|
Summary of 3GPP Change Request S4-260257Document Information
PurposeThis CR documents the WebTransport media delivery protocol, including its features, benefits, and limitations for use in real-time communication services within the ongoing study on QUIC-based media delivery protocols. Technical ContributionsReference UpdatesThe CR adds six new normative/informative references related to WebTransport: - IETF draft-ietf-webtrans-overview (WebTransport Protocol Framework) - IETF draft-ietf-webtrans-http3 (WebTransport over HTTP/3) - IETF draft-ietf-webtrans-http2 (WebTransport over HTTP/2) - WebTransport API (MDN documentation) - W3C Working Draft for WebTransport - IETF WebTransport Working Group Charter New Technical Clause: WebTransport (4.2.X)Introduction (4.2.X.1)
Features (4.2.X.2)
Benefits (4.2.X.3)
Limitations (4.2.X.4)
Current Applications (4.2.X.5)
Overall AssessmentThis CR provides comprehensive documentation of WebTransport as a candidate protocol for QUIC-based real-time communication services, covering its technical characteristics, advantages for web-based RTC applications, deployment constraints, and current implementation status. |
|
| InterDigital Pennsylvania |
[FS_Q4RTC_MED] Application scenario: Real-time Peer to Application to Peer communication
|
Summary of S4-260258: Application Scenario for Real-time Peer to Application to Peer CommunicationDocument OverviewThis contribution to TR 26.836 (Study on QUIC-based media delivery for real-time communication and services) proposes the addition of a Peer to Application to Peer (P2A2P) application scenario for evaluating QUIC-based media delivery protocols in real-time communication services. The document references existing 3GPP specifications (TS 23.228 and TS 26.114) as the basis for this scenario. Main Technical Contributions1. Reference UpdatesThe CR adds three new normative references to support the P2A2P scenario:
2. P2A2P Application Scenario Definition (New Clause 5.2.1.1)2.1 Core Architecture DescriptionThe scenario describes an RTC session where:
2.2 Media Handling CharacteristicsThe AS is characterized as a media-aware entity that actively processes real-time media streams:
3. Real-Time Communication for Conversational XR Services Use Case (New Clause 5.2.1.1.2)3.1 General XR Communication FrameworkDescribes RTC augmented by shared XR scenes with:
3.2 Deployment ConfigurationsThree participant configurations are defined:
3.3 Specific Use Cases from TR 22.870Three detailed use cases are referenced: Seamless Immersive Reality in Education (Clause 9.5) - Supports local, hybrid, or fully immersive classroom configurations - Virtual objects for learning enhancement Seamless Holographic Telepresence in Healthcare (Clause 9.8) - Highly immersive real-time interactions between patients and medical practitioners - Recreates physical co-presence using holograms, avatars, and multi-sensory media - Requires synchronized multi-modal data streams (video, audio, haptics, motion, volumetric data) - Supports six degrees of freedom (6DoF) - Emphasizes security and privacy for sensitive biometric information (facial features, voiceprints, gestures, health signals) Personalized Interactive Immersive Guided Tour (Clause 9.12) - Combines location-aware MR/XR with avatars and multi-modal interaction - Remote touristic guide represented by personalized avatars - Heterogeneous 5G/6G-connected devices (AR glasses, XR headsets, smartphones, haptic wearables, immersive audio) - Personalized experience: individual choice of immersion level, devices, language, avatar appearance, content type - AI-based analysis of gaze, facial expressions, and behavior for contextual content adaptation - Rich XR features: 2D/3D video, volumetric video, 6DoF movement, immersive audio, tactile feedback - Supports both indoor and outdoor locations Technical SignificanceThis CR establishes P2A2P as a relevant application scenario for evaluating QUIC-based media delivery in RTC services, particularly emphasizing:
|
|
| InterDigital Pennsylvania |
[FS_Q4RTC_MED] Application scenario: Peer to Application (P2A) with split rendering
|
Summary of S4-260259: Application Scenario for Peer to Application (P2A) with Split RenderingDocument OverviewThis Change Request introduces a new application scenario for the Study on QUIC-based media delivery for real-time communication (RTC) services. The contribution focuses on defining the Peer to Application (P2A) scenario with split rendering as specified in TS 26.506 and TS 26.565. Main Technical Contributions1. References UpdateThe document adds a new normative reference:
2. New Application Scenario: Real-time Interactive Applications with Split Rendering2.1 Architecture and Functional SplitThe contribution defines a split rendering architecture where:
2.2 Communication CharacteristicsThe scenario requires:
2.3 Deployment ScenariosTwo operational modes are defined:
2.4 Network and Resource RequirementsThe contribution identifies specific network support needs:
2.5 Applicable Use Cases from TR 22.870The contribution maps the P2A split rendering scenario to three specific use cases from TR 22.870:
Technical SignificanceThis contribution establishes a foundational application scenario for evaluating QUIC-based media delivery protocols in the context of split rendering services. It clearly defines the functional split, communication requirements, and maps to existing 6G use case requirements, providing a concrete basis for protocol evaluation and optimization work in the study item. |
|
| InterDigital Pennsylvania |
[FS_Q4RTC_MED] Application scenario: Conference using QUIC-based media protocols for RTC
|
Summary of S4-260261: Conference Application Scenario for QUIC-based RTCDocument Information
Introduction and ObjectiveThis contribution addresses the Study on QUIC-based media delivery for real-time communication and services (FS_Q4RTC_MED). The focus is on identifying and documenting relevant application scenarios for evaluating QUIC-based media delivery protocols, specifically for conference applications in real-time communication services. Main Technical ContributionsReference UpdatesAddition of normative reference: - [X.1] 3GPP TR 22.870: "Study on 6G Use Cases and Service Requirements" Conference Application Scenario (Section 5.2.1.X)General DescriptionThe contribution defines a conference application scenario enabling multiple UEs (smartphones, tablets, smart glasses) to participate in real-time interactive sessions from web-based or native clients. Key characteristics include: - Support for audio, video, haptic media and data sharing (chat, presence, screen-sharing metadata) - Reliable control signaling and non-media data - Low latency and continuity prioritization for media delivery - Support for different browsers and dedicated applications Architecture 1: Single Output Scenario with Centralized Mixing (Section 5.2.1.X.2)Architecture characteristics: - Media streams (audio/video/haptic) from all participants sent to central conferencing server - Server includes composition function/media mixer - Mixer combines different input streams into single composite output stream per session - All UEs receive identical combined/mixed streams - Control and signaling messages exchanged between UEs and conferencing server Functional aspects: - Capability and state exchange between all parties - Dynamic adaptation by media mixer to changes (resolution, video source) - Server manages admission of new participants Architecture 2: Multi-Stream Scenario (Section 5.2.1.X.3)Architecture characteristics: - Participants subscribe to audio/video streams published by remote participants - Central conferencing server manages subscription and publish mechanisms - Dynamic subscription model: UEs can subscribe to one or more streams, changeable over time - Composition performed on UE side Example scenarios: - UE1 subscribes to all audio and video streams from other UEs - UE2 subscribes selectively (e.g., video from UE1, audio from UE1/UE3/UE4) - Dynamic changes supported (e.g., UE2 later subscribes to UE4 video) Mapping to TR 22.870 Use Cases (Section 5.2.1.X.4)The contribution maps the two conference architectures to specific use cases from TR 22.870: Multi-Stream Scenario Mapping:
Single Output Scenario Mapping:
Additional Relevant Use Cases:
QUIC Protocol Suitability JustificationThe contribution provides rationale for QUIC-based transport for immersive use cases based on alignment with TR 22.870 requirements: Key requirements addressed: - Low latency - Bidirectional communication - High reliability - Multi-modal traffic support - Strong security QUIC protocol advantages: - Encrypted-by-default communication - Stream multiplexing without head-of-line blocking - Robustness to packet loss and network variability - Built-in standardized congestion control and loss recovery mechanisms These characteristics make QUIC suitable for interactive and immersive communication application scenarios. |
Total Summaries: 12 | PDFs Available: 12