muaz-khan / MultiStreamsMixer

MultiStreamsMixer is a JavaScript library that allows you pass multiple streams (e.g. screen+camera or multiple-cameras) and get single stream.

Home Page:https://www.webrtc-experiment.com/MultiStreamsMixer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to recorder Cameras ?

LucasHimelfarb opened this issue · comments

now existing one sample, and is for microphones...

        streamMixed.frameInterval = 1;
        streamMixed.startDrawingFrames();

using that the stream stream starts

If you want to record the camera just in the browser ( in memory ) I think you can use the Media Recorder Api.