Skip to content

Commit de1a683

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

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
@@ -106,7 +106,7 @@ Streams backpressure can optimize throughput while limiting processing and memor
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.
108108
Buffering within a transform would add latency without allowing web applications to adapt much.
109-
The User Agent is responsible to do these adaptations, especially since it controls both ends of the transform.
109+
The User Agent is responsible for doing 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>
112112

0 commit comments

Comments
 (0)