From e3acb79c9b2cef1edb480b6445d5970a1c2b965f Mon Sep 17 00:00:00 2001 From: SteadyW <233242505+YusufB5@users.noreply.github.com> Date: Sat, 13 Jun 2026 13:14:05 +0300 Subject: [PATCH] Add real-time bandwidth monitoring instructions Added instructions for monitoring bandwidth in real-time using the --debug flag. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 985fefe..8d3837b 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ the viewer already sees (the character plane stays exact), cutting the hard cases a further ~15–30% at imperceptible quality. Default is `lossless` (bit-exact). +**Monitor Bandwidth in Real-Time:** +You can append the `--debug` flag when launching the server to see live bandwidth comparisons (RAW vs WIRE bytes) and the exact compression ratio in your terminal. This is highly useful for measuring the real-time savings of the adaptive codec on your specific video sources. + > Verified two independent ways, both **bit-exact**: Python-encoded vectors > decoded by `codec.js` in Node (`experiments/gen_vectors.py` → > `experiments/check_vectors.js`), and a live `adaptive`-vs-`legacy` WebSocket