Top "Mediastream" questions

The two main components in the MediaStream API are the MediaStreamTrack and MediaStream interfaces.

How to addTrack in MediaStream in WebRTC

I'm using webrtc to communicate between to peers. I wan't to add new track to old generated stream, as I …

webrtc microphone audiotrack mediastream
webRTC convert webm to mp4 with ffmpeg.js

I am trying to convert webM files to mp4 with ffmpeg.js. I am recording a video from canvas(overlayer …

ffmpeg webrtc mp4 mediarecorder mediastream
MediaStream Capture Canvas and Audio Simultaneously

I'm working on a project in which I'd like to: Load a video js and display it on the canvas. …

javascript canvas mediarecorder mediastream
Saving desktopCapturer to video file in Electron

The desktopCapturer api example shows how to write a screen capture stream to a <video> element. // In the …

javascript electron getusermedia mediastream
How to use web audio api to get raw pcm audio?

How usergetmedia to use the microphone in chrome and then stream to get raw audio? I need need to get …

javascript audio web-audio-api mediastream