Tag: windows
-
Fix Error: OBS display capture shows black screen on Windows 10
Fresh install of OBS on windows 10, especially wiht nvidia hardware, shows black screen on display(screen) capture. You can fix it by going to graphics settings and select the obs64.exe and make it use Power Saving mode. Then restart OBS. it should work as expected now.
-
Windows 10 may 2020 upgrade is out!
Windows 10 upgrade is available now! To install this updated version of Windows 10 on your PC, you need to follow this procedure; go to settings on your PC. Select on Update and security then click on windows update. Click on check for updates button. On the features update to windows 10, version 2004 section click the download and install now button. Click the Restart now button.
-
Install ffmpeg in Mac OSX, Linux, Windows
Static builds of ffmpeg are available from https://ffmpeg.zeranoe.com/builds/ for windows and Mac You can get linux builds from here https://johnvansickle.com/ffmpeg/ once u get the ffmpeg binary builds. you just need to copy it to the usr/bin folder or just place it wherever u need to use it from. You would then be able to use ./folder/ffmpeg or […]
-
Simplest RTMP server setup in less than 5 min! (Linux or Windows or Mac)
If you need a simple RTMP server that can do RTMP live, VOD stream (from flv files), or if you need a simple server to just do some random testing on rtmp streams. You can get rtmplite server source from here: https://pypi.org/project/rtmplite3/ Below is video capture of how i got it working.
-
Using env variables in NodeJS
You can set and use environment variables within NodeJS processes as below: Windows: Unix: and inside your app javascript you can check across this as