See inside MoQT
The protocol debugger for Media over QUIC Transport. Connect to any relay, inspect every message, understand what's really happening.
Everything you need to debug MoQT
No more reading raw byte logs or adding println! to Rust code.
Connect to any relay
Native QUIC and WebTransport. Accept self-signed certs, provide custom CAs, or use system trust. Any draft version.
Inspect every message
Full control stream log with parsed fields, raw hex, timestamps, and direction. Filter by message type.
Subscribe & fetch
Send SUBSCRIBE, FETCH, discover namespaces interactively. Watch the full request/response lifecycle.
View objects
Auto-detect and render text, JSON, and binary payloads. Hex viewer for raw bytes with ASCII sidebar.
QUIC transport stats
Real-time RTT, packet loss, congestion window, bytes sent/received, and stream counts from quinn.
Export traces
Save sessions as .moqtrace files (JSON-lines, gzip). Share with your team, load for offline analysis.
How it works
Three steps to protocol visibility.
Enter a relay URL
Point moqtap at any MoQT relay — WebTransport or native QUIC. Configure TLS as needed.
moqtap connects via QUIC
Establishes a session, negotiates draft version, exchanges CLIENT_SETUP / SERVER_SETUP.
See every message
Every control message, every object, every QUIC stat — parsed, timestamped, and searchable.
A suite of tools, not just one
Desktop, CLI, and browser tools for MoQT protocol debugging.
Connect to any MoQT relay, inspect control messages, subscribe to tracks, fetch data, and view objects in real-time.
- Client mode
- Full message inspector
- Object viewer
- Trace export
- QUIC stats
MoQT client and transparent intercepting proxy. Connect to relays or sit between your client and relay — scriptable and automatable.
- Client & proxy modes
- Live frame decoding
- Session recording
- JSON output
- WebTransport support
WebTransport Inspector for Chrome and Firefox DevTools. See every MoQT connection, decode control messages, track subscriptions, inspect streams and datagrams, and detect media formats — without leaving the browser.
- Live WebTransport connections
- Track subscription tracking
- Stream & datagram inspector
- ISO BMFF / CBOR / MessagePack detection
- Trace export (.moqtrace)
Built on open source libraries
The protocol core is MIT-licensed. Rust crates and npm packages you can use in your own projects.
View on GitHubRust crates
Start debugging MoQT today
Free and open source. Download the desktop app or explore the Rust crates.