SyncPlay uses the MOQ protocol to enable synchronized (time-aligned) video-on-demand (VoD) playback across geographically dispersed users.
Available at https://syncplay.moqtail.dev
Under review, to be posted soon.
- Docker
- Local Certificates
# 1. Install the local CA.
mkcert -install
# 2. Generate certificate files for 'localhost', '127.0.0.1', and '::1'.
mkcert -key-file cert/key.pem -cert-file cert/cert.pem localhost 127.0.0.1 ::1
# 3. Run the Docker containers.
docker compose up --buildThe app will be available at http://localhost:15173 by default.
Note
If you experience issues with TLS certificates, please check the README in the cert directory for troubleshooting steps.