Re: [whatwg/streams] Fix makeReadableBackpressureByteSocketStream to drain all data (#504)

Yes. If the video decoder can't keep up, then it enters a spiral of failure where we keep trying to feed it more and more data, and it gets more and more behind.

Unfortunately, I don't know how to fix it. We could drop the whole adaptive rate idea and just set HWM to 0 to illustrate a byte stream which tries to drop as little data as possible from a source without guaranteed delivery.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/504#issuecomment-240011335

Received on Tuesday, 16 August 2016 06:08:05 UTC