@@ -292,6 +292,26 @@ <h4>Game streaming</h4>
292
292
< td > The application must be able to control the jitter buffer and rendering
293
293
delay.</ td >
294
294
</ 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 >
295
315
</ tbody >
296
316
</ table >
297
317
< 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>
1052
1072
< td > The WebRTC connection can generate signals indicating demands
1053
1073
for keyframes, and surface those to the application.</ td >
1054
1074
</ 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 >
1055
1097
</ tbody >
1056
1098
</ 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 >
1058
1100
</ section >
1059
1101
</ body >
1060
1102
</ html >
0 commit comments