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 b485ae6 + 6574554 commit 7ac95caCopy full SHA for 7ac95ca
src/content/getusermedia/record/js/main.js
@@ -73,8 +73,10 @@ function getSupportedMimeTypes() {
73
'video/webm;codecs=vp9,opus',
74
'video/webm;codecs=vp8,opus',
75
'video/webm;codecs=h264,opus',
76
- 'video/mp4;codecs=h264,aac',
77
'video/webm;codecs=av01,opus',
+ 'video/mp4;codecs=h264,aac',
78
+ 'video/mp4;codecs=avc1,mp4a.40.2',
79
+ 'video/mp4',
80
];
81
return possibleTypes.filter(mimeType => {
82
return MediaRecorder.isTypeSupported(mimeType);
0 commit comments