Ion sfu is a high performance WebRTC SFU microservice implemented in Go. It exposes a gRPC interface and can be easily integrated into existing systems.
If you have a local golang environment already setup, simply do
go build cmd/main.go && ./main -c config.toml
If you prefer a containerized environment, you can use the included Docker image
docker build -t pion/ion-sfu .
docker run -p 50051:50051 -p 5000-5020:5000-5020/udp pion/ion-sfu:latest
To get an idea of how to interact with the ion-sfu instance, check out our examples.
MIT License - see LICENSE for full text