[IMP] add recording feature#27
Draft
ThanhDodeurOdoo wants to merge 261 commits into
Draft
Conversation
9d66e6e to
4abe114
Compare
2e7bf9f to
a183da5
Compare
ThanhDodeurOdoo
added a commit
that referenced
this pull request
Nov 5, 2025
01bdd3a to
149869b
Compare
149869b to
6dbb1f7
Compare
ThanhDodeurOdoo
added a commit
to odoo-dev/odoo
that referenced
this pull request
Nov 12, 2025
see: odoo/sfu#27 task-3725174
ThanhDodeurOdoo
added a commit
to ThanhDodeurOdoo/sfu
that referenced
this pull request
Nov 18, 2025
and harden media processing reliability seal metadata with pre-reset audio/video/transcription flags in recorder stop flow keep recording folders for retry on transient compile/upload failures (discard only invalid/expired) add timeout-wrapped fetch for audio upload, routing lookup, and video upload update/add recording tests for final-state sealing and retry-safe network failure behavior
and use container-aware video MIME derive video upload Content-Type from recording.videoExt (instead of hardcoded video/av1) expose MediaOutput async init via ready and rethrow init errors after cleanup await mediaOutput.ready in RecordingTask so PortLimitReachedError is handled reliably make Folder.move() rethrow on rename failure so recorder fallback cleanup can run add targeted tests for MIME selection, media init failure handling, and move-failure propagation
6a1e934 to
36fa3fe
Compare
fb4686e to
8dfa560
Compare
25 tasks
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.
I recomend reading the updated README and the associated documentation to have an overview of the code before diving in the code.
on rebase with conflicts, the files here take precendence over all previous changes (version is bumped, packages are up to date, 1.3.3 is already taken into account).
related to: odoo/odoo#234505
task-3725174