Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1 KB

server_features.md

File metadata and controls

45 lines (36 loc) · 1 KB

Distributed System

  • Service Registration and Discovery - ETCD
  • Auto Scale
    • Docker
    • K8S - TODO
  • MQ - NATS
    • RPC
    • Broadcast

Decoupling Nodes

  • BIZ - Signal and business logic server
  • ISLB - Dispatch and control server
  • SFU - Selective Forward Unit
  • AVP - Audio and video process server

Popular Media Stack

  • SFU
    • Router
    • Plugin
      • JitterBuffer
        • Nack
        • PLI
        • Lite-REMB
        • Transport-CC - experiment
    • Transport
      • WebRTCTransport
      • RTPTransport (over KCP)
  • AVP
    • Record Webm
    • OpenCV - WIP

High Performance

  • Live Mode: 1-3 Publisher: 1000+ Subscribers StressTest
  • Communication mode: 50 : 50 - TODO
  • Low latency < 500ms

Auto scale and Loadbalance

  • Auto scale - WIP
  • Auto banlance - WIP
  • Relay logic - WIP