puppeteer-stream
puppeteer-stream copied to clipboard
Want to run two recordings simultaneously
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?
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
I don't understand, I record several streams at the same time without any error...
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?
I have not tested in the same browser...