From c64bc081237e0963b380468b3d6484e1cab448c2 Mon Sep 17 00:00:00 2001 From: Sun Shin Date: Thu, 14 Dec 2023 22:40:09 -0800 Subject: [PATCH] Section 3.2.1: Add N49 - video decoding after loss Partial fixes for #103 --- index.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 04d245d..85940e2 100644 --- a/index.html +++ b/index.html @@ -299,6 +299,13 @@

Game streaming

delay. This requirement is addressed by jitterBufferTarget, defined in [[?WebRTC-Extensions]] Section 6. + + N49 + The application should be designed with a flexible video decoding + recovery system. This system must ensure uninterrupted decoding operations, + capable of handling frame-loss scenarios efficiently without the exclusive + reliance on key frames for recovery. +

Experience: Microsoft's Xbox Cloud Gaming and NVIDIA's GeForce NOW are examples of this use case, with media @@ -1071,9 +1078,16 @@

Requirements Summary

The WebRTC connection can generate signals indicating demands for keyframes, and surface those to the application. + + N49 + The application should be designed with a flexible video decoding + recovery system. This system must ensure uninterrupted decoding operations, + capable of handling frame-loss scenarios efficiently without the exclusive + reliance on key frames for recovery. + -

Requirements N40-N47 have unresolved comments from a Call for Consensus (CfC).

+

Requirements N40-N49 have unresolved comments from a Call for Consensus (CfC).