Expanded CSTV options to include snapshot rate and delay.
This commit is contained in:
parent
cc3d4ddce4
commit
187d12ac85
5 changed files with 10 additions and 2 deletions
|
@ -18,7 +18,7 @@ tv_autorecord {{TV_AUTORECORD}} // Automatically records all games as CSTV d
|
|||
tv_chatgroupsize 0 // Set the default chat group size
|
||||
tv_chattimelimit 8 // Limits spectators to chat only every n seconds
|
||||
tv_debug 0 // CSTV debug info.
|
||||
tv_delay 30 // CSTV broadcast delay in seconds
|
||||
tv_delay {{TV_DELAY}} // CSTV broadcast delay in seconds
|
||||
tv_delaymapchange 1 // Delays map change until broadcast is complete
|
||||
tv_deltacache 2 // Enable delta entity bit stream cache
|
||||
tv_dispatchmode 1 // Dispatch clients to relay proxies: 0=never, 1=if appropriate, 2=always
|
||||
|
@ -31,7 +31,7 @@ tv_port {{TV_PORT}} // Host SourceTV port
|
|||
tv_password "{{TV_PW}}" // CSTV password for clients
|
||||
tv_relaypassword "{{TV_RELAY_PW}}" // CSTV password for relay proxies
|
||||
tv_relayvoice 1 // Relay voice data: 0=off, 1=on
|
||||
tv_snapshotrate 24 // Snapshots broadcasted per second
|
||||
tv_snapshotrate {{TV_SNAPSHOTRATE}} // Snapshots broadcasted per second
|
||||
tv_timeout 60 // CSTV connection timeout in seconds.
|
||||
tv_title "{{SERVER_HOSTNAME}} CSTV" // Set title for CSTV spectator UI
|
||||
tv_transmitall 1 // Transmit all entities (not only director view)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue