MediaStreamRecorder
MediaStreamRecorder copied to clipboard
Cross browser audio/video/screen recording. It supports Chrome, Firefox, Opera and Microsoft Edge. It even works on Android browsers. It follows latest MediaRecorder API standards and provides similar...
Hi, it happened to me a strange thing: I record audio / video streams and I upload the files to the server in a certain interval, but it has happened...
hi @muaz-khan ! On demo : https://www.webrtc-experiment.com/msr/video-recorder.html When i click button "Save" then it only save first record. So how i want save all file or concat files blob. thanks
Hello, I am facing problem how can i save audio file in to specific folder, Actually this plugin record audio perfectly but i dont know how to save audio in...
i'm testing the MultiStreamRecorder.html sample on [electron](http://electron.atom.io/) and it's not firing the multiStreamRecorder.ondataavailable event. ``` multiStreamRecorder.ondataavailable = function(blobs) { appendLink(blobs.audio); appendLink(blobs.video); }; ```
The MultiStreamRecorder demo is not working with MS Edge - the video loads but blobs don't show up. Is there a specific configuration for Edge, or is it not supported...
This is super strange, but please test it out: Using [this demo](https://www.webrtc-experiment.com/msr/MultiStreamRecorder.html): 1. Set the interval to 500ms 2. Click start 3. After a few seconds press a finger to...
Hi, it's possible to record all streams (local and remote) and save them in multiple file (.webm). This is my code: `var recorder = new MultiStreamRecorder(event.stream); listOfRecorders[rtcMultiConnection.sessionid+"-"+event.extra.username] = recorder; console.log(listOfRecorders);`...
Hello, I am creating a video conference and I would also record the audio / video streams. E 'can capture and record a server-side room? The steps are: - The...
Hello, I would like to know if I can read files uploaded via nodejs and play. Thank you.
How i can uploading audio during writing. (with asp net mvc 5) Thanks