Hi there, I have received some reports that it takes a lot of time (5-10 seconds or more) to get a video blob using XR.MediaRecorder in some Android devices.
Any tips to solve this? Below is my option settings of the MediaRecorder:
XR8MediaRecorder.configure({
maxDurationMs: 30000,
enableEndCard: false,
requestMic: "manual",
});
Ian
April 4, 2024, 8:42pm
2
What devices are you seeing this with?
Reducing the maxDurationMs or recording shorter videos would certainly help with final video recording.
Or you could write some logic that reduces the maxDurationMs for lower end devices.
Thank you for replying.
I’ve confirmed the issue on the devices below:
Pixel5 / Android13
oppo A95 ColorOS 13.0 Android ver. 13
pixel6a / android13
Actually we took less than 10 seconds video, but sometimes the loadings takes more than 10 seconds(that is on the OPPO device)
Reducing the maxDurationMs for lower end devices may be a partial solution though, so thank you
1 Like
I also have the same problem as you, android devices are having problems.