Raised This Month: $32 Target: $400
 8% 

I can't set tv_enable to 1 on my server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
rafasl18
Junior Member
Join Date: Jan 2020
Old 01-18-2020 , 19:31   I can't set tv_enable to 1 on my server
Reply With Quote #1

I need help since I can't set tv_enable to 1 and therefore I can't activate the gotv on my server. I put the rcon, I run the configuration of eslgotv.cfg but when I reload the map tv_enable continues to 0. If I try to put rcon tv_enable 1 it doesn't work either.

Thank you in advance!
rafasl18 is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 01-18-2020 , 21:15   Re: I can't set tv_enable to 1 on my server
Reply With Quote #2

What are your launch parameters for the server? Also, post the eslgotv.cfg with code tags.
Maxximou5 is offline
rafasl18
Junior Member
Join Date: Jan 2020
Old 01-19-2020 , 06:35   Re: I can't set tv_enable to 1 on my server
Reply With Quote #3

Ops sorry!

eslgotv.cfg is this:

// ESL - www.eslgaming.com
// GOTV Config
// 14.01.2016


sv_hibernate_postgame_delay 180

tv_allow_camera_man 1 // Auto director allows spectators to become camera man
tv_allow_static_shots 1 // Auto director uses fixed level cameras for shots
tv_autorecord 1 // 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 90 // GOTV 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
tv_enable 1 // Activates GOTV on server.
tv_maxclients 10 // Maximum client number on GOTV server.
tv_maxrate 20000 // Max GOTV spectator bandwidth rate allowed, 0 == unlimited
tv_name "ESL - GOTV" // GOTV host name
tv_overridemaster 0 // Overrides the GOTV master root address.
tv_port 27020 // Host SourceTV port
tv_relaypassword schmetterling // GOTV password for relay proxies
tv_relayvoice 0 // Relay voice data: 0=off, 1=on
tv_snapshotrate 24 // Snapshots broadcasted per second
tv_timeout 60 // GOTV connection timeout in seconds.
tv_title "ESL - GOTV" // Set title for GOTV spectator UI
tv_transmitall 1 // Transmit all entities (not only director view)

say "> ESL GOTV Config loaded - 14.01.2016 <"

Launch parameters:

-norestart -game csgo -console -condebug -nohltv -usercon +game_type 0 +game_mode 1 -maxplayers_override 12 +maxplayers 12 +exec server.cfg +mapgroup mg_active +map de_dust -ip 37.187.145.66 -port 27015 +net_public_adr 37.187.145.66
rafasl18 is offline
wolvez04
Senior Member
Join Date: Feb 2016
Location: Andora
Old 01-19-2020 , 13:54   Re: I can't set tv_enable to 1 on my server
Reply With Quote #4

Quote:
Originally Posted by rafasl18 View Post
Ops sorry!

eslgotv.cfg is this:

// ESL - www.eslgaming.com
// GOTV Config
// 14.01.2016


sv_hibernate_postgame_delay 180

tv_allow_camera_man 1 // Auto director allows spectators to become camera man
tv_allow_static_shots 1 // Auto director uses fixed level cameras for shots
tv_autorecord 1 // 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 90 // GOTV 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
tv_enable 1 // Activates GOTV on server.
tv_maxclients 10 // Maximum client number on GOTV server.
tv_maxrate 20000 // Max GOTV spectator bandwidth rate allowed, 0 == unlimited
tv_name "ESL - GOTV" // GOTV host name
tv_overridemaster 0 // Overrides the GOTV master root address.
tv_port 27020 // Host SourceTV port
tv_relaypassword schmetterling // GOTV password for relay proxies
tv_relayvoice 0 // Relay voice data: 0=off, 1=on
tv_snapshotrate 24 // Snapshots broadcasted per second
tv_timeout 60 // GOTV connection timeout in seconds.
tv_title "ESL - GOTV" // Set title for GOTV spectator UI
tv_transmitall 1 // Transmit all entities (not only director view)

say "> ESL GOTV Config loaded - 14.01.2016 <"

Launch parameters:

-norestart -game csgo -console -condebug -nohltv -usercon +game_type 0 +game_mode 1 -maxplayers_override 12 +maxplayers 12 +exec server.cfg +mapgroup mg_active +map de_dust -ip 37.187.145.66 -port 27015 +net_public_adr 37.187.145.66
Remove -nohltv from launch parameters
__________________
Hiring developers of all sorts for small or big jobs.
Paying nicely. Just PM for any available jobs.

