The problem
The current replay buffer integration allows you to set the duration in seconds, but there is no maximum capacity setting; it's hardcoded (512MB). No matter how long you set the duration, the hardcoded maximum capacity will be exhausted first, making it impossible to use long replay buffers.
The solution
Either add a setting for the maximum capacity of the replay buffer in the filter properties, or make it unlimited like OBS (the latter is more desirable from a UX perspective).
The problem
The current replay buffer integration allows you to set the duration in seconds, but there is no maximum capacity setting; it's hardcoded (512MB). No matter how long you set the duration, the hardcoded maximum capacity will be exhausted first, making it impossible to use long replay buffers.
The solution
Either add a setting for the maximum capacity of the replay buffer in the filter properties, or make it unlimited like OBS (the latter is more desirable from a UX perspective).