View Single Post
  #3  
Old 10-17-2016, 07:02 AM
rockingharder rockingharder is offline
Junior Member
 
Join Date: Oct 2016
Posts: 9
rockingharder is on a distinguished road
Default

Re: New to stream recording and trying to record MFC streams on Windows


Quote:
Originally Posted by supersonic80 View Post
1) Install node.js https://nodejs.org/en/
2) Download and unpack https://github.com/sstativa/mfc-node/archive/master.zip
3) Run cmd.exe and go to the folder with unpacked files, then run npm install to install all libraries.
4) Download ffmpeg https://ffmpeg.zeranoe.com/builds/, unpack and copy ffmpeg.exe to the folder with unpacked files (step 2)
5) Run cmd.exe and go to the folder with unpacked files (step 2) and run node main.js
6) Launch your browser and open url http://127.0.0.1:9080
thank you very much!
Reply With Quote