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)

korexaj 12-14-2018 10:37 AM

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


 
Quote:

Originally Posted by OntintheGod (Post 96674)
i downloaded everything, run node main.js and i get the following error:
events.js:160
throw er; // Unhandled 'error' event
^

Error: spawn mfcd ENOENT
at exports._errnoException (util.js:1012:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32)
at onErrorNT (internal/child_process.js:348:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)

any idea how to solve it ?

that error in this case means the mfcd file is not in the same folder or you're using the wrong version for your operating system i.e linux version will not work on windows and vice versa.

source: i came across this exact issue before and downloading correct mfcd file fixed it

OntintheGod 12-14-2018 11:24 AM

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


 
Quote:

Originally Posted by korexaj (Post 96680)
that error in this case means the mfcd file is not in the same folder or you're using the wrong version for your operating system i.e linux version will not work on windows and vice versa.

source: i came across this exact issue before and downloading correct mfcd file fixed it

thanks for the reply, mfcd was missing....
now, which method of recording should i select in order to not have the freezing problems?

korexaj 12-15-2018 08:57 PM

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


 
Quote:

Originally Posted by OntintheGod (Post 96681)
thanks for the reply, mfcd was missing....
now, which method of recording should i select in order to not have the freezing problems?

i found streamlink to be the best all round for MFC. i use mfcd if a stream has no mobile feed as it can't be recorded with ffmpeg or streamlink.

however mfcd can't record the latest hd streams because its a new implementation which was introduced after the program was created. same actually applies to the whole script in general, it cannot record hd streams which might not be a big issue for some as only few models actually stream in HD (majority are 240p and 600p).

supersonic80 12-17-2018 05:44 AM

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


 
Quote:

Originally Posted by OntintheGod (Post 96681)
thanks for the reply, mfcd was missing....
now, which method of recording should i select in order to not have the freezing problems?

You might try to use this version, should save you a bit of time.
https://mega.nz/#!1nAiFYTZ!Kd3NNBAoI...iFJd0XyX xJRU

Control via http://localhost:9080

OntintheGod 12-17-2018 12:43 PM

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


 
Quote:

Originally Posted by korexaj (Post 96689)
i found streamlink to be the best all round for MFC. i use mfcd if a stream has no mobile feed as it can't be recorded with ffmpeg or streamlink.

however mfcd can't record the latest hd streams because its a new implementation which was introduced after the program was created. same actually applies to the whole script in general, it cannot record hd streams which might not be a big issue for some as only few models actually stream in HD (majority are 240p and 600p).

ok thanks but i change config to record using streamlink but soomething is missing.... i get an error; what program should i install (streamlink?) and where?

OntintheGod 12-17-2018 01:24 PM

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


 
Quote:

Originally Posted by supersonic80 (Post 96693)
You might try to use this version, should save you a bit of time.
https://mega.nz/#!1nAiFYTZ!Kd3NNBAoI...iFJd0XyX xJRU

Control via http://localhost:9080

thanks, i installed it, localhost says it is capturing the model i choose but nothing appears at capture dir console shows that recording start and stop

i really do not know what is wrong

supersonic80 12-17-2018 03:11 PM

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


 
You don't need to do anything with config.yml file, it should work "out of the box".
Just download and install streamlink (this is a unspesified requirement)
https://github.com/streamlink/streamlink/releases


Quote:

Originally Posted by OntintheGod (Post 96698)
thanks, i installed it, localhost says it is capturing the model i choose but nothing appears at capture dir console shows that recording start and stop

i really do not know what is wrong


j_cool 12-28-2018 11:45 PM

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


 
Quote:

Originally Posted by supersonic80 (Post 96693)
You might try to use this version, should save you a bit of time.
https://mega.nz/#!1nAiFYTZ!Kd3NNBAoI...iFJd0XyX xJRU

Control via http://localhost:9080

This mfc node looks good, readme file is missing.
There are exe and config file only, simple users guide would be helpful showing one real life example of usage.

cabulo 12-29-2018 01:49 AM

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


 
Quote:

Originally Posted by j_cool (Post 96730)
one real life example of usage.

before:

Code:

captureDirectory: ./capture
completeDirectory: ./complete
modelScanInterval: 30
createModelDirectory: true
minFileSizeMb: 10
dateFormat: YYYYMMDD-HHmmss
port: 9080
debug: true
hlsDebug: false
models: []
queue: []
extraArgs: '--stream-sorting-excludes "960p,5564k" --default-stream best,best-unfiltered'


after:


?


I mean, how these 2 lines would be used ?

models: []
queue: []


Quote:

Originally Posted by supersonic80 (Post 96699)
You don't need to do anything with config.yml file

after:

Code:

captureDirectory: ./capture
completeDirectory: ./complete
modelScanInterval: 30
createModelDirectory: true
minFileSizeMb: 10
dateFormat: YYYYMMDD-HHmmss
port: 9080
debug: true
hlsDebug: false
models: []
queue: []
extraArgs: '--stream-sorting-excludes "960p,5564k" --default-stream best,best-unfiltered'


cabulo 12-29-2018 02:36 AM

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


 
As a first time user of mfc-node.exe when I double click on it it opens cmd.window and shows this:

[12/29/2018 - 09:33:14] Server listening on: 0.0.0.0:9080
[2018/12/29 - 09:33:15] Connecting to MyFreeCams websocket server xchat72...
[2018/12/29 - 09:33:16] Login handshake completed. Logged in as 'Guest64159' with sessionId 874672205
[12/29/2018 - 09:33:17] [DEBUG] Start new cycle
[12/29/2018 - 09:33:17] 1378 model(s) online
[12/29/2018 - 09:33:17] [DEBUG] 0 model(s) in config
[12/29/2018 - 09:33:17] [DEBUG] 0 model(s) to capture
[12/29/2018 - 09:33:17] Done, will search for new models in 30 second(s).

What I have to do next (or before) to make something happen ?


All times are GMT -6. The time now is 06:22 AM.