Basic SourceTV/GOTV support

This commit is contained in:
John Edwards 2023-10-26 21:32:03 +01:00
parent 746b4e105b
commit 693f7340ce
4 changed files with 43 additions and 0 deletions

View file

@ -92,6 +92,15 @@ CS2_BOT_QUOTA="" (Number of bots)
CS2_BOT_QUOTA_MODE="" (fill, competitive)
```
### GOTV/SourceTV
```dockerfile
TV_ENABLE=1 (0 - disable, 1 - enable)
TV_PORT=27020 (SourceTV/GOTV port to bind to)
TV_AUTORECORD=0 (Automatically record all games as GOTV demos: 0=off, 1=on)
TV_RELAY_PW="changeme" (GOTV password for relay proxies)
```
# Credits
This container leans heavily on the work of [CM2Walki](https://github.com/CM2Walki/), especially his [SteamCMD](https://github.com/CM2Walki/steamcmd) container image. GG!