Skip to content

Quickstart

This quickstart walks you through connecting to a relay, discovering tracks, and viewing live data — all in about 5 minutes.

Terminal window
moqtap peek moqt://relay.example.com

This auto-detects the transport (QUIC or WebTransport), negotiates the draft version, and shows you the relay’s capabilities.

Terminal window
moqtap peek moqt://relay.example.com namespaces
Terminal window
moqtap peek moqt://relay.example.com tracks live
Terminal window
# Fetch the latest data from a track
moqtap peek moqt://relay.example.com data live video latest
# Stream data with JSON output
moqtap peek moqt://relay.example.com data live video -j
Terminal window
# Start a transparent proxy, record to a trace file
moqtap intercept -u moqt://relay.example.com -o session.moqtrace
# Point your app at localhost:4443 instead of the real relay