Exeldro

Results 287 comments of Exeldro

The hotkeys should be under the source with the name of your replay source

I only develop for the Windows platform, most of the code should work fine on Linux. If you need parts of the plugin changed to get it working on Linux...

try this build: https://github.com/exeldro/obs-replay-source/actions/runs/3054879761

You can combine the replay source with the downstream keyer plugin and set a replay source pointing to an output source.

There are hotkeys for trimming the begin and end of replays. Is that what you need?

Now calling obs_frontend_set_current_scene always from a new thread. Can you test if that fixes it for you?

It depends if the sources in the scene are async or not. For sources that are not async like scenes and groups the replay source renders the source. For async...

Output audio track monitoring will always be later than monitoring of the source itself. For the output track OBS does syncing and mixing of audio, these 2 extra steps take...

I tried to get it working with pulse, but without success. I need help from a developer with more Linux experience to get audio monitor working on Linux.