Capture Web Audio and Video Streams with Puppeteer


Summary of my bookmarked Github repositories from Oct 31st, 2023

Github repositories

  • SamuelScheit/puppeteer-stream

    "Puppeteer-stream" is a handy Puppeteer extension for capturing audio and video streams from web pages. It can be installed via npm or yarn and works exclusively in headful mode. The extension provides options for configuring audio and video settings, including bitrate, frame size, and more. Additionally, it offers a launch method to initiate Puppeteer in headful mode with this extension. A practical example demonstrates how to save a stream to a file. This tool can be beneficial for tasks like recording web content, streaming to Discord, or capturing Spotify content.