MediaRecorder
record stereo?Yes it can, but Chrome‘s implementation of audio streams doesn’t support this format, see crbug/706013 and crbug/596182.
This is by design of the webm live format and is tracked in crbug/642012. The alternative is to use a Javascript library to reconstruct the Cues (see the discussion in the Spec), or feed the individual recorded chunks into a <video>
via a SourceBuffer
.
Media Recorder web tests are located in web_tests/fast/mediarecorder, and web_tests/external/mediacapture-record, unittests in content and media and browsertests.