Exeldro

Results 287 comments of Exeldro

What kind of encoder are you using? I have received reports of nvenc not working correctly. I tested with x264

Are replay buffer and stream disabled on the source record filter?

Where find you find the `audio_output_stop` function? It is an unresolved external for me. I searched on the OBS code, but could not find that function.

I have been able to replicate the crash and at a first glance I don't see the cause of the issue. I have allocated time for a deeper investigation tomorrow.

I think I got the crash in the audio thread fixed now with https://github.com/exeldro/obs-source-record/commit/a04018bc983a1c90eb4508a2f167937b460b50f6.

That seems to be this bug: https://github.com/obsproject/obs-studio/pull/4715

At the moment it records audio when the filter is added to a source that shows in the OBS audio mixer. I want to get scene audio mixing working in...

Do you get an crash of OBS during shutdown that makes the hotkey not save?

@rse the hotkey you found in basic.ini is the global replay buffer hotkey, not the hotkey from source_record. the hotkey should have the "save_replay" name instead of "ReplayBuffer.Save"

@rse it should be saved in the json file with the same name as the scene collection you are in like this `"save_replay":[{"alt":true,"control":true,"key":"OBS_KEY_I"}]`