obs-studio-node | libOBS for Node.Js , Electron and similar tools | Runtime Evironment library
kandi X-RAY | obs-studio-node Summary
kandi X-RAY | obs-studio-node Summary
libOBS (OBS Studio) for Node.Js, Electron and similar tools
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of obs-studio-node
obs-studio-node Key Features
obs-studio-node Examples and Code Snippets
Community Discussions
Trending Discussions on obs-studio-node
QUESTION
I am trying obs-studio-node.
This module require libobs
as dependency. While building this module it download a pre-built version of libobs
if none is specified. We can specify out custom libobs
as mentioned in README.md
I followed these steps to build libobs
. These steps are listed in README.md
git clone https://github.com/stream-labs/obs-studio
cd obs-studio
git submodule update --init --recursive
mkdir build
cd build
cmake .. -DENABLE_UI=false -DDepsPath="C:\Users\alokm\Downloads\dependencies2019\win64" -DENABLE_SCRIPTING=false -G"Visual Studio 16 2019" -A x64
cmake --build .
cpack -G ZIP
Last step (cpack -G ZIP
) is failing with errors
ANSWER
Answered 2021-Feb-25 at 08:04Check what exact configuration you have built. The output of CPack tries to install the Release
configuration. However, you didn't mention any when did project configuration (and it may project-dependent to set some defaults).
Try add explicitly what you want:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install obs-studio-node
By default, we download a pre-built version of libobs if none is specified. However, this pre-built version may not be what you want to use or maybe you're testing a new obs feature.
ENABLE_SCRIPTING must be set to false
ENABLE_UI must be set to false
QTDIR should not be specified.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page