nettu-meet
nettu-meet copied to clipboard
Mediasoup required manual make
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?
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