GOTV: Difference between revisions

From CKRAS Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== GOTV ==
== GOTV ==


Mittels GOTV lassen sich pro Server maximal 255 Slots für Zuschauer zur Verfügung stellen. Es wird zwischen Masterserver und Relayserver unterschieden.
Means GOTV can be a maximium of 255 slots per server for viewers provider. A distinction is made between masterserver and the relayserver. GOTV is for [[CS:GO]] (CounterStrike Global Offensive) available.
GOTV ist für [[CS:GO]] (CounterStrike Global Offensive) verfügbar


<div class="banner-tv"></div>
<div class="banner-tv"></div>
Line 16: Line 15:
-->
-->


== Was ist der MasterServer? ==
== What is MasterServer? ==


Der Masterserver ist der GOTV-Server, der durch den Gameserver, auf dem gespielt wird, gestartet wird. In der Regel wird der Masterserver mit der IP-Adresse des [[Gameserver]]s + '''Port 27020''' gestartet.
The masterserver is the GOTV Server is started by the [[Gameserver]], is played on. In general, the masteserver is started with the IP-Adress of the [[Gameserver]] + Port 27020.
<br>Bei GOTV muss nur beachtet werden, der GOTV startet nur wenn auch Spieler auf den Server sind, ansonsten wird er nicht aktiv sein!!!
<br>In GOTV only has to be considered, the GOTV starts only if players are on the server, otherweise it will not be activate!!!
<br>
<br>
'''Beispiel:'''<br>
'''Example:'''<br>
Gameserver IP-Adresse: 10.10.10.10:27015, so würde hier die Masterserver Adresse des GOTV 10.10.10.10.27020 lauten, sofern nicht anders in der Config angegeben. CKRAS definiert in der server.cfg alle wichtigen Werte bereits als Default.
Gameserver IP-Adress: 10.10.10.10:27015, so would here the masteserver adress of the GOTV10.10.10.10.27020, unless otherweise specified in the config CKRAS definied in the server.cfg all important values already as default.


== Was ist der RelayServer? ==
== What is RelayServer? ==


Die Relay-Server verbidenet sich mit dem GOTV eines Master-Servers (''siehe Beispiel mit der IP-Adresse des Gameserver + Port'') oder andern Relay-Servern und leiten die Informationen an die Clienten/Zuschauer weiter. <br>
Die Relay-Server verbidenet sich mit dem GOTV eines Master-Servers (''siehe Beispiel mit der IP-Adresse des Gameserver + Port'') oder andern Relay-Servern und leiten die Informationen an die Clienten/Zuschauer weiter. <br>

Revision as of 10:47, 27 March 2014

GOTV

Means GOTV can be a maximium of 255 slots per server for viewers provider. A distinction is made between masterserver and the relayserver. GOTV is for CS:GO (CounterStrike Global Offensive) available.

What is MasterServer?

The masterserver is the GOTV Server is started by the Gameserver, is played on. In general, the masteserver is started with the IP-Adress of the Gameserver + Port 27020.
In GOTV only has to be considered, the GOTV starts only if players are on the server, otherweise it will not be activate!!!
Example:
Gameserver IP-Adress: 10.10.10.10:27015, so would here the masteserver adress of the GOTV10.10.10.10.27020, unless otherweise specified in the config CKRAS definied in the server.cfg all important values already as default.

What is RelayServer?

Die Relay-Server verbidenet sich mit dem GOTV eines Master-Servers (siehe Beispiel mit der IP-Adresse des Gameserver + Port) oder andern Relay-Servern und leiten die Informationen an die Clienten/Zuschauer weiter.

Beispiel:
Dir wird von CKRAS eine Relay-Server GOTV Adresse zugewiesen z.B. 20.20.20.20, diesen Server kannst du dann im Webinterface auf den bereits vorher gestarteten Masterserver verbinden. In unserem Beispiel auf die 10.10.10.10.27020

Server.cfg

Die Server.cfg von CKRAS ist für CS:GO bereits so voreingestellt, dass die wichtigen Settings wie unten beschrieben bereits enthalten sind. Ihr müsste diese nur noch nach euren Wünschen anpassen.

Hier ein Beispiel:

tv_enable "1"
tv_autorecord "0"
t_name "CKRAS GOTV"
tv_maxclients "1"

GOTV starten

Der GOTV wird wie im Beispiel server.cfg mit tv_enable "1" aktiviert, danach muss der Gameserver nur noch neugestartet werden.

CVAR Befehle

tv_allow_camera_man                      : 1        : , "sv"           : Auto director allows spectators to become camera man
tv_allow_static_shots                    : 1        : , "sv"           : Auto director uses fixed level cameras for shots
tv_autorecord                            : 0        :                  : Automatically records all games as GOTV demos.
tv_autoretry                             : 1        :                  : Relay proxies retry connection after network timeout
tv_chatgroupsize                         : 0        :                  : Set the default chat group size
tv_chattimelimit                         : 8        :                  : Limits spectators to chat only every n seconds
tv_clients                               : cmd      :                  : Shows list of connected GOTV clients.
tv_debug                                 : 0        :                  : GOTV debug info.
tv_delay                                 : 30       : , "sv"           : GOTV broadcast delay in seconds
tv_delaymapchange                        : 0        : , "sv"           : 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                                : 0        : , "nf"           : Activates GOTV on server.
tv_maxclients                            : 128      :                  : Maximum client number on GOTV server.
tv_maxrate                               : 20000    :                  : Max GOTV spectator bandwidth rate allowed, 0 == unlimited
tv_msg                                   : cmd      :                  : Send a screen message to all clients.
tv_name                                  : 0        :                  : GOTV host name
tv_overridemaster                        : 0        :                  : Overrides the GOTV master root address.
tv_port                                  : 27020    :                  : Host SourceTV port
tv_record                                : cmd      :                  : Starts GOTV demo recording.
tv_relay                                 : cmd      :                  : Connect to GOTV server and relay broadcast.
tv_relaypassword                         : 0        : , "nf", "prot", "norecord" : GOTV password for relay proxies
tv_relayvoice                            : 1        :                  : Relay voice data: 0=off, 1=on
tv_retry                                 : cmd      :                  : Reconnects the GOTV relay proxy.
tv_snapshotrate                          : 16       :                  : Snapshots broadcasted per second
tv_status                                : cmd      :                  : Show GOTV server status.
tv_stop                                  : cmd      :                  : Stops the GOTV broadcast.
tv_stoprecord                            : cmd      :                  : Stops GOTV demo recording.
tv_timeout                               : 30       :                  : GOTV connection timeout in seconds.
tv_title                                 : 0        :                  : Set title for GOTV spectator UI
tv_transmitall                           : 1        : , "rep"          : Transmit all entities (not only director view)

GOTV Status überprüfen

Der GO:TV Status kann mit rcon status überprüft werden, dabei wird der aktive GOTV wie folgt dargestellt.

status
hostname: CKRAS Official - www.ckras.com
        version : 1.21.2.0/12120 5105 secure  
        udp/ip  : DEINEIP:27015  (public ip: xx.xx.xxx.xx)
        os      :  Linux
        type    :  community dedicated
        map     : de_dust2
        gotv:  port 27020, delay 90.0s
        players : 0 humans, 1 bots (16/0 max) (hibernating)
        
        # userid name uniqueid connected ping loss state rate adr
        # 2 "CKRAS TV" BOT active
        #end

Demos

Beachtet das Demos nur auf den Masterserver angelegt werden und nicht auf den Relay Server, die Demos können derzeit nicht über das ESL Plugin downgeloadet werden, da dieses inkompatibel ist.
Deswegen müsst ihr den FTP benutzen, der Euch auch mit aktivierten Protect das Downloaden der Demos erlaubt.

Die Demos findet ihr in diesen Ordner:
/csgo/csgo

GOTV bestellen

GOTV (extern) ist aktuell noch nicht verfügbar!

GOV-Server mieten

weitere Informationen zu anderen TV-Servern

GOTVneu SourceTV HLTV