Hey everyone,
I've been trying for a long time now to set up a GOTV relay but it simply isn't working.
Any help to get this working would be greatly appreciated.
Here is what I am doing:
Gameserver startup cmd line:
Code:
srcds.exe -game csgo -console -usercon -tickrate 128 -ip 0.0.0.0 -port 27004 +net_public_adr 88.159.160.153 +clientport 27005 +exec server_csgo_competition_#01.cfg
server_csgo_competition_#01.cfg:
Code:
// Server details
hostname "Team-Aero CS:GO - Classic Competition #01"
sv_tags "http://csgo.team-aero.org,Team-Aero eSports"
sv_pure 1
// Passwords
rcon_password rconpw123
sv_password svpw123 // Only set this if you intend to have a private server!
// Bots
bot_quota 0
// CSGO:TV
tv_advertise_watchable 1
tv_allow_camera_man 0 // Auto director allows spectators to become camera man
tv_allow_static_shots 1 // Auto director uses fixed level cameras for shots
tv_autorecord 0 // Automatically records all games as GOTV demos
tv_chatgroupsize 0 // Set the default chat group size
tv_chattimelimit 8 // Limits spectators to chat only every n seconds
tv_debug 0 // GOTV debug info
tv_delay 0 // GOTV broadcast delay in seconds
tv_delaymapchange 0 // 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
tv_enable 1 // Activates GOTV on server
tv_maxclients 5 // Maximum client number on GOTV server (10)
tv_maxrate 16000 // Max GOTV spectator bandwidth rate allowed, 0 == unlimited (20000)
tv_name "Team-Aero CS:GO - Skybox #01" // GOTV host name
tv_nochat 1 // Don't receive chat messages from other GOTV spectators
tv_overridemaster 0 // Overrides the GOTV master root address (tv_overrideroot 0)
tv_password tvpw123
tv_port 27104 // Host SourceTV port (27020)
tv_relaypassword relaypw123 // GOTV password for relay proxies (schmetterling)
tv_relayvoice 0 // Relay voice data: 0=off, 1=on
tv_snapshotrate 16 // Snapshots broadcasted per second (24)
tv_timeout 20 // GOTV connection timeout in seconds (60)
tv_title "Team-Aero CS:GO - Skybox #01" // Set title for GOTV spectator UI
tv_transmitall 1 // Transmit all entities (not only director view)
sv_hibernate_when_empty 0
sv_hibernate_postgame_delay 180
say "> ESL GOTV Config loaded - 04.12.2012 <"
// Gametype and mode
game_type 0
game_mode 1
mapgroup mg_bomb_se
map de_dust_se
// Logging
log off // Enable server logging? Default: off
sv_logbans 0 // Log server bans in the server logs. Default: 0
sv_logecho 1 // Echo log information to the console. Default: 1
sv_logfile 1 // Log server information in the log file. Default: 1
sv_log_onefile 1 // Log server information to only one file. Default: 0
sv_logsdir "logs" // Folder in the game directory where server logs will be stored.
// con_logfile "server_competition_#01\logs\console.log"
Then I try to connect my GOTV relay to the gameserver TV:
Code:
srcds.exe -game csgo -console +tv_relay 88.159.160.153:27104 +password tvpw123
This results in the following crash upon tv_relay command:
Code:
Missing shutdown function for Sys_InitAuthentication() : Sys_ShutdownAuthentication()
Please help me.
(Windows 7 64bit)