Media-Recorder-API-Demo icon indicating copy to clipboard operation
Media-Recorder-API-Demo copied to clipboard

An implementation of the MediaStream Recording API

Results 4 Media-Recorder-API-Demo issues
Sort by recently updated
recently updated
newest added

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