w3c / mediacapture-transform

MediaStreamTrack Insertable Media Processing using Streams
https://w3c.github.io/mediacapture-transform/
Other
44 stars 20 forks source link

Proper advice for multi-consumer cases needs to be given, since tee() is problematic #58

Closed alvestrand closed 3 years ago

alvestrand commented 3 years ago

Given the concerns raised in https://github.com/whatwg/streams/issues/1157, there needs to be proper advice on how to deal with multiple consumers. tee() is not the answer for most cases.