Skip to content

Commit 52c273b

Browse files
committed
Section 3.2.1: Clarify Game streaming requirements
Partial fixes for w3c#103
1 parent b1e964c commit 52c273b

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

index.html

+43-1
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,26 @@ <h4>Game streaming</h4>
292292
<td>The application must be able to control the jitter buffer and rendering
293293
delay.</td>
294294
</tr>
295+
<tr>
296+
<td>N48</td>
297+
<td>WebRTC must support a mode in which it allows video decoding to continue
298+
even after a frame loss without waiting for a key frame.</td>
299+
</tr>
300+
<tr>
301+
<td>N49</td>
302+
<td>The WebRTC connection can generate signals indicating to encoder
303+
about loss of encoder-decoder synchronicity and sequence of the loss.</td>
304+
</tr>
305+
<tr>
306+
<td>N50</td>
307+
<td>Application must be able to configure RTCP feedback transmission interval
308+
(Ex: Transport-wide RTCP Feedback Message).</td>
309+
</tr>
310+
<tr>
311+
<td>N51</td>
312+
<td>WebRTC neeed to provide the jitter buffer to account for jitter
313+
in the pipeline upto the frame render stage.</td>
314+
</tr>
295315
</tbody>
296316
</table>
297317
<p>Experience: Microsoft's Xbox Cloud Gaming and NVIDIA's GeForce NOW are examples of this use case, with media
@@ -1052,9 +1072,31 @@ <h3>Requirements Summary</h3>
10521072
<td>The WebRTC connection can generate signals indicating demands
10531073
for keyframes, and surface those to the application.</td>
10541074
</tr>
1075+
<tr id="N48">
1076+
<td>N48</td>
1077+
<td>WebRTC must support a mode in which it allows video decoding
1078+
to continue even after a frame loss without waiting for a key frame.
1079+
This enables addition of recovery methods such as using frames
1080+
containing intra coded macroblocks and coding units.</td>
1081+
</tr>
1082+
<tr id="N49">
1083+
<td>N49</td>
1084+
<td>The WebRTC connection can generate signals indicating to encoder about
1085+
loss of encoder-decoder synchronicity and sequence of the loss. </td>
1086+
</tr>
1087+
<tr id="N50">
1088+
<td>N50</td>
1089+
<td>Application must be able to configure RTCP feedback transmission interval
1090+
(Ex: Transport-wide RTCP Feedback Message).</td>
1091+
</tr>
1092+
<tr id="N51">
1093+
<td>N51</td>
1094+
<td>Extend adaptation of the jitter buffer to account for jitter
1095+
in the pipeline upto the frame render stage.</td>
1096+
</tr>
10551097
</tbody>
10561098
</table>
1057-
<p class="note">Requirements N30-N47 have not completed a Call for Consensus (CfC).</p>
1099+
<p class="note">Requirements N30-N51 have not completed a Call for Consensus (CfC).</p>
10581100
</section>
10591101
</body>
10601102
</html>

0 commit comments

Comments
 (0)