QuickBlox / javascript-media-recorder

WebRTC video recorder library for Javascript
BSD 3-Clause "New" or "Revised" License
75 stars 19 forks source link

recording multiple audio and video tracks #7

Open utkarshmaximess opened 7 years ago

utkarshmaximess commented 7 years ago

Is it possible to record multiple video tracks in a multiparty conference. I am implementing screen sharing and i want to record screen tracks of other parties involved.

dimaspirit commented 7 years ago

Do you want to save as 1 video? I don't try yet. As an idea, you can use canvas, then convert canvas to Blob and record this Blob. I will try this case soon.

utkarshmaximess commented 7 years ago

i am implementing a screen sharing based conference. At any point of time there will only be one video track(screen share of the presenter) but several audio tracks(different participants). But problem arises if i change presenter(ie video track in the existing recording stream needs to be replace with video track of new presenter). I start the conference by switching on screen sharing of all participants and the muting the video of everyone except the presenter.

akshay-nm commented 4 years ago

Related to #6