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

record screen + audio in a single file #181

Closed
vinaybr opened this issue Oct 13, 2016 · 2 comments
Closed

record screen + audio in a single file #181

vinaybr opened this issue Oct 13, 2016 · 2 comments

Comments

@vinaybr
Copy link

vinaybr commented Oct 13, 2016

Hi Muaz,

Is it possible to record screen + audio into a single file?

@muaz-khan
Copy link
Owner

Using above extension, go to options page and enable the microphone.

Hints:

  1. Capture screen on Chrome or Firefox.
  2. Capture audio using a separate getUserMedia request.
  3. Use screenStream.addTrack(audioStream.getAudioTracks()[0]). Supported both in Chrome and Firefox.
  4. Record (the resulting) screenStream using RecordRTC and it will record both audio+screen in single WebM.

@siman
Copy link

siman commented Feb 10, 2017

@muaz-khan your answer helped me with this: electron/electron#8589

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