Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (Adult streaming videos) (http://stream-recorder.com/forum/forumdisplay.php?f=40)
-   -  

looking for simple video capture for MFC (Linux Mint)

(http://stream-recorder.com/forum/showthread.php?t=23580)

upstart 10-08-2017 03:03 AM

looking for simple video capture for MFC (Linux Mint)


 
I just spent an hour scanning through the long thread on screen capture software for myfreecams. It seems to be focused on solutions that support automated capture of multiple streams. Clearly above my pay grade.

My needs are more modest... I'm looking for a simple Linux-compatible program that can capture an individual MFC stream while the FF browser window is open. There were a few mentions in the MFC thread of basic browser video capture software, but the ones I checked don't run in Linux.

Since I'm new to Linux, my skills in command line installation is pretty limited. A Firefox add-on would be ideal, but I'm willing to learn how to use the command line, if necessary. I have to learn sooner or later anyway :eek:

supersonic80 10-08-2017 06:04 AM

Re: looking for simple video capture for MFC (Linux Mint)


 
https://github.com/sstativa/mfc-node

Install nvm https://github.com/creationix/nvm (you will have to logout and login to refresh your environment settings after installation)

Install node
Code:

nvm install --lts=Boron
Install ffmpeg (usually you have to download ffmpeg and copy to somewhere like /usr/bin

Install git if required

Install script
Code:

git clone https://github.com/sstativa/mfc-node.git
Code:

cd mfc-node
Code:

npm install
Edit config.yml if required


Then
Code:

node main.js
Then open in your browser http://<ip of your linux machine>:9080



Quote:

Originally Posted by upstart (Post 94592)
I just spent an hour scanning through the long thread on screen capture software for myfreecams. It seems to be focused on solutions that support automated capture of multiple streams. Clearly above my pay grade.

My needs are more modest... I'm looking for a simple Linux-compatible program that can capture an individual MFC stream while the FF browser window is open. There were a few mentions in the MFC thread of basic browser video capture software, but the ones I checked don't run in Linux.

Since I'm new to Linux, my skills in command line installation is pretty limited. A Firefox add-on would be ideal, but I'm willing to learn how to use the command line, if necessary. I have to learn sooner or later anyway :eek:


NerfHerder101 10-09-2017 12:26 AM

Re: looking for simple video capture for MFC (Linux Mint)


 
I like Vokoscreen the best.
https://community.linuxmint.com/tutorial/view/1549




Quote:

Originally Posted by upstart (Post 94592)
I just spent an hour scanning through the long thread on screen capture software for myfreecams. It seems to be focused on solutions that support automated capture of multiple streams. Clearly above my pay grade.

My needs are more modest... I'm looking for a simple Linux-compatible program that can capture an individual MFC stream while the FF browser window is open. There were a few mentions in the MFC thread of basic browser video capture software, but the ones I checked don't run in Linux.

Since I'm new to Linux, my skills in command line installation is pretty limited. A Firefox add-on would be ideal, but I'm willing to learn how to use the command line, if necessary. I have to learn sooner or later anyway :eek:



All times are GMT -6. The time now is 11:48 AM.