-
-
Notifications
You must be signed in to change notification settings - Fork 248
quest(archive): Timeline-indexed MoQ archives #4034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kixelated
wants to merge
15
commits into
main
Choose a base branch
from
quest/m1/archive/README
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+5,646
−424
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
0631611
quest: open the archive line
kixelated 3f42dce
feat(moq-archive): record selected broadcast tracks with a Writer (#4…
kixelated 62a4821
feat(archive): serve recordings through a supplied broadcast (#4044)
kixelated 00282ce
Merge remote-tracking branch 'origin/main' into quest/m1/archive/README
kixelated 9737274
Merge remote-tracking branch 'origin/main' into quest/m1/archive/README
kixelated a03664b
fix(archive): fail the writer on malformed source input (#4088)
kixelated eb55c52
feat(cli): record and replay archives with `export archive` / `import…
kixelated fc61e33
feat(archive): resume a recording on restart (#4114)
kixelated c6644ea
test(hls): serve archive recordings as HLS from the timeline alone (#…
kixelated 25a852d
feat(moq-hls): list a durable archive timeline without the live windo…
kixelated c9ab185
Merge origin/main into quest/m1/archive/README
kixelated fb1f7f6
quest(archive): per-track timelines and replay catalog (#4168)
kixelated a20a784
Merge quest/m1/archive/README
kixelated 2ae4607
fix(moq-cli): declare moq-json dev-dependency by path (#4166)
kixelated d605937
test(archive): prove recording, replay, and retention end to end (#4169)
kixelated File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CLI passes the store directly to
Writer::new, which now explicitly recovers and resumes an existing recording rather than refusing it. This statement can cause an operator to reuse a prefix expecting a safe failure; if the new source restarts group numbering, the resume floor silently skips its earlier groups. Document the resume and numbering constraints, or restore a CLI-level occupancy check.AGENTS.md reference: AGENTS.md:L27-L27
Useful? React with 👍 / 👎.