react-multimedia-capture
react-multimedia-capture copied to clipboard
react-multimedia-capture is Multimedia capturing module via React, using HTML5 MediaDevice and MediaRecorder API
In the following line (i) it should use the same mime type used when creating the MediaRecorder object in line (ii). i) https://github.com/rico345100/react-multimedia-capture/blob/e926289ec3949ee48521059f3d08232d0d3f8065/src/index.js#L233 ii) https://github.com/rico345100/react-multimedia-capture/blob/e926289ec3949ee48521059f3d08232d0d3f8065/src/index.js#L146 This fix is required to...
Fixes #24.
https://github.com/rico345100/react-multimedia-capture/blob/e926289ec3949ee48521059f3d08232d0d3f8065/src/index.js#L128
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [debug](https://github.com/visionmedia/debug) from 2.6.0 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @zhuangya for their help! release...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.6 to 1.1.11. Release notes Sourced from brace-expansion's releases. 1.1.11 No release notes provided. v1.1.11 brace-expansion Brace expansion, as known from sh/bash, in JavaScript. Example var expand...
Hi, Can I record from an audio tag instead of recording from the user's microphone? Thanks
my safari version is 13.0.3 (14608.3.10.10.1) https://caniuse.com/#feat=mediarecorder - supposedly MediaRecorder is supported ` ReferenceError: Can't find variable: MediaRecorder initMediaRecorder initMediaRecorder handleSuccess promiseReactionJob ` ``` const VIDEO = { video: {...
Even after granting permission, we cant view what is recording. after record we can see the video