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

gotv not working


Post New Thread Reply   
 
Thread Tools Display Modes
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 06-28-2021 , 12:36   Re: gotv not working
Reply With Quote #11

Set up your GOTV again, see if it's really all right.

I use this config, everything works fine with no problems:
PHP Code:
//GOTV
tv_enable "1" // Enable GOTV
tv_autorecord "0" // Record demo automatically
tv_delay "12" // This is the delay, in seconds, that your GOTV will have in relation to the server
tv_advertise_watchable "1" // Do not modify this value
tv_maxclients "5" // Maximum number of clients on GOTV server
tv_title "GOTV" // Set title for GOTV viewer user interface
tv_name "GOTV" // GOTV host name
tv_password "" // Your GOTV password (Optional)
tv_allow_camera_man "1" // Enable Auto Director (Allows viewer to be camera man)
tv_allow_static_shots "1" // Auto director uses fixed level cameras for stills
tv_snapshotrate "32" // Change demo tickrate, 32 would be default
tv_nochat "0" // Allow clients connected to GOTV to chat with each other
tv_timeout "45" // GOTV connection timeout in seconds.
tv_port "27035" // GOTV port (Add based on your server port, we recommend adding 1000 to your server port)
tv_delaymapchange "0" // Delays map change until transmission is complete
tv_dispatchmode "1" // Dispatch clients to relay proxies: 0 = never, 1 = if appropriate, 2 = always
tv_relayvoice "1" // Relay voice data: 0 = disabled, 1 = enabled
tv_transmitall "1" // Transmit all entities (Not just director view) 
tv_port "27035" I recommend leaving the same port on your server adding 1000 on it, if your server has port 27035, GOTV's would be 27035 + 1000 = 28035

Also make sure the server startup line is configured correctly. Paste here that we can help anything better.
paulo_crash is offline
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 06-29-2021 , 03:58   Re: gotv not working
Reply With Quote #12

Quote:
Originally Posted by paulo_crash View Post
Set up your GOTV again, see if it's really all right.

I use this config, everything works fine with no problems:
PHP Code:
//GOTV
tv_enable "1" // Enable GOTV
tv_autorecord "0" // Record demo automatically
tv_delay "12" // This is the delay, in seconds, that your GOTV will have in relation to the server
tv_advertise_watchable "1" // Do not modify this value
tv_maxclients "5" // Maximum number of clients on GOTV server
tv_title "GOTV" // Set title for GOTV viewer user interface
tv_name "GOTV" // GOTV host name
tv_password "" // Your GOTV password (Optional)
tv_allow_camera_man "1" // Enable Auto Director (Allows viewer to be camera man)
tv_allow_static_shots "1" // Auto director uses fixed level cameras for stills
tv_snapshotrate "32" // Change demo tickrate, 32 would be default
tv_nochat "0" // Allow clients connected to GOTV to chat with each other
tv_timeout "45" // GOTV connection timeout in seconds.
tv_port "27035" // GOTV port (Add based on your server port, we recommend adding 1000 to your server port)
tv_delaymapchange "0" // Delays map change until transmission is complete
tv_dispatchmode "1" // Dispatch clients to relay proxies: 0 = never, 1 = if appropriate, 2 = always
tv_relayvoice "1" // Relay voice data: 0 = disabled, 1 = enabled
tv_transmitall "1" // Transmit all entities (Not just director view) 
tv_port "27035" I recommend leaving the same port on your server adding 1000 on it, if your server has port 27035, GOTV's would be 27035 + 1000 = 28035

Also make sure the server startup line is configured correctly. Paste here that we can help anything better.
//Command line
+tv_port 27025

//Server.cfg
tv_enable 1
tv_delaymapchange 1
tv_delay 45
tv_deltacache 2
tv_dispatchmode 1
tv_maxclients 10
tv_maxrate 0
tv_overridemaster 0
tv_relayvoice 1
tv_snapshotrate 20
tv_timeout 60
tv_transmitall 1


tried your commands also idk why its not working , gotv shows in fav tab but when i connect it keeps on retrying...
__________________

Last edited by Sanjay Singh; 06-29-2021 at 03:58.
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
genoka
Junior Member
Join Date: Oct 2018
Location: Brazil
Old 06-30-2022 , 20:42   Re: gotv not working
Reply With Quote #13

I'm also having the same problem.


PHP Code:
//GOTV
sv_server_graphic1 "gotvlogovarzero.png"
tv_advertise_watchable 1
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 15                   // 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 5                // Maximum client number on GOTV server.
tv_maxrate 20000                // Max GOTV spectator bandwidth rate allowed, 0 == unlimited
tv_name "VAR 0.000 GOTV"         // GOTV host name
tv_overridemaster 0            // Overrides the GOTV master root address.
tv_port 30108               // Host SourceTV port
tv_relayvoice 0                // Relay voice data: 0=off, 1=on
tv_relayradio 1
tv_relaytextchat 2
tv_snapshotrate 24            
// Snapshots broadcasted per second
tv_timeout 60                // GOTV connection timeout in seconds.
tv_title "Var Zero GOTV"        // Set title for GOTV spectator UI
tv_transmitall 1                // Transmit all entities (not only director view) 
genoka is offline
BeepIsla
Member
Join Date: Mar 2020
Location: Germany
Old 06-30-2022 , 21:04   Re: gotv not working
Reply With Quote #14

Make sure to disable hibernation or have someone on the server else GOTV will not work iirc
BeepIsla is offline
Ryan2
Senior Member
Join Date: Jul 2020
Old 07-01-2022 , 00:38   Re: gotv not working
Reply With Quote #15

What does tv_advertise_watchable do? Can't seem to find anything about it.
Ryan2 is offline
genoka
Junior Member
Join Date: Oct 2018
Location: Brazil
Old 07-01-2022 , 10:14   Re: gotv not working
Reply With Quote #16

Quote:
Originally Posted by BeepIsla View Post
Make sure to disable hibernation or have someone on the server else GOTV will not work iirc
I'm using sv_hibernate_when_empty 0 and sv_hibernate_ms 0.

Before I was able to connect gotv even without a player on the server. Today I tested with players, also without success.
genoka is offline
genoka
Junior Member
Join Date: Oct 2018
Location: Brazil
Old 07-01-2022 , 12:43   Re: gotv not working
Reply With Quote #17

Quote:
Originally Posted by genoka View Post
I'm using sv_hibernate_when_empty 0 and sv_hibernate_ms 0.

Before I was able to connect gotv even without a player on the server. Today I tested with players, also without success.
I fixed it, but it's not about the gotv configuration.

I use Pterodactyl and inside it there is an additional port configuration for each server, you need to add the GOTV port for the connection to be established.
genoka is offline
BeepIsla
Member
Join Date: Mar 2020
Location: Germany
Old 07-06-2022 , 06:37   Re: gotv not working
Reply With Quote #18

Quote:
Originally Posted by Ryan2 View Post
What does tv_advertise_watchable do? Can't seem to find anything about it.
It should let other players be able to join GOTV through the friends list. Like when a friend is playing on a Valve server. I am unsure if it still works as intended.
BeepIsla is offline
Ryan2
Senior Member
Join Date: Jul 2020
Old 07-07-2022 , 00:26   Re: gotv not working
Reply With Quote #19

Quote:
Originally Posted by BeepIsla View Post
It should let other players be able to join GOTV through the friends list. Like when a friend is playing on a Valve server. I am unsure if it still works as intended.
Thanks, that makes sense.
Ryan2 is offline
Reply


Thread Tools
Display Modes

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 00:57.


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