SamuelScheit / puppeteer-stream

A Library for puppeteer to retrieve audio and/or video streams
MIT License
335 stars 105 forks source link

Screencast at 60fps #27

Closed html5maker closed 2 years ago

html5maker commented 2 years ago

Is it possible to use puppeteer-stream to record a screencast at 60fps?

SamuelScheit commented 2 years ago

Sadly this is not possible with the chrome tab capture + HTML5 Media Recorder api, which are used under the hood.