DescriptionMediaRecorder: support recording with no multiplexing
This CL allows for MIME types of the form video/bla and
audio/foo to be interpreted as requesting naked raw encoded
data, with no container/multiplexing (e.g. webm).
The test page [1] shows an example of multiplexing the
VP8/9 raw encoded bitstream into an IVF file that can
be played back e.g. with VLC.
BUG=TBD
TEST=new LayoutTests and [1]
[1] https://rawgit.com/Miguelao/demos/master/mediarecorder_containerless.html
Patch Set 1 #Patch Set 2 : added if (webm_muxer) guards #Patch Set 3 : consider empty mimeTypes #
Messages
Total messages: 1 (1 generated)
|