GithubHelp home page GithubHelp logo

Comments (4)

muaz-khan avatar muaz-khan commented on June 3, 2024

You can use getSourceId along with MediaStreamRecorder to record entire screen:

You can even check this:

You can try any screen sharing demo from this page and then you can record screen by pasting following code int eh console:

connection.streams.selectFirst({local:true}).startRecording({
    video: true
});

// then you can stop recording:
connection.streams.selectFirst({local:true}).stopRecording(function (blob) {
    video.src = URL.createObjectURL(blob.video);
});

Following demo is also having "record-screen" checkbox:

from mediastreamrecorder.

bismoy2013 avatar bismoy2013 commented on June 3, 2024

I actually wanted to record the different facial expressions you can notice on this website : http://stoked-depth-789.appspot.com/ [ Please check it kindly ] . There are plenty of options you can find to change your facial expression . Thought it would be great if you can guide me through on how to record the whole screen activity the way Screencastify, Google chrome plugin does [ https://chrome.google.com/webstore/detail/screencastify-screen-vide/mmeijimgabbpbgpdklnllpncmdofkcpn?hl=en ] . Hope you can help . Thanks :)

from mediastreamrecorder.

Ajaay avatar Ajaay commented on June 3, 2024

Hi Muaz,

When recording using the method you've outlined above, this is using recordRTC instead of MediaStreamRecorder I think. Is that correct? I intend to capture both webcam and screen at the same time and would like to be able to send blobs of the screen capture at regular intervals like I can with the webcam video. Is this possible?

Thanks!
Alex

from mediastreamrecorder.

JohnGeigerWS avatar JohnGeigerWS commented on June 3, 2024

I am getting great results using RecordRTC but I also want to get blobs on time intervals. Is there a way to capture the screen and audio like RecordRTC does but than also split on a time interval like MediaStramRecorder?

from mediastreamrecorder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.