Skip to content

Quickstart

This quickstart walks you through connecting to a relay, subscribing to a track, and viewing live objects — all in about 5 minutes.

Enter your relay URL and click Connect. For development relays with self-signed certificates, enable Accept any certificate.

Once connected, click Discover and enter a namespace prefix (e.g., an empty prefix to discover all namespaces). moqtap sends a SUBSCRIBE_NAMESPACE message and displays discovered namespaces as they arrive.

Select a track from the namespace browser, or enter a namespace and track name manually. Choose a filter type:

FilterDescription
LatestObjectStart from the most recent object
NextGroupStartStart from the next group boundary
AbsoluteStartStart from the beginning
AbsoluteRangeSpecific group/object range

Click Subscribe and watch objects arrive in real-time.

  • Click any control message in the log to see parsed fields and raw hex
  • Switch to the Object Viewer to see payload content (auto-detected as text, JSON, or binary)
  • Check QUIC Stats for transport-level metrics

Click Export Trace to save the session as a .moqtrace file. Share it with your team or load it later for offline analysis.