Skip to content

Commit

Permalink
Rename Track Request Parameters to Subscribe Parameters (#451)
Browse files Browse the repository at this point in the history
Seems like a more obvious name.
  • Loading branch information
ianswett authored May 29, 2024
2 parents 74bbe28 + 3066f06 commit bdc1cd0
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ Track:

: An encoded bitstream. Tracks contain a sequential series of one or
more groups and are the subscribable entity with MOQT.
See ({{model-track}}).


## Notational Conventions
Expand Down Expand Up @@ -1022,7 +1023,7 @@ SUBSCRIBE Message {
[EndGroup (i),
EndObject (i)],
Number of Parameters (i),
Track Request Parameters (..) ...
Subscribe Parameters (..) ...
}
~~~
{: #moq-transport-subscribe-format title="MOQT SUBSCRIBE Message"}
Expand Down Expand Up @@ -1060,8 +1061,7 @@ See ({{sub-filter}}).
* EndObject: The end Object ID, plus 1. A value of 0 means the entire group is
requested. Only present for the "AbsoluteRange" filter type.

* Track Request Parameters: The parameters are defined in
{{version-specific-params}}
* Subscribe Parameters: The parameters are defined in {{version-specific-params}}.

On successful subscription, the publisher MUST reply with a SUBSCRIBE_OK,
allowing the subscriber to determine the start group/object when not explicitly
Expand Down Expand Up @@ -1097,7 +1097,7 @@ SUBSCRIBE_UPDATE Message {
EndGroup (i),
EndObject (i),
Number of Parameters (i),
Track Request Parameters (..) ...
Subscribe Parameters (..) ...
}
~~~
{: #moq-transport-subscribe-update-format title="MOQT SUBSCRIBE_UPDATE Message"}
Expand All @@ -1115,8 +1115,7 @@ open-ended.
* EndObject: The end Object ID, plus 1. A value of 0 means the entire group is
requested.

* Track Request Parameters: The parameters are defined in
{{version-specific-params}}
* Subscribe Parameters: The parameters are defined in {{version-specific-params}}.

## UNSUBSCRIBE {#message-unsubscribe}

Expand Down Expand Up @@ -1728,12 +1727,10 @@ TODO: fill out currently missing registries:

* MOQT version numbers
* Setup parameters
* Track Request parameters
* Subscribe parameters
* Subscribe Error codes
* Announce Error codes
* Track format numbers
* Message types
* Object headers

TODO: register the URI scheme and the ALPN

Expand Down

0 comments on commit bdc1cd0

Please sign in to comment.