Add a Browser Source (1920×1080, transparent).
The Match ID is 0 until live scoring begins — see the app's Fixture Details screen.
| Parameter | Example | Description |
|---|---|---|
| club | 40319 | CricClubs Club ID. Identifies which club's API to query. Defaults to 1110094. |
| id | 9094 | Match ID assigned once live scoring starts. Use fixture instead if you know it before the game. |
| fixture | 1085 | Stable Fixture ID known before the game. The ticker polls the schedule and resolves the Match ID automatically once scoring begins. |
| series | 18 | Series/season ID used when resolving a fixture. Defaults to 18 (Season 2026). |
| dynamic | 1 | Enables dynamic scaling. Measures the bar's natural width and applies transform: scale() to fit narrow browser sources. |
| sl | 1 | Streamlabs mode. Hides corner logos, shrinks player names to 13px, tightens spacing, and forces dynamic scaling on. |
| view | live | Debug flag. Forces the live ticker bar to show even for completed matches (which normally display the full scorecard). |
| refresh | 15 | Polling interval in seconds. Minimum 5, defaults to 10. |
| api | https://… | Override the API base URL. Defaults to the Cloudflare Worker. Auto-uses /api/ on localhost. |
| demo | 1 | Adds a green gradient background so the glassmorphism bar is visible without OBS. |