Expand description
MoQT wire codec for draft-12.
Key changes from draft-11:
track_aliasmoves from Subscribe to SubscribeOk- SubscribeError no longer has trailing
track_alias - New messages: Publish (0x1D), PublishOk (0x1E), PublishError (0x1F)
- Subgroup stream type IDs shift from 0x08-0x0D to 0x10-0x15
Modules§
- data_
stream - Draft-12 data stream header encoding and decoding.
- error_
codes - Error, status and termination code registries defined by MoQ Transport draft-12.
- fields
- This draft’s field names for a decoded control message.
- message
- Draft-12 control message encoding and decoding.
- types
- Draft-12 types.