Skip to content

Tag: webrtc

WebRTC change microphone or webcam while in call

I am trying to figure out how to change the microphone or webcam while you are in a videochat with someone. I have been now trying for a few days and nothing works. I was following this example, but it seems it is much harder to achieve the change while someone is already connected. The issues I have: If I

Get data URL from video stream?

I have a video (webm) capture script that works fine. It records video then offers it as a download. The pertinent part of the code is this: This works, as I say. However, the console says that passing media streams to URL.createObjectURL is deprecated, and I should use HTMLMediaElement srcObject instead. So …

Bug reporter: Alternatives to getDisplayMedia?

I am trying to implement a bug reporter on my website. My goal is that the user will be able to describe the problem audibly and record the browser tab while walking through the problem. The bug report will then just be a video file, which can be emailed to me. It appears that the proposed navigator.mediaDevi…

Port Knocking UDP with Javascript in Browser

So I am trying to send a port knock sequence from javascript. The TCP part is simple enough with websockets. I’ve read that WebRTC is the closest thing the browser offers to sending a UDP packet… but WebRTC is a lot to digest just to attempt to send a UDP “knock”. Is it even possible t…

WebRTC issue when using RecordRTC

We use the RecordRTC library to record user audio to our system. But an user got this error: Uncaught sample-rate must be under range 22050 and 96000 And I’m not sure what does it mean, as far as I could find on google it has something to do with his hardware (mic or headphone). Is that correct? There&#…