https://github.com/moqtail/demo-timetravel
Time Travel in MOQ Conferencing
https://github.com/moqtail/demo-timetravel
conferencing moq rewind
Last synced: 4 months ago
JSON representation
Time Travel in MOQ Conferencing
- Host: GitHub
- URL: https://github.com/moqtail/demo-timetravel
- Owner: moqtail
- License: apache-2.0
- Created: 2025-09-30T12:29:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-01-17T22:30:10.000Z (5 months ago)
- Last Synced: 2026-01-18T01:00:07.015Z (5 months ago)
- Topics: conferencing, moq, rewind
- Language: TypeScript
- Homepage: https://timetravel.moqtail.dev
- Size: 380 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Time Travel in MOQ Conferencing
### Prerequisites
- Docker
- Local certificates
### Running the Time Travel Demo
```bash
# Install local CA
mkcert -install
mkcert -key-file cert/key.pem -cert-file cert/cert.pem localhost 127.0.0.1 ::1
# Run the Docker containers
docker compose up --build
```
**🚀 The app will be available at [http://localhost:4173](http://localhost:4173) by default.**
> [!NOTE]
> If you experience issues with TLS certificates, please check the [README](cert/README.md) in the `cert` directory for troubleshooting steps.