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:
- Installed node.js
- Added port rules to firewall on AWS
- Ran “npm install” in SFU cd
- Ran “npm update” in SFU cd
- 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