Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section 3.2.1: Add N49 - video decoding recovery after packet loss #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,13 @@ <h4>Game streaming</h4>
delay. This requirement is addressed by jitterBufferTarget, defined in
[[?WebRTC-Extensions]] Section 6.</td>
</tr>
<tr>
<td>N49</td>
<td>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.<td>
</tr>
</tbody>
</table>
<p>Experience: Microsoft's Xbox Cloud Gaming and NVIDIA's GeForce NOW are examples of this use case, with media
Expand Down Expand Up @@ -1071,9 +1078,16 @@ <h3>Requirements Summary</h3>
<td>The WebRTC connection can generate signals indicating demands
for keyframes, and surface those to the application.</td>
</tr>
<tr id="N49">
<td>N49</td>
<td>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.<td>
</tr>
</tbody>
</table>
<p class="note">Requirements N40-N47 have unresolved comments from a Call for Consensus (CfC).</p>
<p class="note">Requirements N40-N49 have unresolved comments from a Call for Consensus (CfC).</p>
</section>
</body>
</html>
Loading