Skip to content

Commit d33668f

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

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
@@ -104,7 +104,7 @@ At construction of each {{RTCRtpSender}} or {{RTCRtpReceiver}}, run the followin
104104
<p class=note>
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.
107-
On the other hand, WebRTC media pipelines favour latency over reliability, for instance by allowing to drop frames at various places and by using recovery mechanisms.
107+
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.
108108
Buffering within WebRTC encoded 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.

0 commit comments

Comments
 (0)