libOBS (OBS Studio) for Node.Js, Electron and similar tools - Release 0.24.16 · stream-labs/obs-studio-node
nodeobs_display.cpp osn-global.cpp 2 changes: 0 additions & 2 deletions2obs-studio-client/source/global.hpp Original file line numberDiff line numberDiff line change Expand Up@@ -29,9 +29,7 @@ class Global : public Napi::ObjectWrap<osn::Global> { ...
obs-studio-node / yarn.lock yarn.lock 29.85 KB 一键复制 编辑 原始数据 按行查看 历史 Michael Fabian 'Xaymar' Dirks 提交于 7年前 . js: Update typedoc and typescript 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667...
yarn start 或在Visual Studio Code中使用F5 。 包裹 yarn dist 您可以在dist文件夹中找到生成的安装程序。 当前状态 它会启动,初始化OBS Studio,然后让您按“开始录制”按钮。 在记录它抓住了你的桌面视频,摄像头的图片(如果可用),音频和麦克风,在视频文件中Videos文件夹中的用户配置文件目录。 查看主进程的控制...
In obs-studio-node root folder: mkdir build yarn local:config yarn local:build Optional: To clean build folder to repeat the steps 2 to 3 again doyarn local:clean yarn install Create a build folder in obs-studio-node root Open CMake GUI ...
libOBS (OBS Studio) for Node.Js, Electron and similar tools - Release 0.24.39 · stream-labs/obs-studio-node
libOBS (OBS Studio) for Node.Js, Electron and similar tools - obs-studio-node/tsconfig.json at staging · stream-labs/obs-studio-node
libOBS (OBS Studio) for Node.Js, Electron and similar tools - Issues · stream-labs/obs-studio-node
You need to build obs-studio-node in order to run the tests. You can build it any way you want, just be sure to use CMAKE_INSTALL_PREFIX to install obs-studio-node in a folder of your choosing. The tests use this variable to know where the obs-studio-node module is. Since we us...
{ "devDependencies": { "obs-studio-node": "file://C:/where/you/cloned/obs-studio-node/build/obs-studio-node-0.3.21-win64.tar.gz" } } log log文件在 osn-data\node-obs\logs. 参考 源obs库 https://obsproject.com/ node封装的obs库(参考/抄了很多这个项目的测试类) https://github.com/...