Appearance
QTV / cvar
40 of 40 · snapshot 1.16-dev
Name
Default
Description
address
The proxy's own publicly reachable address and port, as other machines should connect to it.
allow_download
1
Master switch for serving file downloads to connected viewers.
allow_download_demos
1
Controls whether connected viewers may download recorded demos from the proxy.
allow_download_maps
1
Controls whether connected viewers may download map files from the proxy -- the files Quake stores in its maps folder.
allow_download_models
1
Controls whether connected viewers may download model files from the proxy -- the player and weapon model files Quake stores in its progs folder.
allow_download_other
1
Controls whether connected viewers may download files that do not fall into any of the specific download categories -- anything in a subdirectory that is not a skin, model, sound, map, or demo.
allow_download_skins
1
Controls whether connected viewers may download player skin files from the proxy -- the files whose path is under the skins folder.
allow_download_sounds
1
Controls whether connected viewers may download sound files from the proxy -- the files Quake stores in its sound folder.
demo_dir
demos
The folder where this proxy keeps demo files.
dstream_read_buf_size
32768
The size, in bytes, of the input buffer QTV allocates for each connected downstream client (a viewer or relay proxy that connects to this QTV to pull the stream).
dstream_timeout
30
How long, in seconds, QTV waits while streaming to a connected downstream client (a viewer or relay proxy pulling the stream) before giving up and dropping that connection.
dstream_write_buf_size
65536
The size, in bytes, of the output buffer QTV allocates for each connected downstream client (a viewer or relay proxy that connects to this QTV to pull the stream).
fp_messages
4
Part of this QTV proxy's chat flood protection for downstream viewers.
fp_persecond
2
Part of this QTV proxy's chat flood protection for downstream viewers.
fp_secondsdead
2
Part of this QTV proxy's chat flood protection for downstream viewers.
hostname
unnamed
The display name of this proxy.
http_enabled
1
Turns the proxy's built-in web interface on or off.
http_idletimeout
60
How long the proxy's built-in web server keeps a reusable (keep-alive) connection open while it is idle, waiting for the client's next request, before closing it.
http_readtimeout
45
How long the proxy's built-in web server will wait to read an incoming request from a web client before giving up on it.
http_server_cert_file
Path to the TLS certificate file the QTV web server uses to serve pages over HTTPS instead of plain HTTP.
http_server_key_file
Path to the TLS private key file (the key that matches http_server_cert_file) the QTV web server uses to serve pages over HTTPS instead of plain HTTP.
http_upload_enabled
1
Controls whether the built-in QTV web server accepts demo file uploads (the "upload demo" form on the demo-listing page, served at /upload/).
http_upload_file_limit
33554432
The largest size, in bytes, allowed for a single demo file uploaded to the QTV web server.
http_upload_total_limit
67108864
The combined disk space, in bytes, that uploaded demo files are allowed to occupy on the QTV server.
http_writetimeout
600
How long the proxy's built-in web server is allowed to take sending a complete response to a web client before timing out.
listen_address
:28000
The local address and port this proxy listens on for incoming connections.
log_level
info
Sets how much detail the server writes to its log.
log_pretty
1
Chooses how log output is formatted.
log_timeformat
2006-01-02T15:04:05.000
Sets the format of the timestamp shown at the start of each log line.
masters
master.quakeworld.nu master.quakeservers.net qwmaster.fodquake.net
The list of QuakeWorld master servers this QTV proxy registers with by sending periodic heartbeats, so that it shows up in server browsers that read those masters.
maxchains
1
The maximum length of a chained upstream address QTV will accept.
maxclients
1000
Limits how many downstream connections this QTV proxy will accept at once -- that is, how many viewers and relay proxies can be pulling the stream from it simultaneously.
maxservers
100
The maximum number of upstream connections QTV will keep open at the same time.
network
Forces the IP protocol family used for all of this proxy's network connections (both its listening sockets and the outbound connections it makes to game servers).
parse_delay
7
How far behind the live game QTV holds the stream before sending it on to connected viewers, in seconds.
qtv_password
Sets the password that protects this QTV proxy.
tick_time
100
How often, in milliseconds, the proxy wakes up to do its periodic work, including relaying stream data from game servers to viewers.
ustream_read_buf_size
327680
The size, in bytes, of the input buffer used for each upstream connection.
ustream_timeout
60
How long, in seconds, QTV waits for data from an upstream connection before giving up on that read.
ustream_write_buf_size
32768
The size, in bytes, of the output buffer used for each upstream connection.