Re: [mediacapture-main] Get raw data from MediaStream

There's no such thing as "the raw data". There are many different 
possible internal representations, and we do not constrain which of 
them browsers use.
If you want the bitmap, paint it to a canvas via a video element.
If you want a compressed media format, use the MediaStreamRecorder.
I think we have the interfaces we need. What scenario isn't covered?

-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at 
https://github.com/w3c/mediacapture-main/issues/327#issuecomment-196948073
 using your GitHub account

Received on Tuesday, 15 March 2016 17:55:48 UTC