Skip to content

fix: Remove hardcoded 512MB replay buffer size limit#129

Merged
hanatyan128 merged 2 commits into
devfrom
fix-replay-buffer-limited-buffer-size
Mar 29, 2026
Merged

fix: Remove hardcoded 512MB replay buffer size limit#129
hanatyan128 merged 2 commits into
devfrom
fix-replay-buffer-limited-buffer-size

Conversation

@hanatyan128

Copy link
Copy Markdown
Member

Changes

  • max_size_mb 512MB hard limit removed (set to 0) to match OBS behavior
  • Added memory estimate checkbox in replay buffer UI

…stimate UI

The replay buffer max_size_mb was hardcoded to 512MB, which limited actual
buffer duration (e.g., ~7 min at 10Mbps instead of the configured 30 min).
Changed to 0 (disabled) to match OBS Studio's behavior of using only
max_time_sec for buffer control.

Also added a "Show estimated memory usage" checkbox in the replay buffer
settings that calculates and displays the estimated memory based on the
current video/audio bitrate and duration.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@hanatyan128 hanatyan128 self-assigned this Mar 29, 2026
@hanatyan128 hanatyan128 added the bug Something isn't working label Mar 29, 2026
@hanatyan128 hanatyan128 added this to the 1.1.0 milestone Mar 29, 2026
@hanatyan128 hanatyan128 linked an issue Mar 29, 2026 that may be closed by this pull request
@hanatyan128 hanatyan128 mentioned this pull request Mar 29, 2026
@hanatyan128
hanatyan128 merged commit f0a5056 into dev Mar 29, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

There is no setting for the replay buffer capacity.

1 participant