Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error code for announce cancel #522

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1316,13 +1316,20 @@ receiving an ANNOUNCE_CANCEL, it SHOULD close the session as a
~~~
ANNOUNCE_CANCEL Message {
Track Namespace (tuple),
Error Code (i),
Reason Phrase (b),
}
~~~
{: #moq-transport-announce-cancel-format title="MOQT ANNOUNCE_CANCEL Message"}

* Track Namespace: Identifies a track's namespace as defined in
({{track-name}}).

* Error Code: Identifies an integer error code for canceling the announcement.

* Reason Phrase: Provides the reason for announcement cancelation.


## TRACK_STATUS_REQUEST {#message-track-status-req}

A potential subscriber sends a 'TRACK_STATUS_REQUEST' message on the control
Expand Down Expand Up @@ -1954,6 +1961,7 @@ TODO: fill out currently missing registries:
* Subscribe Error codes
* Subscribe Namespace Error codes
* Announce Error codes
* Announce Cancel Reason codes
* Message types

TODO: register the URI scheme and the ALPN
Expand Down
Loading