-
Per @rocallahan Mozilla has no interest in implementing these. It seems Safari does support them. Not sure about other browsers or their plans.
-
https://hacks.mozilla.org/2016/04/record-almost-everything-in-the-browser-with-mediarecorder/
-
Is it possible to make audio only call's. Can you please help me how to add voice only call support.
I tried by adding
AudioManager audioManager =
((AudioManager) getSystemService(AUDIO_…
-
MediaStream Recording API sends recorded data to JS as a Blob wrapped into an Event. Consider using Uint8Array instead of the Blob, to speed up processing.
-
The [MediaSource](https://developer.mozilla.org/nl/docs/Web/API/MediaSource) API allows the browser to use streams coming from JavaScript to play audio & video.
The MediaStream API allows recording v…
-
MediaRecorder currently only consumes a MediaStream, which can only run in real-time. For some use-cases, this is a significant limitation. Encoding as fast as possible is important for use cases like…
-
Using the default 640_480 setting on Firefox, and the recorded video seems in much lower quality compared with Chrome recorded video with 640_480 setting. I also tested on the recordrtc example page, …
-
It's been requested that we enable a batching mechanism to let users of the API tell us to process a batch of frames at a time (rather than the lowest latency we can support on a given system), tradin…
-
I filed 4 issues:
- Bug 29102 - MediaStream Recording API: remove RecordingErrorNameEnum and use DomException instead.
- Bug 29103 - MediaStream Recording API: MediaRecorderErrorEvent is a NoInterface…
-
Hi Muaz
I am trying to record a video+audio stream with Node.js on Firefox, but it doesn't seem to work. I have two problems:
1. When I try to use "new RecortRTC" with config.type="audio", I get the …