wolvez04 is offline
raj kaul
Senior Member
Join Date: Mar 2018
Location: www.lotgaming.xyz
Old 01-19-2020 , 14:58   Re: I can't set tv_enable to 1 on my server
Reply With Quote #5

Quote:
Originally Posted by rafasl18 View Post

Launch parameters:

-norestart -game csgo -console -condebug -nohltv -usercon +game_type 0 +game_mode 1 -maxplayers_override 12 +maxplayers 12 +exec server.cfg +mapgroup mg_active +map de_dust -ip 37.187.145.66 -port 27015 +net_public_adr 37.187.145.66
you have -nohltv means you cant enable gotv so 1st remove that and restart you server
__________________
raj kaul is offline
rafasl18
Junior Member
Join Date: Jan 2020
Old 01-19-2020 , 20:24   Re: I can't set tv_enable to 1 on my server
Reply With Quote #6

Thank you guys!
rafasl18 is offline
rafasl18
Junior Member
Join Date: Jan 2020
Old 01-20-2020 , 11:43   Re: I can't set tv_enable to 1 on my server
Reply With Quote #7

Bad news guys . I've already removed it but still can change tv_enable to 1. Here is the new command line:

-norestart -game csgo -console -condebug -usercon -maxplayers_override 12 +maxplayers 12 +exec server.cfg -ip 37.187.145.66 -port 27015 +net_public_adr 37.187.145.66 +sv_setsteamaccount 8252C76DC7BB84023B827FBA8C800CA5 +game_mode 1 +game_type 0 +mapgroup mg_active -tickrate 128 -tv_enable 1
rafasl18 is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 01-20-2020 , 12:10   Re: I can't set tv_enable to 1 on my server
Reply With Quote #8

Remove your GSLToken now and generate a new one. Someone has probably seen it and can use it, it's been compromised. In the future make sure to omit that kind of information.

Also, you don't need to add tv_enable to the command line, but if you do, it's +tv_enable 1 as it's a convar. Simply adding to your server.cfg is enough. Here is what mine looks like:
Code:
// GOTV

tv_advertise_watchable "1"					// GOTV advertises the match as watchable via game UI, clients watching via UI
tv_autorecord "0"							// Automatically records all games as GOTV demos.
tv_autoretry "1"							// Relay proxies retry connection after network timeout
tv_delay "0"								// GOTV broadcast delay in seconds
tv_enable "1"								// Activates GOTV on server.
tv_maxclients "4"							// Maximum client number on GOTV server.
tv_name "GOTV | Name of GOTV"				// GOTV host name
tv_password "pass"							// GOTV password for all clients
tv_port "27020"								// Host GOTV port
tv_relaypassword ""							// GOTV password for relay proxies
tv_relayvoice "0"							// Relay voice data: 0=off, 1=on
tv_timeout "30"								// GOTV connection timeout in seconds.
tv_title "GOTV | Name of GOTV"				// Set title for GOTV spectator UI
tv_snapshotrate "128"						// Snapshots broadcasted per second
You may want to include your GOTV in your command line with the startup port and be sure to check your server.cfg and any other config file that is used and search for tv_ commands, remove them and use them only in one place. Command line should look similiar to this:
Code:
-game csgo -usercon -console -condebug -strictportbind -ip 37.187.145.66 -port 27015 +clientport 27005 +tv_port 27020 +sv_setsteamaccount xxxxxxxxxxxxxxxxxxxxxxx -tickrate 128 +map de_dust2 +servercfgfile server.cfg -maxplayers_override 12 +mapgroup mg_active +game_type 0 +game_mode 1 -nobreakpad -norestart
Unless you're experiencing some issue with your outside network not exposing your address, net_public_adr isn't necessary if you can bind it with -ip. Also, you don't need +maxplayers since -maxplayers_override is being used. You also never included your default map, you can specify and best if you do, the tv port in the launch commands so that when starting servers that port is assigned quickly.

Last edited by Maxximou5; 01-20-2020 at 12:10.
Maxximou5 is offline
rafasl18
Junior Member
Join Date: Jan 2020
Old 01-20-2020 , 12:56   Re: I can't set tv_enable to 1 on my server
Reply With Quote #9

Thank you. I'm retard for showing the GSLToken, its already removed and GOTV is working. Thank you very much guys!
rafasl18 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:10.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode