Activate GOTV CSGO
How can I set up a GOTV server on my server? To do this, you need to enter the following values in the server.cfg file of the server:
tv_enable 1
- turns on GOTV.tv_name "Servername"
- sets the server name for GOTV.tv_port 27020
- sets the server port. The default port is 27020, but it can be changed.tv_delay 90
- sets the delay in seconds for broadcasting.tv_maxclients 10
- sets the maximum number of spectators. The higher this number, the more impact SourceTV has on server performance.tv_password "Password"
- sets a password to block unwanted viewers.
After that, restart the server.
How can I record GOTV demos?
You start a GOTV demo with tv_record
and stop it with tv_stoprecord
.
To enable automatic recording without having any GOTV spectators, you need to make the following entries in the server.cfg file:
tv_enable 1
tv_autorecord 1
tv_maxclients 0
Our GOTV demos are stored on the [Demos FTP](FTP area “wikilink”). You can view these demos as usual using the respective game and the demo interface.