Javascript – MediaRecorder HTML/JS sending to server
Hi I found the way to send the audio data to server by MediaRecorder, but it is works only as a recorder but I need a stream. I mean it works only after the stop of MediaRecorder. But I need…
Hi I found the way to send the audio data to server by MediaRecorder, but it is works only as a recorder but I need a stream. I mean it works only after the stop of MediaRecorder. But I need…
This is my first time working with videos and it's a bit overwhelming. Problem I would like to be able to record user's screen and every 5 seconds send the recorded screen to my backend server. Then, on my backend…
How I can record video only with MediaRecorder? I found the solution that simply leaving out the AudioSource will do that but unfortunately doesn't work on Android 10+. If I do that MediaRecorder.prepare() fails. I can't find a solution on…