Alok Singh Mahor
Alok Singh Mahor
Currently moving sqaure is red in color. How can I recieve color to be drawn from a application using IPC? So i can update color in realtime without building this...
I am using Postgresql as database in my django project. I am using materialised views also using django-pgviews which is django module for using materialised views in django. To refreshing...
I want to try this module so I followed following steps to try. 1. npm install --global --production windows-build-tools --vs2015 2. git clone https://github.com/letmaik/node-virtualcam 3. cd node-virtualcam 4. npm install...
I have added ``` "obs-studio-node": "https://s3-us-west-2.amazonaws.com/obsstudionodes3.streamlabs.com/osn-0.9.5-release-osx.tar.gz", "node-window-rendering": "https://slobs-node-window-rendering.s3-us-west-2.amazonaws.com/node-window-rendering-1.0.12-osx.tar.gz" ``` in my package.json file. App is working fine and preview is also working fine. virtual camera plugin is also installed that...
Currenty in this project we have option of Starting and Stopping recording. Can we pause recording after starting?
As dependency this app using ``` "obs-studio-node": "https://obsstudionodes3.streamlabs.com/osn-0.10.10-release-win64.tar.gz" ``` I wanted to try custom built `obs-studio-node`. I created that using steps given in `README.md` when I try to run app...
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...
I have created a smaple [electron][1] application to try [p5.speech][2]. But that is not working and I am not seeing any error in console. `Index.html` ```html Hello p5.js! body {padding:...