Vladimir

Results 18 comments of Vladimir

getErrorCode 232 - it is usually indicate what client was disconnected from named pipe. it is expected what electron app keeps client side of module active. Failed to start 'get-graphics-offsets32.exe`...

Yes its gonna be updated. But there is no date yet. NODEJS_VERSION version should be set to a version of electron so script can download correct version of node js...

date not set for this update yet.

You can find usage examples in tests https://github.com/stream-labs/obs-studio-node/blob/4159b7b41ec52f3d7d2d3ebef1ee17ffdf5bca23/tests/osn-tests/src/test_nodeobs_settings.ts#L2339

If it fits your use case, why not.

versions 0.24.x right now in our preview builds. 24 release includes OBS 29 update.

Readme file probably are outdated. You will get better results when using same build scripts what CI machines use. https://github.com/stream-labs/obs-studio/blob/f254c4d0a11e8647cf9ba73b96f853d066a81102/.github/workflows/main-streamlabs.yml#LL74C6-L74C6 You will need to set variables and start this script...

Yes this part of a readme is outdated. it was not updated when macos support was added.

list of env variables what get set before script launch. ``` InstallPath: packed_build BUILD_DIRECTORY: build RELEASE_BUCKET: obsstudios3.streamlabs.com PACKAGE_NAME: libobs OS_TAG: osx MACOSX_DEPLOYMENT_TARGET_X86_64: 10.15 MACOSX_DEPLOYMENT_TARGET_ARM64: 11.0 CEF_BUILD_VERSION_MAC: 5060 DEPS_VERSION_MAC: 2022-08-02-b230301 QT_DEPS_VERSION_MAC:...

Hi, There is a new argument in OBS_content_createDisplay function to activate this functionality. https://github.com/stream-labs/obs-studio-node/blob/6cbceaf6c371c51938fccd065bf0515d41660a5f/obs-studio-server/source/nodeobs_common.cpp#L274 But there is limitations on Electron side as it able to render Browser Window above display...