gaming-hub/server/src/plugins
Daniel 4aed4e70ab fix(streaming): reliable disconnect + mandatory stream password
Disconnect:
- Server-side heartbeat ping/pong every 10s with 25s timeout
- Detects and cleans up dead connections (browser closed, network lost)
- ws.terminate() on heartbeat timeout triggers handleDisconnect

Password:
- Stream password is mandatory (server rejects start_broadcast without)
- Password stored server-side, never sent to clients
- Viewers must enter password via modal before joining
- Lock icon on tiles, WRONG_PASSWORD error shown in modal

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 01:00:48 +01:00
..
lolstats feat(lolstats): add Riot API hybrid — show ALL game modes (URF, Brawl, etc.) 2026-03-06 21:54:53 +01:00
radio feat(radio): add 2-second pre-buffer to reduce audio lag 2026-03-06 23:28:58 +01:00
soundboard feat(soundboard): download modal with filename input + fix yt-dlp binary 2026-03-06 23:59:31 +01:00
streaming fix(streaming): reliable disconnect + mandatory stream password 2026-03-07 01:00:48 +01:00
.gitkeep Initial commit: Gaming Hub foundation 2026-03-05 22:52:13 +01:00