nettu-meet icon indicating copy to clipboard operation
nettu-meet copied to clipboard

Mediasoup required manual make

Open Swapnull opened this issue 4 years ago • 1 comments

Using OSX (11.2.2) I had some problems with a fresh install because of mediasoup. I was getting the error "worker process failed" when running npm start on the server. I did some digging and found https://mediasoup.discourse.group/t/worker-process-failed-pid-undefined/1169/3 .

Basic instructions are to go to server/node_modules/mediasoup/worker and run make.

I am not sure if this is something we can fix or whether we should document this problem somewhere?

Swapnull avatar Jun 25 '21 13:06 Swapnull

Thanks for reporting this!

It might be a good idea to add a mention of this issue in the README. Something like: If npm run start fails with a mediasoup error then try running make inside server/node_modules/mediasoup/worker

fmeringdal avatar Jun 26 '21 13:06 fmeringdal