Skip to content

Commit 1ec12f7

Browse files
committed
Section 3.2.1: Add requirement N49
Partial fixes for w3c#103
1 parent 3ca2396 commit 1ec12f7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@ <h4>Game streaming</h4>
299299
delay. This requirement is addressed by jitterBufferTarget, defined in
300300
[[?WebRTC-Extensions]] Section 6.</td>
301301
</tr>
302+
<tr>
303+
<td>N49</td>
304+
<td>The application must be able to control video decoding to continue even
305+
after a frame-loss without waiting for a key frame. This helps the application recover
306+
faster from lossy network conditions.</td>
307+
</tr>
302308
</tbody>
303309
</table>
304310
<p>Experience: Microsoft's Xbox Cloud Gaming and NVIDIA's GeForce NOW are examples of this use case, with media
@@ -1071,9 +1077,15 @@ <h3>Requirements Summary</h3>
10711077
<td>The WebRTC connection can generate signals indicating demands
10721078
for keyframes, and surface those to the application.</td>
10731079
</tr>
1080+
<tr id="N49">
1081+
<td>N49</td>
1082+
<td>The application must be able to control video decoding to continue even
1083+
after a frame-loss without waiting for a key frame. This helps the application
1084+
recover faster from lossy network conditions.</td>
1085+
</tr>
10741086
</tbody>
10751087
</table>
1076-
<p class="note">Requirements N40-N47 have unresolved comments from a Call for Consensus (CfC).</p>
1088+
<p class="note">Requirements N40-N49 have unresolved comments from a Call for Consensus (CfC).</p>
10771089
</section>
10781090
</body>
10791091
</html>

0 commit comments

Comments
 (0)