AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   GOTV not working ? (https://forums.alliedmods.net/showthread.php?t=238681)

nguyenbaodanh 04-15-2014 04:27

GOTV not working ?
 
Hello!
I've setup GOTV for my match/scrim server
here is in the server.cfg
Quote:

tv_enable 1 //Activates GOTV on server.
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 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 120 //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_maxclients 10 //Maximum client number on GOTV server.
tv_maxrate 20000 //Max GOTV spectator bandwidth rate allowed, 0 == unlimited
tv_name "[ 1Hp ] Vietnam FPS Match server"
tv_nochat 0 //Don't receive chat messages from other GOTV spectators
tv_overridemaster 0 //Overrides the GOTV master root address.
tv_port 27020 //Host SourceTV port
tv_relaypassword "" //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 "[ 1Hp ] Vietnam FPS Match server"
tv_transmitall 1 //Transmit all entities (not only director view)

say "> [ 1Hp ] GOTV Config loaded - 06.12.2013 <"
But when I try to connect by the console
Quote:

117.6.174.34:27020
It failed after 10 tries

And in the server browser -> spectate tab -> I don't see any servers to spectate too, refreshed but no servers found.

So.... valve having problems with GOTV listing ? or my settings not correct ?

Do I need to add
Quote:

+tv_relay 117.6.174.34:27020
to the server run command?

nguyenbaodanh 04-16-2014 22:38

Re: GOTV not working ?
 
Anyone ? please help !

h3bus 04-17-2014 03:26

Re: GOTV not working ?
 
Do you have more than one server on the same machine?
Because the default port is 27020 and first server to start will bind to it, even if tv_enable is 0. Then your server will bind to another port since 27020 is no longer available.

I solved this by specify tv ports even for server that don't use GOTV.

Or it could be a simple firewall problem.

EDIT: You can debug than kind of issue using on linux "netstat -lup"

Powerlord 04-17-2014 17:03

Re: GOTV not working ?
 
Quote:

Originally Posted by h3bus (Post 2125687)
I solved this by specify tv ports even for server that don't use GOTV.

Or use -nohltv on the command line which will prevent it from binding the TV Port.

h3bus 04-17-2014 17:05

Re: GOTV not working ?
 
Woaw!! Thanks for that!

nguyenbaodanh 04-17-2014 21:01

Re: GOTV not working ?
 
Ahhhh got it, I have more than 2 servers on same machine, let me try binding port for all then

nguyenbaodanh 04-17-2014 21:02

Re: GOTV not working ?
 
-nohltv
Will try :D thanks so much

cristi_ip 12-28-2018 01:07

Re: GOTV not working ?
 
Hello,

Can anyone tell me the setting to stop relay after showing how i die, because it does not stop automatically.

Thank you!


All times are GMT -4. The time now is 15:48.

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