Skip to content

Commit 3a41ab5

Browse files
committed
Section 3.2.1: Add N48 - bandwidth feedback speed
Partial fixes for w3c#103
1 parent 01017e8 commit 3a41ab5

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

index.html

+17-1
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,14 @@ <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 should be designed to offer suggestions for
305+
timing parameter preferences to the User Agent (UA). This allows
306+
the application to contribute to the management of packet loss
307+
and optimization of packet reception timing without interfering
308+
with UA congestion control algorithms.</td>
309+
</tr>
302310
</tbody>
303311
</table>
304312
<p>Experience: Microsoft's Xbox Cloud Gaming and NVIDIA's GeForce NOW are examples of this use case, with media
@@ -1068,9 +1076,17 @@ <h3>Requirements Summary</h3>
10681076
<td>The WebRTC connection can generate signals indicating demands
10691077
for keyframes, and surface those to the application.</td>
10701078
</tr>
1079+
<tr id="N48">
1080+
<td>N48</td>
1081+
<td>The application should be designed to offer suggestions for
1082+
timing parameter preferences to the User Agent (UA). This allows
1083+
the application to contribute to the management of packet loss
1084+
and optimization of packet reception timing without interfering
1085+
with UA congestion control algorithms.</td>
1086+
</tr>
10711087
</tbody>
10721088
</table>
1073-
<p class="note">Requirements N40-N47 have unresolved comments from a Call for Consensus (CfC).</p>
1089+
<p class="note">Requirements N40-N48 have unresolved comments from a Call for Consensus (CfC).</p>
10741090
</section>
10751091
</body>
10761092
</html>

0 commit comments

Comments
 (0)