obs-studio-node
obs-studio-node copied to clipboard
libOBS (OBS Studio) for Node.Js, Electron and similar tools
### Description Remove the 'destroy' signal callback from sources before calling `obs_shutdown()`. ### Motivation and Context It looks like in the user environment, `OBS_API::destroyOBS_API` rarely does not destroy some sources....
### Description ### Motivation and Context ### How Has This Been Tested? ### Types of changes ### Checklist: - [ ] The code has been tested. - [ ] All...
### Description Updated lib-streamlabs-ipc to the latest version. ### Motivation and Context We need the latest version because the `exit(1)` call is removed from the Windows client thread there. ###...
As title. Recording a monitor/window/game and I want to specify the output file (and location). Any advice? Thanks
### Description Change to use Windows native API to enumerate available DSHOW devices. ### Motivation and Context The method of creating dummy devices to then enumerate through the properties (1)...
Desktop repo doesnt have an issue tracker so i've placed it in a similar enough repo for this. Recording timer will freeze at 00:00:01 after starting and stopping a recording...
### Description This change exposes the next evolution of our API, letting the client manage the persistence of the user settings. This PR succeeds other ones and is exposing the...
Bumps [electron](https://github.com/electron/electron) from 13.6.6 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...
### Description New function to force a crash for test porpoise It has a boolean flag to switch between client and backend crash. ### Motivation and Context We need reliable...
### Description Two new array now be accessible in IInput. For video and audio filters. Also two new functions to position filters in this lists setVideoFilterPosition and setAudioFilterPosition ### Motivation...