Fetching Data
Sending a FETCH
Section titled “Sending a FETCH”FETCH retrieves historical objects from a track. Unlike SUBSCRIBE (which is a live stream), FETCH returns a bounded set of objects.
- Enter the namespace and track name
- Specify the range (start group/object to end group/object)
- Click Fetch
The FETCH lifecycle
Section titled “The FETCH lifecycle”FETCH (sent) → FETCH_OK (received) → objects on fetch stream → stream closesor:
FETCH (sent) → FETCH_ERROR (received)Viewing fetched objects
Section titled “Viewing fetched objects”Fetched objects arrive on a dedicated unidirectional stream (fetch header stream). moqtap displays them in order with their group/object IDs and payload content.
Cancelling a FETCH
Section titled “Cancelling a FETCH”Send FETCH_CANCEL to abort an in-progress fetch. The relay closes the fetch stream.