Skip to content

Commit

Permalink
Merge branch 'main' into foward-unannounce
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett authored Feb 28, 2025
2 parents 472e8d0 + 5d688ed commit 34a7b0a
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1300,10 +1300,11 @@ StartGroup is prior to the current group, the subscription starts at the
beginning of the current object like the 'Latest Object' filter.

AbsoluteRange (0x4): Specifies a closed subscription starting at StartObject
in StartGroup and ending at EndObject in EndGroup. The start and end of the
range are inclusive. EndGroup MUST specify the same or a later group than
StartGroup. If the StartGroup is prior to the current group, the subscription
starts at the beginning of the current object like the 'Latest Object' filter.
in StartGroup and ending at the largest object in EndGroup. The start and
end of the range are inclusive. EndGroup MUST specify the same or a later
group than StartGroup. If the StartGroup is prior to the current group, the
subscription starts at the beginning of the current object like the 'Latest
Object' filter.

A filter type other than the above MUST be treated as error.

Expand Down Expand Up @@ -1709,6 +1710,8 @@ ANNOUNCE_CANCEL Message {
({{track-name}}).

* Error Code: Identifies an integer error code for canceling the announcement.
ANNOUNCE_CANCEL uses the same error codes as ANNOUNCE_ERROR
({{message-announce-error}}).

* Reason Phrase: Provides the reason for announcement cancelation.

Expand Down Expand Up @@ -2453,8 +2456,6 @@ OBJECT_DATAGRAM {
Publisher Priority (8),
Extension Headers Length (i),
[Extension headers (...)],
Object Payload Length (i),
[Object Status (i)],
Object Payload (..),
}
~~~
Expand All @@ -2474,6 +2475,8 @@ OBJECT_DATAGRAM_STATUS {
Group ID (i),
Object ID (i),
Publisher Priority (8),
Extension Headers Length (i),
[Extension headers (...)],
Object Status (i),
}
~~~
Expand Down Expand Up @@ -2652,11 +2655,13 @@ SUBGROUP_HEADER {
}
{
Object ID = 0
Extension Headers Length = 0
Object Payload Length = 4
Payload = "abcd"
}
{
Object ID = 1
Extension Headers Length = 0
Object Payload Length = 4
Payload = "efgh"
}
Expand Down Expand Up @@ -2689,6 +2694,7 @@ STREAM_HEADER_GROUP {
}
{
Object ID = 1
Extension Headers Length = 0
Object Payload Length = 4
Payload = "efgh"
}
Expand Down

0 comments on commit 34a7b0a

Please sign in to comment.