Mediasoup based SFU:
- Rewrote the JavaScript layer in C++
- Supports single process and multi process modes
- Use Oatpp at the application layer
- Support the latest mediasoup and use flatbuffers for communication between the application layer and workers
- Application layer and worker communication support pipe and direct callback
- Support Linux deployment scripts
- Simple and lightweight
- High scalability and maintainability
1.macOS
a.run builddeps.sh
b.run genxcode.sh
c.open project with xcode
2.Ubuntu
a.run build.sh
b.run ./build/RELEASE/sfu
c.deploy
1) cd install
2) sudo ./install.sh
3) sudo service sfu start|stop|restart|status
4) sudo ./unstall.sh