Add real-time bandwidth monitoring instructions

Added instructions for monitoring bandwidth in real-time using the --debug flag.
This commit is contained in:
SteadyW 2026-06-13 13:14:05 +03:00 committed by GitHub
parent e58a572316
commit e3acb79c9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,6 +66,9 @@ the viewer already sees (the character plane stays exact), cutting the hard
cases a further ~1530% 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