My Live Platform
================

Two files, no accounts, no install, no build step.

HOW TO HOST IT
1. Upload broadcast.html and watch.html to any web server (over HTTPS).
2. Open broadcast.html, press "Start camera", then "Go live".
3. Press "Copy viewer link" and send that link to your viewers.
   They open it in a browser and watch — no password.

Works in a recent Chrome, Edge, or Safari 18+.

NOTES
- Each file is fully self-contained (all code is inside the .html).
- Streams go through a public MoQ relay. To use a different relay, open the
  .html file and change the window.MLP_RELAY line near the top (in both files).
- There is no built-in password. If you want only yourself to be able to
  broadcast, protect broadcast.html with your web server's access control
  (for example, nginx HTTP Basic Auth or an IP allowlist). Leave watch.html open.
