lulzsun / RePlays

Open-source game recording management software
GNU General Public License v3.0
128 stars 16 forks source link

feature: Add Replay Buffers #200

Closed sshcrack closed 1 month ago

sshcrack commented 2 months ago

This pull request adds the replay buffer feature requested in #47. The PR libobs_sharp/#1 has to be merged first so the method obs_output_get_id can be used.

sshcrack commented 2 months ago

oh, also I accidentally left a whitespace in the libobs-sharp.example project. This pull request fixes the issue.

sshcrack commented 1 month ago

Hey, it's been a while. Are we ready to merge?

Segergren commented 1 month ago

Should we create a new stable version and then merge this @lulzsun?

lulzsun commented 1 month ago

Hi, sorry I was busy. I planned to test this last week but ended up forgetting, so I just took some time right now to try it out.

It looks like it works well, so I'll be merging this right away. I think I want to create a stable version with this feature in as it is one of the most requested feature, but let's have other users test it out in nightly before we do so.

Thanks again for the pull request!