Re: [mediacapture-record] Use streams instead of blobs/events

I agree. However it would be more elegant to have symmetrical and WhatWG Stream based encoding and decoding API for audio and video.

Being able to pipe a `MediaStream` into an object and get a `ReadableStream` of encoded media out of it would be nice. Similarly, being able to write encoded media to a `WriteableStream` hooked up to a object that would also be tied to a clock domain, and get a `MediaStream` out of it would be nice. We could also get PCM audio or frames out of this object I suppose. 

-- 
GitHub Notification of comment by padenot
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/154#issuecomment-432977095 using your GitHub account

Received on Thursday, 25 October 2018 09:17:35 UTC