[Feat]: Support MOQ draft-14 stable#516
Open
Sy0307 wants to merge 45 commits intomoq_draft_14_publishfrom
Open
[Feat]: Support MOQ draft-14 stable#516Sy0307 wants to merge 45 commits intomoq_draft_14_publishfrom
Sy0307 wants to merge 45 commits intomoq_draft_14_publishfrom
Conversation
…ublish message structure
…message handling and add subgroup support
…ce demo context for track management
…port, add v14 client/server setup message handling
…management, and improve subscription message processing
…nd enhance subscription message processing
…ver setup processing, and improve parameter encoding/decoding
…ing in data stream handle
…el, and raw object mode cases & Fix typos
…oice of reuse current quic stream to send subgroup
Collaborator
Author
|
Change log in 2025.12.26:
You can test by Related commit: 731666a |
Collaborator
Author
|
Notice for breaking change update of 9c1be60: We change typedef void (*xqc_moq_on_session_setup_pt)(xqc_moq_user_session_t *user_session, char *extdata);to
typedef void (*xqc_moq_on_session_setup_pt)(xqc_moq_user_session_t *user_session, char *extdata,
const xqc_moq_message_parameter_t *params, uint64_t params_num); |
…ation with error codes
…, and unsubscribe errors to include length handling
Collaborator
Author
|
Changelog:
Thanks for kind feedbacks! |
…nd extend demo client/server for testing
… reuse logic and add test case for raw object reuse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Most feat keep stable for MOQ-draft-14. Basic tests have offered and more tests is coming.
MOQ-Draft-14 link: https://www.ietf.org/archive/id/draft-ietf-moq-transport-14.html
Expected changes or updates compared to master:
Target: Interop with https://github.com/Sy0307/moxygen successfully.