-
Hi guys,
From today I have problems with upload, or to be precise event mediaRecorder.ondataavailable is not fired at all.
I went to https://www.webrtc-experiment.com/msr/video-recorder.html in ord…
-
The app is crashing in some phone when ScreenRecorder.start() is called for new version of android. And the error log shows this.
`D/scrcast: createRecorder()
E/SensorManager: registerListenerImp…
-
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
initMediaRe…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
when I Call the CallActivity then its open and shows video but within 3-5 second video is crashed …
-
你好,MediaRecorder里提供了getMaxAmplitude()函数,那使用AudioRecord录音的时候怎么获取振幅呢?网上找了比较多的方法,发现和MediaRecorder里提供的数据有较大差别。
多谢
-
I want to test the module on web browser(chrome 95 desktop), but i cannot import it.
I've installed
npm install extendable-media-recorder
and
npm install extendable-media-recorder-wav-encoder
…
-
You know, the same place the gamepad settings and debugger buttons go.
This would allow you to record the project screen without having to go into the editor.
-
` if (cameraPosition == SystemUtil.getCameraFacingFront()) {
mediaRecorder.setOrientationHint(270);
} else {
mediaRecorder.setOrientationHint(90);
…
-
I used stopRecording to stop MediaRecorder stream. The red "recording" icon appears in the Chrome tab on start, but doesn't go away on stop.
The icon looks like this:
https://i.stack.imgur.com/a0k…
-
Hey, I just found your repository. Im creating application using MediaRecorder but Im struggling get it working. I need to record RAW PCM audio from browser in 100ms intervals.
It is possible to use …