You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,8 @@ At construction of each {{RTCRtpSender}} or {{RTCRtpReceiver}}, run the followin
97
97
4. <a dfn for="ReadableStream">Set up</a>[=this=].`[[readable]]`. [=this=].`[[readable]]` is provided frames using the [=readEncodedData=] algorithm given |this| as parameter.
98
98
5. Set [=this=].`[[readable]]`.`[[owner]]` to |this|.
99
99
6. Initialize [=this=].`[[writable]]` to a new {{WritableStream}}.
100
-
7. <a dfn for="WritableStream">Set up</a>[=this=].`[[writable]]` with its [=WritableStream/set up/writeAlgorithm=] set to [=writeEncodedData=] given |this| as parameter.
100
+
7. <a dfn for="WritableStream">Set up</a>[=this=].`[[writable]]` with its [=WritableStream/set up/writeAlgorithm=] set to [=writeEncodedData=] given |this| as parameter and its [=WritableStream/set up/sizeAlgorithm=] to an algorithm that returns <code>0</code>.
101
+
<p class="note">Chunk size is set to 0 to explictly disable streams backpressure on the write side.</p>
101
102
8. Set [=this=].`[[writable]]`.`[[owner]]` to |this|.
102
103
9. Initialize [=this=].`[[pipeToController]]` to null.
103
104
1. Initialize [=this=].`[[lastReceivedFrameCounter]]` to <code>0</code>.
0 commit comments