Skip to content

moqtail/demo-syncplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SyncPlay: Synchronized VoD with MOQ

SyncPlay uses the MOQT protocol to enable synchronized (time-aligned) video-on-demand (VoD) playback across geographically dispersed users.


Online Demo

Available at https://syncplay.moqtail.dev

Research Paper

Available at ACM DL

Run Locally

Prerequisites

  • Docker
  • Local Certificates

Running the Demo

# 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 --build

The 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.

About

SyncPlay: Synchronized VoD with MOQ

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors