exeldro / obs-replay-source

Replay source for OBS studio
GNU General Public License v2.0
138 stars 20 forks source link

Fixes a couple issues I found with looping and stepping #61

Closed DavidXenakis closed 5 months ago

DavidXenakis commented 6 months ago

Bug: when using the loop single end action and playing the replay in reverse, playback would get stuck in an infinite loop at t=0.

By trying to fix this bug, I uncovered some really weird behavior with using the step functionality. With the current changes, playback resumes at the correct spot with no random pauses. I tested this using the different end actions, as well at backwards and forwards playback and stepping past the start and end.

DavidXenakis commented 5 months ago

pinging @exeldro