Inspecting Messages
The message log
Section titled “The message log”The control message log shows every MoQT message sent or received on the control stream:
- Timestamp — microsecond precision
- Direction —
TX(sent) orRX(received) - Message type — e.g.,
SUBSCRIBE,SUBSCRIBE_OK,FETCH_ERROR - Summary — key fields at a glance
Message detail view
Section titled “Message detail view”Click any message to see:
- All parsed fields — every field from the message, named and typed
- Raw hex — the exact bytes on the wire
- Parse warnings — if the message was partially parsed or contained unknown fields
Filtering
Section titled “Filtering”Filter the log by:
- Message type (e.g., show only
SUBSCRIBEandSUBSCRIBE_OK) - Direction (sent only, received only, or both)
- Time range
Parse warnings
Section titled “Parse warnings”moqtap uses lenient parsing. Unknown message types, unexpected field lengths, and unknown parameters produce warnings rather than errors. Warnings are highlighted in the message log so you can spot protocol issues immediately.