Media-Recorder-API-Demo
Media-Recorder-API-Demo copied to clipboard
An implementation of the MediaStream Recording API
First thanks for your codes, I tested it on Android chrome 62. but when I start recording, preview is lagging. any suggestion? Regards.
when I record any video and stop it. It create blob source for video tag. which can be play once. but when I click on play button once again its...
`navigator.getUserMedia()` is deprecated according to https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia We should use [`MediaDevices.getUserMedia()`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) instead