Code Monkey home page Code Monkey logo

Comments (5)

SamuelScheit avatar SamuelScheit commented on July 17, 2024 5

It works by making use of the tab recorder api of chrome which is accessible by this puppeteer-stream browser extension, which is loaded on launch.
When you want to record a webpage, puppeteer-stream notifies the extension to start recording (with the specified parameters). After that chrome starts capturing the audio and video of the page in a MediaStream, which is then converted into multiple packets using the MediaRecorder Api and transmitted back to puppeteer. You will then receive a webm stream that you can further process.
Puppeteer-stream doesn’t use ffmpeg under the hood, but the stream can be passed and converted to ffmpeg (if wanted).
Fun fact, you can even record DRM content using the tab recorder api.

Btw. puppeteer-stream is more lightweight than using a window+audio service to record puppeteer windows, however not as lightweight as the devtool startScreencast method, but this method can’t record audio.

from puppeteer-stream.

SamuelScheit avatar SamuelScheit commented on July 17, 2024 1

I would love to read the article when you published it πŸ˜„

from puppeteer-stream.

toshvelaga avatar toshvelaga commented on July 17, 2024

Ok awesome thank you so much for this! Appreciate you making this for others to use. Its super neat. Will include this in the article.

from puppeteer-stream.

toshvelaga avatar toshvelaga commented on July 17, 2024

Absolutely, just published it :):

https://medium.com/@toshvelaga/recording-webrtc-with-a-ghost-participant-using-puppeteer-104756e2be40

from puppeteer-stream.

krupeshanadkat-byjus avatar krupeshanadkat-byjus commented on July 17, 2024

Great to know its working, I had found that chrome tabCapture api can record audio & video both for the given tab.

I am stuck with drm videos in my use case, puppeteer-stream is not able to record that, it shows blank screen with no audio.

I know disabling chrome hardware acceleration seems to solve this issue, but that causes poor performance of my website.

from puppeteer-stream.

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.