docker-wrtc-sfu
January 20, 2026 ยท View on GitHub
Docker container of Symphony Media Bridge that can be used as SFU in a WebRTC based broadcast streaming solution.
Deploy on Open Source Cloud
Deploy this SFU with one click on Open Source Cloud.
Docker Compose
Example docker-compose file:
version: "3.7"
services:
sfu:
image: eyevinntechnology/wrtc-sfu:latest
restart: always
network_mode: "host"
cap_add:
- SYS_NICE
ulimits:
rtprio: 99
environment:
- HTTP_PORT=8180
- UDP_PORT=10000
- API_KEY=<api-key>
logging:
driver: "local"
options:
max-size: 10m
Configuration
Default configuraiton can be changed by setting these environment variables:
HTTP_PORTHTTP_BIND_PORT: when running two containers on the same host inhostnetwork mode you can override the default port that the SMB service binds the HTTP API to.UDP_PORTNUM_UDP_PORTSLOG_LEVELLOG_STD_OUTTCP_ENABLEIPV4_ADDR(no quotes)API_KEY: Override default api-key to access endpoint (eyevinn).