mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-17 22:35:13 +02:00
Add real-time bandwidth monitoring instructions
Added instructions for monitoring bandwidth in real-time using the --debug flag.
This commit is contained in:
parent
e58a572316
commit
e3acb79c9b
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue