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 fetch the next chunks, see https://github.com/guest271314/MediaFragmentRecorder. 

-- 
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-379498773

Received on Saturday, 7 April 2018 20:59:00 UTC