- From: guest271314 <notifications@github.com>
- Date: Sat, 07 Apr 2018 14:03:34 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 7 April 2018 21:03:57 UTC
@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