puppeteer-stream icon indicating copy to clipboard operation
puppeteer-stream copied to clipboard

Want to run two recordings simultaneously

Open imtadashi opened this issue 2 years ago • 4 comments

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?

imtadashi avatar Oct 18 '23 04:10 imtadashi

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

jmalfara avatar Oct 23 '23 15:10 jmalfara

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

ddaydd avatar Oct 31 '23 15:10 ddaydd

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?

imtadashi avatar Nov 01 '23 02:11 imtadashi

I have not tested in the same browser...

ddaydd avatar Nov 01 '23 09:11 ddaydd