Favicon of MiroTalk SFU

MiroTalk SFU

Connect instantly with free, secure video calls directly in your browser. Enjoy screen sharing, recording, interactive whiteboards, and AI-powered features.

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:

  • High-Quality Streaming: Experience up to 8k resolution at 60fps with advanced echo cancellation.
  • Seamless Collaboration: Share your screen, transfer files, and brainstorm using an interactive whiteboard.
  • Smart AI Features: Engage with lifelike AI avatars and utilize integrated ChatGPT for real-time answers.
  • Robust Security: Keep conversations private with end-to-end encryption via Secure Real-time Transport Protocol.
  • Advanced Broadcasting: Stream live events to a wider audience using seamless RTMP support.

Record sessions, chat with participants, and apply virtual backgrounds from one intuitive interface.

Directory Structure

mirotalk-sfu
data
.env
docker-compose.yml

docker-compose.yml

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/records

.env

MEDIASOUP_ANNOUNCED_IP=your_public_ip_here
API_KEY=your_secure_api_key
SECRET=your_secure_secret

Share:

Ad
Favicon

 

  
 

Similar to MiroTalk SFU

Favicon

 

  
  
Favicon

 

  
  
Favicon