Draft 14-compliant MOQ protocol library with publisher, subscriber and relay components, featuring various live and on-demand demo applications using the LOC and CMAF formats.
The TypeScript client library for Media-over-QUIC (MoQ) applications, designed for seamless integration with WebTransport and MoQ relay servers.
- 🛡️ TypeScript: Type-safe development
- 🔗 WebTransport: Next-gen transport protocol support
- 🔥 Hot Module Reloading: Instant feedback during development
README available at: moqtail-ts/README.md
# Clone the repository (if not already)
git clone https://github.com/moqtail/moqtail.git
cd moqtail
# Install dependencies
npm installThe Rust library for Media-over-QUIC (MoQ) applications, providing core protocol functionalities and utilities.
The relay is a Rust application that forwards MoQ messages between publishers and subscribers.
cargo run --bin relay -- --port 4433 --cert-file cert/cert.pem --key-file cert/key.pem- WebTransport: Ensure your browser supports WebTransport and that you have trusted the local CA, see the README.md of the relay for instructions.
Contributions are welcome! Please open issues or submit pull requests for improvements, bug fixes, or documentation updates.