Pixel Streaming with SFU on AWS

I’m using Pixel Streaming with SFU, When running SFU locally everything works fine. But when I run it on my AWS instance i get this error:

Things I’ve tried/done:

  1. Installed node.js
  2. Added port rules to firewall on AWS
  3. Ran “npm install” in SFU cd
  4. Ran “npm update” in SFU cd
  5. Deleted “node_modual” and rebuilt

I’ve copied my setup from my local pc and replicated to my AWS instance but on the instance it returns the error. Is there anything I’m missing or does anyone know a fix?

Many thanks

I fixed this myself, turns out mediasoup needs msbuild, So I installed Visual Studio with MSVC (C++ 17) and it’s now running!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.