Skip to main content

4. sfu

Features

  • High performance
  • Two-PC design
  • Single-Port mode
  • Unified plan semantics
  • Audio/Video/Datachannel forwarding
  • BWE(TWCC, REMB, RR/SR)
  • ARQ(PLI, NACK)
  • Simulcast

☕️How to use

1. run nats

./scripts/deps start nats-server

2. build sfu

go build -o bin/sfu cmd/sfu/main.go

3. run sfu

bin/sfu -c configs/sfu.toml

or

./scripts/service start sfu

4. stop sfu

./scripts/service stop sfu