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)
-   -  

www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)

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

kaz050457 05-07-2018 03:04 AM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
Quote:

Originally Posted by thebbig1foru (Post 96183)
download that folder from mega.nz (it might download as a zip, i'm not sure. if it does extract it)

Open a terminal/command prompt and cd to the location of mfc-node-master, and enter in
node.exe main.js
(I'm not sure if node will work standalone like this, you may need to download the installer, and install it to the same location as mfc-node)

open your web browser and navigate to
localhost:9080

Here you will see a list of all active models. You can search for who you want to record and click her name. It will show you a preview of her cam, with some options to record, record for just the next 24 hours, open her cam page, etc.

Active recordings are placed in the "captures" folder, and are moved to the "complete" folder, in a subfolder named after the model, once she has finished her stream.
Personally, I will append her model ID/UID to the folder, and move subsequent recordings of her into that folder. That way, if she changes her name in the future, I will have all her recordings in the same folder


thanks.

korexaj 05-07-2018 05:25 PM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
Quote:

internal/buffer.js:35
throw new ERR_OUT_OF_RANGE('value', `>= ${min} and <= ${max}`, value);
^

RangeError [ERR_OUT_OF_RANGE]: The value of "value" is out of range. It must be >= 0 and <= 4294967295. Received -591282228
at checkInt (internal/buffer.js:35:11)
at writeU_Int32BE (internal/buffer.js:625:3)
at Buffer.writeUInt32BE (internal/buffer.js:638:10)
at WebSocketFrame.toBuffer (/Volumes/Maxtor/Scripts/horacio/mfc-node-master2/node_modules/websocket/lib/WebSocketFrame.js:257:24)
at WebSocketConnection.sendFrame (/Volumes/Maxtor/Scripts/horacio/mfc-node-master2/node_modules/websocket/lib/WebSocketConnection.js:857:43)
at WebSocketConnection.fragmentAndSend (/Volumes/Maxtor/Scripts/horacio/mfc-node-master2/node_modules/websocket/lib/WebSocketConnection.js:793:14)
at WebSocketConnection.sendUTF (/Volumes/Maxtor/Scripts/horacio/mfc-node-master2/node_modules/websocket/lib/WebSocketConnection.js:733:10)
at WebSocketClient.<anonymous> (/Volumes/Maxtor/Scripts/horacio/mfc-node-master2/main.js:69:12)
at WebSocketClient.emit (events.js:182:13)
at WebSocketClient.succeedHandshake (/Volumes/Maxtor/Scripts/horacio/mfc-node-master2/node_modules/websocket/lib/WebSocketClient.js:335:10)
at WebSocketClient.validateHandshake (/Volumes/Maxtor/Scripts/horacio/mfc-node-master2/node_modules/websocket/lib/WebSocketClient.js:319:10)
at ClientRequest.handleRequestUpgrade (/Volumes/Maxtor/Scripts/horacio/mfc-node-master2/node_modules/websocket/lib/WebSocketClient.js:248:14)
at ClientRequest.emit (events.js:182:13)
at Socket.socketOnData (_http_client.js:453:11)
at Socket.emit (events.js:182:13)
at addChunk (_stream_readable.js:280:12)
at readableAddChunk (_stream_readable.js:265:11)
at Socket.Readable.push (_stream_readable.js:220:10)
at TCP.onread (net.js:638:20)
^C
I get this error when running mfc-node when using node version 10

korexaj 05-15-2018 12:01 AM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
Quote:

Originally Posted by korexaj (Post 96196)
I get this error when running mfc-node when using node version 10

fixed by opening new copy of the script

Moonspell 05-20-2018 04:44 PM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
to me, isn't working at all.
anyway, i found pretty stupid that there is a gui program, very well done and working perfectly, and the ones that have it, doesn't share it with the others here. Mostly, considering the fact that the whole meaning of those recordings from webcams and so, is sharing with the others...

john1291 06-02-2018 02:42 AM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
hello. does anyone else has a problem (or solution) when recording with MFC node about the recording skipping frames...or recording a model in multiple files of small sizes or very small sizes ??

supersonic80 06-02-2018 06:57 PM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
Quote:

Originally Posted by john1291 (Post 96368)
hello. does anyone else has a problem (or solution) when recording with MFC node about the recording skipping frames...or recording a model in multiple files of small sizes or very small sizes ??

The 1st problem related to ffmpeg. It drops "expired" segments. You will have to switch to "streamlink" version of the script.

The 2nd problem created by new OBS streams. They require a different set of ffmpeg arguments. When you try to record OBS stream ffmpeg will create a file for the stream but will fail to record data in it.

john1291 06-03-2018 02:29 AM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
Quote:

Originally Posted by supersonic80 (Post 96369)
The 1st problem related to ffmpeg. It drops "expired" segments. You will have to switch to "streamlink" version of the script.

The 2nd problem created by new OBS streams. They require a different set of ffmpeg arguments. When you try to record OBS stream ffmpeg will create a file for the stream but will fail to record data in it.

thx for the answer. but now that i know the problem..is there a solution to fix them? do i just need to install "streamlink" or is there another script for MFC that "works" correctly? (im not that good with programming stuff thats way i ask)

dm9452 06-10-2018 03:39 PM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
Is it just me or mfc.exe(developed by horacio, 11.25.2017 version I think) can't record models that stream in FULL HD?

Moonspell 06-11-2018 06:38 AM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
Quote:

Originally Posted by korexaj (Post 96250)
fixed by opening new copy of the script

none of those "programs" really works with orbs and so... i would like an .exe version, with gui, with all the necessary steps to record and make it run 24-7....

Wynd 06-13-2018 09:43 PM

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


 
Does this still work at all anymore? I followed the instructions installed all the required stuff and i'm getting this as an error?

PS C:\-nm-mfc2> node.exe main.js
module.js:487
throw err;
^

Error: Cannot find module 'bluebird'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (C:\-nm-mfc2\main.js:5:15)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
PS C:\-nm-mfc2>

Any help would be greatly appreciated, im so sick of using a screen recorder.


All times are GMT -6. The time now is 10:24 AM.