Thank you for addressing this.Note that the strings below are missing double quotes around the codec names. They should be:'video/webm', 'video/webm;codecs="vp8"', 'video/webm;codecs="vp9"', 'audio/webm;codecs="opus"'--On Fri, Dec 18, 2015 at 2:12 PM, Miguel Casas-Sanchez <mca...@chromium.org> wrote:This only pertains to MediaRecorder [1] constructor dictionary and isTypeSupported() method.Currently the expected/supported MIME types are in the form of 'video/vp8', 'audio/opus' etc, the CL [2] changes that to the more conforming MIME e.g. 'video/webm', 'video/webm;codecs=vp8', 'video/webm;codecs=vp9', 'audio/webm;codecs=opus' following webm container guidelines [3].Happy recording![3] http://www.webmproject.org/docs/container/, Section "HTML5 Video Type Parameters"
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.