Live-stream overlay for practical and IPSC shooting
HTML overlay for OBS, vMix, and Streamlabs, PractiScore integration via PS-Leaderboard, and a real-time scoreboard with stats for athletes — hotsite, kiosk mode, and scoring.services.
Open the PractiScore hotsiteThis page documents how we broadcast practical shooting matches live: the scoreboard comes from Scoring Services, the transparent overlay enters OBS Studio as a Browser Source, and the audience follows along on mobile at m.scoring.services. vMix, Streamlabs, and other programs use the same overlay URL.
Atalhos destacados
O que você encontra nesta página
- Transparent web overlay for OBS, vMix, Streamlabs, and Prism.
- PractiScore integration (PS-Leaderboard) sending results in real time.
- Leaderboards, last shot, TV kiosk mode, and athlete stats.
Resumo para decisão rápida
- Clubs use https://hotsite.scoring.services/ to link PractiScore to the online scoreboard.
- Media uses a Browser Source with the URL generated in the match overlay wizard.
- Athletes follow live results at /matches and in the hub after the match.
Two layers: overlay on the stream, data in the cloud
On the broadcast, you add a Browser Source with the overlay URL — transparent background, 1920×1080 — in OBS Studio, vMix, or Streamlabs. The scoreboard numbers come from Scoring Services because, during the match, PractiScore tablets send scores through the integration set up by the club. Athletes and the audience also see the same data at /matches and through the leaderboard APIs.
A tool for clubs: PractiScore hotsite (PS-Leaderboard)
The guide at /pages/practiscore-leaderboard summarizes the integration within the scoring.services ecosystem. The site https://hotsite.scoring.services/ presents the IPSC Leaderboard for PractiScore: sync between tablets and dashboard, leaderboards that update instantly, TV kiosk mode at the range, custom OBS overlays, detailed score logs, and compatibility with PractiScore 1.7.x and 2.0.x. For the organizer it starts with free sign-up at https://im.scoring.services/pages/register, access at https://login.scoring.services, and the install guide on the hotsite (install.html).
What the audience sees in the overlay
A rolling leaderboard by division, a band with featured athletes, a bottom bar with the last shot (A/C/D/M hits, time, hit factor), and an optional sponsor area. Data via /api/totals/json and /api/{stage}/last_shooter. Configure it at /match/{id}/config/overlay and adjust colors at .../overlay/config — see docs/ipsc_overlay_configuration.md.
Real-time stats for athletes
While the stream uses the overlay, athletes check the same match at /matches (kiosk with Smart Refresh) or, after import, in the hub at https://im.scoring.services/. The hotsite highlights online results, verification, and export to WinMSS and ShootingHouse — post-match continues at /list, /tools, and the IPSC guide.
How to set it up in OBS Studio (step by step)
1) Make sure the match is receiving data (PractiScore or live ingestion). 2) Open /match/{id}/config/overlay and pick the stage. 3) Adjust colors at .../overlay/config. 4) Copy the URL. 5) In OBS: Add → Browser Source → paste the URL, 1920×1080, enable “Transparent background”. 6) Test in preview before going live. URL variants: IPSC .../stage/{stage_id}/overlay; TDT .../tdt/results/{stage_id}/overlay.
Troubleshooting
Blank overlay: confirm an active match and the stage in the URL. Lag: check that PractiScore tablets are synced (hotsite) and that the kiosk at /matches updates; the overlay uses a short poll for the last shot. Clipped text: reduce the scale in OBS or use a compact theme in the config wizard.
Perguntas frequentes
Preciso do PractiScore para usar o overlay?
O overlay exibe dados que chegam ao Scoring Services. Na prática, clubes IPSC usam a integração PractiScore descrita em https://hotsite.scoring.services/ (PS-Leaderboard) para enviar scores dos tablets. Outros fluxos de ingestão também alimentam o mesmo placar.
O vídeo mostra como vocês transmitem com OBS?
Sim. O embed nesta página é um exemplo real: placar Scoring Services na live, overlay no OBS Studio (Browser Source) e prova acompanhada em m.scoring.services. Use o mesmo fluxo na sua prova.
Funciona no OBS Studio?
Sim — é o cenário do vídeo de exemplo: Browser Source, fundo transparente, 1920×1080. vMix, Streamlabs e Prism usam a mesma URL de overlay.
Onde o atleta vê o resultado sem assistir à live?
Em /matches durante a prova e, depois, no hub IM ou /list. O hotsite cita leaderboards em tempo real e modo quiosque para o público no local.
Como o clube começa a usar a integração PractiScore?
Registro em https://im.scoring.services/pages/register, login em https://login.scoring.services e instalação seguindo o guia em https://hotsite.scoring.services/ (inclui install.html).
Com que frequência o placar atualiza?
Tablets sincronizados via solução PractiScore alimentam o backend; o overlay consulta APIs com intervalo configurável (ex.: checkInterval). O kiosk em /matches usa Smart Refresh (~60s na página).