Re: [whatwg/fetch] Expose Stream Watermarks (#689)

@benjamingr If the requirement is only displaying the video and not recording the video as the stream is ongoing you can use `MediaSource` attached to a `<video>` element and the elements' `waiting` element to determine when to read or fetch the next chunks of the media stream.

-- 
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/fetch/issues/689#issuecomment-379499079

Received on Saturday, 7 April 2018 21:03:57 UTC