Skip to content

Commit 660f347

Browse files
committed
Section 3.2.1: Add N48 - bandwidth feedback speed
Partial fixes for w3c#103
1 parent 3ca2396 commit 660f347

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

index.html

+11-1
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@ <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>N48</td>
304+
<td>The application must be able to control the timing of the signaling that
305+
has information on packet loss and packet reception timing.</td>
306+
</tr>
302307
</tbody>
303308
</table>
304309
<p>Experience: Microsoft's Xbox Cloud Gaming and NVIDIA's GeForce NOW are examples of this use case, with media
@@ -1071,9 +1076,14 @@ <h3>Requirements Summary</h3>
10711076
<td>The WebRTC connection can generate signals indicating demands
10721077
for keyframes, and surface those to the application.</td>
10731078
</tr>
1079+
<tr id="N48">
1080+
<td>N48</td>
1081+
<td>The application must be able to control the timing of the signaling that
1082+
has information on packet loss and packet reception timing.</td>
1083+
</tr>
10741084
</tbody>
10751085
</table>
1076-
<p class="note">Requirements N40-N47 have unresolved comments from a Call for Consensus (CfC).</p>
1086+
<p class="note">Requirements N40-N48 have unresolved comments from a Call for Consensus (CfC).</p>
10771087
</section>
10781088
</body>
10791089
</html>

0 commit comments

Comments
 (0)