Livestream inserts
In development. More information will follow soon.
Sources
Box
TBD
Image
To display an image, it must be uploaded to the event via the "Files" menu. Then, the image can be selected from the dropdown list. The image keeps its aspect ratio and is scaled to the maximum size within the given width and height.
The image is fetched from the server when the source becomes visible. The image is therefore not displayed instantly, but with a small delay depending on the internet connection.
Keep in mind that JPGs do not supoort transparency. Use PNGs instead.
Table
Age Group Results
TBD
Competition Results
TBD
Live Elimination
TBD
Live Points
TBD
Live Results
TBD
Live Start List
TBD
Live Time Trial
TBD
Qualification
TBD
Race Results
TBD
Race Start List
TBD
Text
TBD
Interpolation & Conditions
For interpolation and conditions the following variables are available:
Variable | Description |
---|---|
event.name | The name of the event |
live.name | The name of the current race |
live.laps.current | The current lap of the current race |
live.laps.total | The total number of laps of the current race |
live.laps.remaining | The remaining number of laps of the current race |
live.laps.done | The number of completed laps of the current race |
live.time | The time of the current race |
live.isNeutralized | Whether the race is neutralized (only for condition tree) |
live.notification.line1 | First line of the notification from Race Log |
live.notification.line2 | Second line of the notification from Race Log |
live.notification.flagColor | The color of the flag of the |
dateTime.dateDmy | Current date in format d.MM.yyyy |
dateTime.dateMdy | Current date in format MM/dd/yyyy |
dateTime.timeHms | Current time in format H:mm:ss |
dateTime.timeHm | Current time in format H:mm |
countdown.time | Time remaining until the selected time. |
lowerThird.line1 | Lower third line 1 |
lowerThird.line2 | Lower third line 2 |
When using athlete.flag
or live.notification.flagColor
(in table sources), the national flag of the athlete or a single-colored flag is displayed.
Known issues
- In key mode "Alpha-Channel": When two sources with semi-transparency and different colors are overlapping, the bottom source will override the color of the top source.