SamuelScheit / puppeteer-stream

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

Ending a stream without closing the whole page #17

Closed InsideBSITheSecond closed 2 years ago

InsideBSITheSecond commented 2 years ago

Hi,

Since .destroy kill the whole page and .pause and .resume do not allow ffmpeg to catch a stream on the fly, how does one close a stream without closing the whole page (in a way that allow to make a new one later on the same page) ? I'm confused

Thanks

InsideBSITheSecond commented 2 years ago

Fixed by #18