Disable TV by default and adjust TV defaults for best streaming performance

This commit is contained in:
John Edwards 2023-10-27 15:06:02 +01:00
parent 187d12ac85
commit 8c44c66df9
5 changed files with 9 additions and 10 deletions

View file

@ -95,12 +95,12 @@ CS2_BOT_QUOTA_MODE="" (fill, competitive)
### CSTV/SourceTV
```dockerfile
TV_ENABLE=1 (0 - disable, 1 - enable)
TV_ENABLE=0 (0 - disable, 1 - enable)
TV_PORT=27020 (SourceTV/CSTV port to bind to)
TV_AUTORECORD=0 (Automatically record all games as CSTV demos: 0=off, 1=on)
TV_PW="changeme" (CSTV password for clients)
TV_RELAY_PW="changeme" (CSTV password for relay proxies)
TV_SNAPSHOTRATE=32 (World snapshots to broadcast per second. Affects camera tickrate.)
TV_MAXRATE=0 (Max CSTV spectator bandwidth rate allowed, 0 == unlimited)
TV_DELAY=0 (CSTV broadcast delay in seconds)
```