Alok Singh Mahor

Results 18 issues of Alok Singh Mahor

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?

In file https://github.com/stream-labs/obs-virtual-cam/blob/08bb5df18a60b6e84bc81a01d51d4b3b9002b03d/src/virtual-source/dllmain.cpp ```c++ const AMOVIESETUP_FILTER AMSFilterA = { &CLSID_OBS_VirtualA, L"OBS Virtual Audio", MERIT_DO_NOT_USE, 1, &AMSPinA }; ``` What is purpose of this device?

I am using this module in my electron app. But McAFee anti-virus is treating `node_modules/obs-studio-node/obs64.exe` as virus so app is crashing. How can I get rid of this problem? I...

Window capturing is very laggy on MacOS. It takes more than 2 mintues to update current view of any window on preview and virtual camera.

OBS Studio give video play controls like paly and pause for local video file. How can I add such control in Streamlabs OBS?

Currenty in Streamlabs OBS we have option of Starting and Stopping recording. Can we pause recording after starting?

Is there any purpose of setting `CMAKE_CXX_STANDARD` two times in `CMakeLists.txt`? ``` cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) ```

Pre-built version of `libobs` have virtual camera for both `32 bit` and `64 bit` But when we compile and build custom `libobs` and provide that as custom OSN_LIBOBS_URL in cmake...

I followed steps given in readme file for building `libobs` that we can use for `obs-studio-node`. ``` git clone https://github.com/stream-labs/obs-studio cd obs-studio git submodule update --init --recursive mkdir build cd...

I am able to build `64bit` `obs-studio-node` with custom `OSN_LIBOBS_URL` But I am not able to build `32bit` `obs-studio-node` with custom `32bit` `OSN_LIBOBS_URL` I followed following steps First I built...