We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a83e98f + 83e0370 commit aa9005cCopy full SHA for aa9005c
src/content/getusermedia/record/js/main.js
@@ -69,6 +69,7 @@ function handleDataAvailable(event) {
69
70
function getSupportedMimeTypes() {
71
const possibleTypes = [
72
+ 'video/webm;codecs=av1,opus',
73
'video/webm;codecs=vp9,opus',
74
'video/webm;codecs=vp8,opus',
75
'video/webm;codecs=h264,opus',
0 commit comments