Skip to content

feat: max memory settings for the replay buffer - #131

Merged
mgerb merged 1 commit into
mainfrom
dev
Jul 2, 2026
Merged

feat: max memory settings for the replay buffer#131
mgerb merged 1 commit into
mainfrom
dev

Conversation

@mgerb

@mgerb mgerb commented Jul 1, 2026

Copy link
Copy Markdown
Owner

If the maximum memory limit of the video replay buffer is exceede before
the time limit, then the oldest frames will be discarded. When this
occurs, the old packets in the audio replay buffer are discarded to
match the start time of the oldest video frame.

This setting only applies to the memory size of the video replay buffer.
The size of the audio is not significant in comparison.

closes #125

If the maximum memory limit of the video replay buffer is exceede before
the time limit, then the oldest frames will be discarded. When this
occurs, the old packets in the audio replay buffer are discarded to
match the start time of the oldest video frame.

This setting only applies to the memory size of the video replay buffer.
The size of the audio is not significant in comparison.

closes #125
@mgerb
mgerb merged commit 21728d4 into main Jul 2, 2026
@mgerb
mgerb deleted the dev branch July 2, 2026 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Maximum memory settings for replay buffer

1 participant