Adjust column width in README example command

Updated column width in stream command for better output.
This commit is contained in:
SteadyW 2026-06-10 17:09:48 +03:00 committed by GitHub
parent b51b45fb5b
commit 07e829fb2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,7 +139,7 @@ When set to `0`, the audio engine (FFmpeg) **never runs**, saving CPU and bandwi
| `5` | 2.0× | Double volume |
```bash
python stream_server.py video.mp4 --pixel --cols 330 --vol 0 # Silent
python stream_server.py video.mp4 --pixel --cols 560 --vol 0 # Silent
python stream_server.py video.mp4 --cols 220 --vol 3 # Loud
```