From 5855b171175193bd824473a26bfce6106603616e Mon Sep 17 00:00:00 2001 From: giangndm <45644921+giangndm@users.noreply.github.com> Date: Fri, 3 May 2024 00:22:27 +0700 Subject: [PATCH] chore: update features status in README (#281) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39bc6ff9..3f35cf86 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,10 @@ We are actively refactoring entire media server and network stack with [sans-io- | Feature | Description | Status | | ------------------- | ------------------------------------------------------------------------------------ | ------ | -| Multi-zones Cluster | Implement with global pubsub network [RFC-0003](https://github.com/8xFF/rfcs/pull/3) | 🚧 | -| Whip | Whip Protocol | 🚧 | -| Whep | Whep Protocol | 🚧 | +| Cluster Room & Peer | Multi-zones room & peer mechanism [RFC-0003](https://github.com/8xFF/rfcs/pull/3) | 🚀 | +| Simulcast & SVC | Support WebRTC Simulcast (VP8, H264) and SVC (VP9) | 🚀 | +| Whip | Whip Protocol | 🚀 | +| Whep | Whep Protocol | 🚀 | | WebRTC-SDK | Webrtc-SDK Protocol [RFC-0005](https://github.com/8xFF/rfcs/pull/5) | ❌ | | RTMP | RTMP Protocol | ❌ | | RTMP-Transcode | RTMP with Transcode | ❌ |