fmeringdal / nettu-meet

Open source video conferencing system for tutors.
GNU Affero General Public License v3.0
2.26k stars 280 forks source link

Mediasoup required manual make #23

Open Swapnull opened 3 years ago

Swapnull commented 3 years ago

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?

fmeringdal commented 3 years ago

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