SamuelScheit / puppeteer-stream

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

Wav mimeType not working #44

Closed danielgobona closed 2 years ago

danielgobona commented 2 years ago

I am using this stream config await getStream(page, { audio: true, video: false, mimeType: "audio/wav"}); I stream to file, but it stops after 5 seconds and final file has 0b.

SamuelScheit commented 2 years ago

you can't use audio/wav, because chromium's tab recorder api only supports audio/webm