feat: add --record flag for meeting video recording#4
Open
ocean-wave-ai wants to merge 1 commit intosumansid:mainfrom
Open
feat: add --record flag for meeting video recording#4ocean-wave-ai wants to merge 1 commit intosumansid:mainfrom
ocean-wave-ai wants to merge 1 commit intosumansid:mainfrom
Conversation
Closes sumansid#3 - Add --record flag to openutter join CLI - Configure Playwright recordVideo on browser context when --record is set - Save recording as <meeting-id>.webm in ~/.openclaw/workspace/openutter/recordings/ - Auto-convert to MP4 via ffmpeg if available (best-effort) - Send channel notification when recording is saved - Works with both --auth and --anon modes - Recording persists across retry contexts (fresh incognito on join failure)
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.
Summary
Adds a
--recordflag toopenutter jointhat captures a video recording of the meeting session using Playwright built-inrecordVideoAPI.Closes #3
Changes
scripts/utter-join.ts:--recordCLI flagrecordoption through tojoinMeeting()recordVideo: { dir, size }on all browser context creation paths (auth, non-auth, and retry contexts)<meeting-id>.webmin~/.openclaw/workspace/openutter/recordings/ffmpeg(falls back to WebM if unavailable)bin/openutter.mjs:--recordto help text and examplesUsage
How it works
recordVideocaptures the browser viewport at 1280x720<meeting-id>.webmffmpegis on PATH, auto-converts to MP4 (H.264 + AAC) for broader compatibility--channel/--targetspecified)Notes
--authand--anonjoin modes