Tangential Member Nov 8, 2020 #1 I need to be able to run a lua script and detect if OBS is currently recording. Can anyone point me in the direction of accomplishing this? Thanks
I need to be able to run a lua script and detect if OBS is currently recording. Can anyone point me in the direction of accomplishing this? Thanks
U upgradeQ Member Nov 20, 2020 #2 Use obs_frontend_recording_active() function , it's returns current status of recording: true/false