Skip to content

Commit f45561f

Browse files
temp disable mp4 output
1 parent e24a209 commit f45561f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/addons/addons/mediarecorder/userscript.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export default async ({ addon, console, msg }) => {
1010
let recordBuffer = [];
1111
let recorder;
1212
let timeout;
13-
// const isMp4CodecSupported = false;
14-
const isMp4CodecSupported = MediaRecorder.isTypeSupported('video/webm;codecs=h264');
13+
const isMp4CodecSupported = false;
14+
// const isMp4CodecSupported = MediaRecorder.isTypeSupported('video/webm;codecs=h264');
1515
while (true) {
1616
const elem = await addon.tab.waitForElement('div[class*="menu-bar_file-group"] > div:last-child:not(.sa-record)', {
1717
markAsSeen: true,

0 commit comments

Comments
 (0)