Skip to content

Configuration

SettingDescriptionOptions
Relay URLThe MoQT relay endpointAny https:// or moqt:// URL
Draft versionMoQT draft to negotiatedraft-14 (default)
TLS modeCertificate verificationSystem trust, Accept any, Custom CA
Custom CA pathPEM file for private CAsFile path
SettingDescriptionDefault
ThemeLight or dark modeSystem preference
Event batch rateMax UI updates per second60 Hz
Payload preview sizeMax bytes shown in object preview1024

moqtap stores session events in IndexedDB for persistence across restarts. Raw bytes are kept in a bounded Rust ring buffer (last 100k events).

DataLocation
Session eventsIndexedDB (browser storage)
Raw bytes bufferRust memory (runtime only)
Exported tracesUser-selected file path
Proxy CA keypair~/.moqtap/ca/ (v0.2+)