You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft-lcurley-moq-lite.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ A Broadcast is a collection of Tracks from a single publisher.
91
91
This corresponds to a MoqTransport's "track namespace".
92
92
93
93
A publisher may produce multiple broadcasts, each of which is advertised via an ANNOUNCE message.
94
-
The subscriber uses the ANNOUNCE_PLEASE message to discover available broadcasts.
94
+
The subscriber uses the ANNOUNCE_SUBSCRIBE message to discover available broadcasts.
95
95
These announcements are live and can change over time, allowing for dynamic origin discovery.
96
96
97
97
A broadcast consists of any number of Tracks.
@@ -184,7 +184,7 @@ There's a 1-byte STREAM_TYPE at the beginning of each stream.
184
184
### Announce
185
185
A subscriber can open a Announce Stream to discover broadcasts matching a prefix.
186
186
187
-
The subscriber creates the stream with a ANNOUNCE_PLEASE message.
187
+
The subscriber creates the stream with a ANNOUNCE_SUBSCRIBE message.
188
188
The publisher replies with ANNOUNCE messages for any matching broadcasts and any future changes.
189
189
Each ANNOUNCE message contains one of the following statuses:
190
190
@@ -366,11 +366,11 @@ A receiver MUST reset the stream if it receives an unknown stream type.
366
366
Unknown stream types MUST NOT be treated as fatal; this enables extension negotiation via stream probing.
367
367
368
368
369
-
## ANNOUNCE_PLEASE
370
-
A subscriber sends an ANNOUNCE_PLEASE message to indicate it wants to receive an ANNOUNCE message for any broadcasts with a path that starts with the requested prefix.
369
+
## ANNOUNCE_SUBSCRIBE
370
+
A subscriber sends an ANNOUNCE_SUBSCRIBE message to indicate it wants to receive an ANNOUNCE message for any broadcasts with a path that starts with the requested prefix.
371
371
372
372
~~~
373
-
ANNOUNCE_PLEASE Message {
373
+
ANNOUNCE_SUBSCRIBE Message {
374
374
Message Length (i)
375
375
Broadcast Path Prefix (s),
376
376
}
@@ -636,6 +636,7 @@ A generic library or relay MUST NOT inspect or modify the contents unless otherw
636
636
637
637
## moq-lite-04
638
638
- Added GOAWAY stream for graceful session shutdown and migration.
639
+
- Renamed ANNOUNCE_PLEASE to ANNOUNCE_SUBSCRIBE.
639
640
640
641
## moq-lite-03
641
642
- Version negotiated via ALPN (`moq-lite-xx`) instead of SETUP messages.
@@ -702,7 +703,7 @@ A quick comparison of moq-lite and moq-transport-14:
0 commit comments