This repository was archived by the owner on Mar 27, 2026. It is now read-only.
feat: add Chromium optimization options for transcription-only workloads#10
Merged
Conversation
Add configurable environment variables to reduce resource usage when webpage streamer is used solely for transcription without recording. Changes: - Add OPTIMIZE_CHROME_FOR_TRANSCRIPTION flag to enable performance optimizations * Disables animations, smooth scrolling, and renderer backgrounding * Reduces CPU and GPU overhead for audio-only use cases - Add WEBPAGE_STREAMER_VIDEO_FRAMERATE to make framerate configurable * Default remains 15 fps for backward compatibility * Can be lowered to 5 fps or less for transcription-only scenarios - Pass new environment variables through bot pod creator to webpage streamer All changes are backward compatible with defaults matching current behavior. Enables significant resource reduction (~50% memory/CPU) when optimizations are enabled for transcription-focused deployments. Environment variables: - OPTIMIZE_CHROME_FOR_TRANSCRIPTION (default: false) - WEBPAGE_STREAMER_VIDEO_FRAMERATE (default: 15)
rafaeljusto
added a commit
that referenced
this pull request
Jan 23, 2026
The latest stable release of Chrome has a breaking change that affected the bot flow to join a meeting: > Failed to join meeting and the UiCouldNotLocateElementException exception is > retryable so retrying Related to: #10
This was referenced Jan 23, 2026
ready4god2513
pushed a commit
that referenced
this pull request
Feb 5, 2026
The latest stable release of Chrome has a breaking change that affected the bot flow to join a meeting: > Failed to join meeting and the UiCouldNotLocateElementException exception is > retryable so retrying Related to: #10
rafaeljusto
added a commit
that referenced
this pull request
Feb 5, 2026
The latest stable release of Chrome has a breaking change that affected the bot flow to join a meeting: > Failed to join meeting and the UiCouldNotLocateElementException exception is > retryable so retrying Related to: #10
rafaeljusto
added a commit
that referenced
this pull request
Feb 24, 2026
The latest stable release of Chrome has a breaking change that affected the bot flow to join a meeting: > Failed to join meeting and the UiCouldNotLocateElementException exception is > retryable so retrying Related to: #10
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Add configurable environment variables to reduce resource usage when webpage streamer is used solely for transcription without recording.
Changes:
All changes are backward compatible with defaults matching current behavior. Enables significant resource reduction (~50% memory/CPU) when optimizations are enabled for transcription-focused deployments.
Environment variables: