Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recording multiple audio and video tracks #7

Open
utkarshmaximess opened this issue Feb 15, 2017 · 3 comments
Open

recording multiple audio and video tracks #7

utkarshmaximess opened this issue Feb 15, 2017 · 3 comments

Comments

@utkarshmaximess
Copy link

utkarshmaximess commented Feb 15, 2017

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
Copy link
Contributor

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
Copy link
Author

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
Copy link

Related to #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants