@zappar/mediarecorder 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/mediarecorder.js +2 -0
- package/lib/webmtransmux.wasm +0 -0
- package/package.json +1 -1
package/lib/mediarecorder.js
CHANGED
|
@@ -17,6 +17,8 @@ export class ConvertingMediaRecorder extends MediaRecorder {
|
|
|
17
17
|
console.log("Warning: device doesn't support codec required for @zappar/mediarecorder remuxing ('video/webm;codecs=\"avc1,opus\"')");
|
|
18
18
|
return false;
|
|
19
19
|
}
|
|
20
|
+
else
|
|
21
|
+
return true;
|
|
20
22
|
}
|
|
21
23
|
return MediaRecorder.isTypeSupported(type);
|
|
22
24
|
}
|
package/lib/webmtransmux.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED