Web Timing
ATVO allows you to provide a web timing for your audience. A demo of the web timing (with static data) can be found here:
Setup
System requirements
- Webserver (Apache or NGINX are recommended)
- PHP >= 5.0
Setup outside of ATVO
In your ATVO install directory, you will find the WebtimingServer
files that you need to deploy to your webserver. They are located under (Install dir)/bin/WebtimingServer
.
- Find the file
post.php
and open it with any text editor. At the very top, there is a line that lists your private password. By default it will saychange_me
, please change it to your desired password and save the file. - Upload all files of the WebtimingServer folder to your webserver.
- Ensure the sessions folder exists and the webserver has write access to it.
Note: By default the web timing files can be found at C:\Program Files (x86)\Appgineer.in\ATVO Launcher\bin\WebtimingServer
Setup inside of ATVO
After clicking the web timing button in ATVO a new window will be shown.
- Specify the URL of the webserver you uploaded the web timing files to.
- Enter the password you put in the
post.php
file earlier. - Set a name for the event you want to broadcast and provide a web timing for.
- Set up the update interval for the web timing. We recommend an interval of at least 3 seconds to ensure the webserver is not being flooded by the web timing module of ATVO. Too many requests can cause the web server to fail.
- Connect to an iRacing session and click the Start button.
- Check the Log tab of the Web Timing in ATVO if there are any errors showing up.
Usage
Once deployed and running, you can visit your web timing via your webserver URL at the following three locations:
- Timing screen:
(your server URL)/#/timingscreen
- Events:
(your server URL)/#/events
- Spotter Guide:
(your server URL)/#/spotterguide
(Note: default disabled)
Settings
In the Settings tab, you can:
- Choose to output the Spotter Guide as well.
- Configure which columns you want the web timing screen to display.
Spotter Guide
To save data, the Spotter Guide is only updated when you Refresh the spotter guide. If you have not yet visited or opened the Spotter Guide tab in your ATVO Timing Screen, the spotter guide will not be output. Make sure to open the Spotter Guide tab first, to refresh the images.
Note that outputting the Spotter Guide is disabled by default, enable it in the Web Timing Settings tab.