Skip to content

Commit db1bb29

Browse files
youennfjan-ivar
andauthored
Update index.bs
Co-authored-by: Jan-Ivar Bruaroey <[email protected]>
1 parent d33668f commit db1bb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ At construction of each {{RTCRtpSender}} or {{RTCRtpReceiver}}, run the followin
105105
Streams backpressure can optimize throughput while limiting processing and memory consumption by pausing data production as early as possible in a data pipeline.
106106
This proves useful in contexts where reliability is essential and latency is less of a concern.
107107
On the other hand, WebRTC media pipelines favour low latency over reliability, for instance by allowing to drop frames at various places and by using recovery mechanisms.
108-
Buffering within WebRTC encoded transform would add latency without allowing web applications to adapt much.
108+
Buffering within a transform would add latency without allowing web applications to adapt much.
109109
The User Agent is responsible to do these adaptations, especially since it controls both ends of the transform.
110110
For those reasons, streams backpressure is disabled in WebRTC encoded transforms.
111111
</p>

0 commit comments

Comments
 (0)