- From: guest271314 <notifications@github.com>
- Date: Sat, 07 Apr 2018 20:58:28 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 7 April 2018 20:59:00 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 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