SamuelScheit / puppeteer-stream

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

Want to run two recordings simultaneously #139

Closed nodminger closed 6 months ago

nodminger commented 11 months ago

How can I record two streams simultaneously? When I do with normal code I get error as Error: listen EADDRINUSE: address already in use :::55200. I tried this but still not able to do it. Is there any way to record simultaneously?

jmalfara commented 11 months ago

If you search for that port in the src. It seems to be to the websocket port for the extension. From a quick glance it doesn't look configurable. Perhaps it can be made to be configurable

extension/options.js

ddaydd commented 11 months ago

I don't understand, I record several streams at the same time without any error...

nodminger commented 11 months ago

I don't understand, I record several streams at the same time without any error...

How did you open multiple browsers tabs in same browsers?

ddaydd commented 11 months ago

I have not tested in the same browser...