SamuelScheit / puppeteer-stream

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

Use it with an existing HTTP server. #149

Open GautierT opened 4 months ago

GautierT commented 4 months ago

Hi.

I would like to use puppeteer-stream with an existing http server (I use Bun) because on my serveur I can't use multiple port so I would like to use the websocket server created by Bun to use his lib.

Does that make sense ?! :/

Thanks.