Race TV Multiplayer is an open source F1TV desktop client for Windows with support for multi-monitor setups.
This app is unofficial and is not associated in any way with the Formula 1 companies. F1, FORMULA ONE, FORMULA 1, FIA FORMULA ONE WORLD CHAMPIONSHIP, GRAND PRIX and related marks are trade marks of Formula One Licensing BV.
- Download the installer: Download the Race TV Multiplayer installer
- Execute the installer. If a SmartScreen warning pops up, select 'More info' and click 'Run anyway'.
- Open the
NVidia Control Panel
, go to:3D settings
>Manage 3D settings
>Program Settings
. - Then add the
Race TV Multiplayer
app - Turn the program settings Vertical sync to
Off
and Max Frame Rate toOff
- Press the
Apply
button and restart the app
- Install the LTS version of Node: Node (LTS)
- Run in a cmd window:
npm install
- Install python 3: Python 3
- Install the castlabs-evs package for Python:
python -m pip install --upgrade castlabs-evs
- Sign up for an EVS account:
python -m castlabs_evs.account signup
- For DRM support while develping, sign the electron.exe file:
python -m castlabs_evs.vmp sign-pkg node_modules/electron/dist
- For more info about EVS: https://github.com/castlabs/electron-releases/wiki/EVS
- run in a cmd window:
npm start