Add verified live video delivery#23
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: af87954fd8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| } | ||
| } | ||
|
|
||
| if (-not $candidates.Count) { |
There was a problem hiding this comment.
Fall back when local captures are interrupted
When either local recorder produces a manifest with captureCompleted: true but uninterrupted: false (for example after the watchdog killed a stale browser and restarted recording), $candidates.Count is nonzero here, so the GitHub-hosted artifact is never considered. That can deliver a locally interrupted capture even when the scheduled off-machine recording succeeded, despite the publisher/reporting path distinguishing uninterrupted captures and the runbook promising the fallback when local copies are not the preferred uninterrupted evidence.
Useful? React with 👍 / 👎.
What changed
Why
The live match capture needs to survive browser/process failures and still leave a review-ready file in the exact local folder requested by the owner.
Validation