Features
OBS overlays
Now-playing overlays via the local API
Drive OBS (or other) browser sources from the local API so stream overlays stay in sync with playback.
Setup
- Enable the API under Settings → API & Integrations → API.
- Prefer Authentication for anything beyond a locked-down localhost setup.
- Point your OBS browser source at an overlay that reads the API (community packs or your own HTML).
- If you changed the API port, append
?port=<port>to the source URL (default is13091).
Community reference: Zyphen's Now Playing.
Tips
- Confirm
GET /trackandGET /track/statebefore wiring overlays — see Routes. - WebSocket
/socketcan pushtrack:changeevents for live updates.