Connect instantly with a fully featured, browser-based video communication platform. Designed for maximum video quality and low latency, this solution ensures crystal-clear calls without requiring any downloads, plugins, or logins. Simply create a room and start collaborating immediately.
Take advantage of a comprehensive suite of tools designed to enhance your meetings:
Record sessions, chat with participants, and apply virtual backgrounds from one intuitive interface.
services:
mirotalk-sfu:
image: mirotalk/sfu:latest
container_name: mirotalk-sfu
restart: always
# Host networking is officially recommended for WebRTC to avoid NAT traversal issues.
# Ensure your firewall allows UDP ports 40000-40100 and TCP 3010.
network_mode: "host"
environment:
- PORT=3010
- MEDIASOUP_LISTEN_IP=0.0.0.0
- MEDIASOUP_ANNOUNCED_IP=${MEDIASOUP_ANNOUNCED_IP}
- MEDIASOUP_MIN_PORT=40000
- MEDIASOUP_MAX_PORT=40100
- API_KEY=${API_KEY}
- SECRET=${SECRET}
volumes:
- ./data/records:/src/app/recordsMEDIASOUP_ANNOUNCED_IP=your_public_ip_here
API_KEY=your_secure_api_key
SECRET=your_secure_secretAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago