obs-studio-node icon indicating copy to clipboard operation
obs-studio-node copied to clipboard

libOBS (OBS Studio) for Node.Js, Electron and similar tools

Results 97 obs-studio-node issues
Sort by recently updated
recently updated
newest added

### Description New api what let to put filter into exact position. It need this PR in obs https://github.com/stream-labs/obs-studio/pull/429 ### Motivation and Context Old api was harder to use as...

The virtual camera feature works great, however, it seems like the name is hardcoded? I set it [here](https://github.com/Envek/obs-studio-node-example/blob/74bf66bcb592e9f1563f96ad6704728dd4ab7798/obsRecorder.js#L103), but it still shows up as `Streamlabs OBS Virtual Camera`... Any idea?...

https://github.com/stream-labs/obs-studio-node#readme have instructions to compile and build for Windows but not for MacOS. How can I compile and build this project for MacOS?

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

window capturing is blurrier than obs on preview with same resolution

OBS Studio supports the SRT protocol since 25.0, and obs-studio-node seems to be on v27.0.3 as far as I can tell. But attempting to stream SRT with Streamlabs OBS results...

OBS_content_setPaddingSize setPaddingSize Set non-zero value Windows7 rendering window flicker

const dummyInput = byOS({ [OS.Windows]: () => osn.InputFactory.create('dshow_input', 'video', { audio_device_id: 'does_not_exist', video_device_id: 'does_not_exist', }), [OS.Mac]: () => osn.InputFactory.create('av_capture_input', 'video', { device: 'does_not_exist', }) }); let settingsF={ cx: -209, cy:...