mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-23 22:48:06 +02:00
Update Adaptive Frame Codec section in README
This commit is contained in:
parent
3e9243fd51
commit
51efdaf39f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ No autoplay restrictions. To the browser, it's just text on a canvas.
|
|||
2. **Frontend (Vanilla JS)**: Receives binary frames via WebSockets, manages a jitter buffer, and renders to a Canvas grid.
|
||||
3. **Communication**: Optimized WebSocket protocol with a custom `INIT` handshake for dynamic resolution/FPS adjustment.
|
||||
|
||||
## 🗜️ Adaptive Frame Codec (opt-in,valid for mod [2-5])
|
||||
## 🗜️ Adaptive Frame Codec (opt-in,valid for ASCI mod [2-5])
|
||||
|
||||
The original binary protocol re-sends the full grid every frame. An opt-in
|
||||
adaptive codec picks the smallest of three encodings per frame and tags it in a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue