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)

supersonic80 06-13-2018 11:10 PM

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


 
Looks like you missed a "npm install" step.

You have to install all dependencies. However, I don't think it will help you. This script requires MFCAuto package, which was taken down recently by DMCA notice. I suppose "npm install" command will fail to download the package. Probably that is the reason why you have a problem in the first place.

The solution will be
1) to ask someone who has "MFCAuto" package to send it to you,
2) remove the line having MFCAuto from package.json,
3) run "npm install" command,
4) copy MFCAuto package to your node_modules folder.

Quote:

Originally Posted by Wynd (Post 96422)
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.


jaythyaussie 06-14-2018 05:41 AM

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


 
I've been using the old script only with ffmpeg which causes the frame skipping and I decided to change over to horacio9a's newer script from github so I can use streamlink instead of ffmpeg but now when I try to run the new script I get this error
Code:


C:\-nm-mfc>node main.js

C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:171
  throw generateError(state, message);
  ^
YAMLException: duplicated mapping key at line 11, column -10:
    models:
    ^
    at generateError (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:165:10)
    at throwError (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:171:9)
    at storeMappingPair (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:308:7)
    at readBlockMapping (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:1071:9)
    at composeNode (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:1332:12)
    at readDocument (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:1492:3)
    at loadDocuments (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:1548:5)
    at load (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:1569:19)
    at Object.safeLoad (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:1591:10)
    at Object.<anonymous> (C:\-nm-mfc\main.js:286:19)
    at Module._compile (module.js:573:30)
    at Object.Module._extensions..js (module.js:584:10)
    at Module.load (module.js:507:32)
    at tryModuleLoad (module.js:470:12)
    at Function.Module._load (module.js:462:3)
    at Function.Module.runMain (module.js:609:10)
    at startup (bootstrap_node.js:158:16)
    at bootstrap_node.js:578:3

I have tried using the version of js-yaml from the original script but it still doesn't work.
Also can this version of mfc-node record models streaming in HD?
Any help would be appreciated. :)

thebbig1foru 06-14-2018 09:00 AM

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


 
Quote:

Originally Posted by Wynd (Post 96422)
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.

The directory I uploaded to MEGA should have everything that's needed, including MFCAuto, and should work "out of the box"

http://stream-recorder.com/forum/sho...postcount=1437

Moonspell 06-14-2018 10:11 AM

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


 
and doesn't work "out of the box" as you said... it makes errors over errors, to me

supersonic80 06-14-2018 03:39 PM

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


 
Latest scripts require node.js version 9.5.0 or higher.

Check your node version and install a new one if required. Check config.yml file for errors.

Quote:

Originally Posted by Moonspell (Post 96433)
and doesn't work "out of the box" as you said... it makes errors over errors, to me


supersonic80 06-14-2018 04:48 PM

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


 
Looks like you have an error in your config.yml file.

Quote:

Originally Posted by jaythyaussie (Post 96430)
I've been using the old script only with ffmpeg which causes the frame skipping and I decided to change over to horacio9a's newer script from github so I can use streamlink instead of ffmpeg but now when I try to run the new script I get this error
Code:


C:\-nm-mfc>node main.js

C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:171
  throw generateError(state, message);
  ^
YAMLException: duplicated mapping key at line 11, column -10:
    models:
    ^
    at generateError (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:165:10)
    at throwError (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:171:9)
    at storeMappingPair (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:308:7)
    at readBlockMapping (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:1071:9)
    at composeNode (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:1332:12)
    at readDocument (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:1492:3)
    at loadDocuments (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:1548:5)
    at load (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:1569:19)
    at Object.safeLoad (C:\-nm-mfc\node_modules\js-yaml\lib\js-yaml\loader.js:1591:10)
    at Object.<anonymous> (C:\-nm-mfc\main.js:286:19)
    at Module._compile (module.js:573:30)
    at Object.Module._extensions..js (module.js:584:10)
    at Module.load (module.js:507:32)
    at tryModuleLoad (module.js:470:12)
    at Function.Module._load (module.js:462:3)
    at Function.Module.runMain (module.js:609:10)
    at startup (bootstrap_node.js:158:16)
    at bootstrap_node.js:578:3

I have tried using the version of js-yaml from the original script but it still doesn't work.
Also can this version of mfc-node record models streaming in HD?
Any help would be appreciated. :)


Wynd 06-14-2018 06:05 PM

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


 
Quote:

Originally Posted by thebbig1foru (Post 96431)
The directory I uploaded to MEGA should have everything that's needed, including MFCAuto, and should work "out of the box"

http://stream-recorder.com/forum/sho...postcount=1437

I tried your package and i get this error:

Code:

PS C:\mfc-node-master> node main.js
C:\mfc-node-master\node_modules\MFCAuto\lib\Model.js:724
Model.rawListeners = Model.eventsForAllModels.rawListeners.bind(Model.eventsForAllModels);
                                                          ^

TypeError: Cannot read property 'bind' of undefined
    at Object.<anonymous> (C:\mfc-node-master\node_modules\MFCAuto\lib\Model.js:724:59)
    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)
    at Module.require (module.js:513:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (C:\mfc-node-master\node_modules\MFCAuto\lib\Client.js:15:17)
    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)
    at Module.require (module.js:513:17)
    at require (internal/module.js:11:18)
PS C:\mfc-node-master>

I also tried moving the MFCauto folder into the node folders modules and it still isn't working. This is with node 8.11.3. I tried 10.4.1 previously and it still didn't work. I am going to try the newer one again n see though.


EDIT I tried the newer node version with the MEGA link you shared and i now get this:

Code:

PS C:\mfc-node-master> node main.js

C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:171
  throw generateError(state, message);
  ^
YAMLException: can not read a block mapping entry; a multiline key may not be an implicit key at line 11, column 1:

    ^
    at generateError (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:165:10)
    at throwError (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:171:9)
    at readBlockMapping (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:1046:9)
    at composeNode (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:1332:12)
    at readDocument (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:1492:3)
    at loadDocuments (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:1548:5)
    at load (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:1569:19)
    at Object.safeLoad (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:1591:10)
    at Object.<anonymous> (C:\mfc-node-master\main.js:29:19)
    at Module._compile (internal/modules/cjs/loader.js:702:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
    at Module.load (internal/modules/cjs/loader.js:612:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
    at Function.Module._load (internal/modules/cjs/loader.js:543:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:744:10)
    at startup (internal/bootstrap/node.js:238:19)
PS C:\mfc-node-master>


supersonic80 06-14-2018 11:57 PM

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


 
models and queue in config.yml require a space character.
Change this

Code:

models:[]
queue:[]

to

Code:

models: []
queue: []

Quote:

Originally Posted by Wynd (Post 96437)
I tried your package and i get this error:

Code:

PS C:\mfc-node-master> node main.js
C:\mfc-node-master\node_modules\MFCAuto\lib\Model.js:724
Model.rawListeners = Model.eventsForAllModels.rawListeners.bind(Model.eventsForAllModels);
                                                          ^

TypeError: Cannot read property 'bind' of undefined
    at Object.<anonymous> (C:\mfc-node-master\node_modules\MFCAuto\lib\Model.js:724:59)
    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)
    at Module.require (module.js:513:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (C:\mfc-node-master\node_modules\MFCAuto\lib\Client.js:15:17)
    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)
    at Module.require (module.js:513:17)
    at require (internal/module.js:11:18)
PS C:\mfc-node-master>

I also tried moving the MFCauto folder into the node folders modules and it still isn't working. This is with node 8.11.3. I tried 10.4.1 previously and it still didn't work. I am going to try the newer one again n see though.


EDIT I tried the newer node version with the MEGA link you shared and i now get this:

Code:

PS C:\mfc-node-master> node main.js

C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:171
  throw generateError(state, message);
  ^
YAMLException: can not read a block mapping entry; a multiline key may not be an implicit key at line 11, column 1:

    ^
    at generateError (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:165:10)
    at throwError (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:171:9)
    at readBlockMapping (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:1046:9)
    at composeNode (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:1332:12)
    at readDocument (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:1492:3)
    at loadDocuments (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:1548:5)
    at load (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:1569:19)
    at Object.safeLoad (C:\mfc-node-master\node_modules\js-yaml\lib\js-yaml\loader.js:1591:10)
    at Object.<anonymous> (C:\mfc-node-master\main.js:29:19)
    at Module._compile (internal/modules/cjs/loader.js:702:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
    at Module.load (internal/modules/cjs/loader.js:612:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
    at Function.Module._load (internal/modules/cjs/loader.js:543:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:744:10)
    at startup (internal/bootstrap/node.js:238:19)
PS C:\mfc-node-master>



Damianonymous 06-15-2018 02:37 AM

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


 
Recently, I uploaded files from the latest SStativa and ZombieAlex responses. This should work after installing modules with the latest version of Node.

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

Wynd 06-15-2018 02:54 PM

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


 
Quote:

Originally Posted by supersonic80 (Post 96439)
models and queue in config.yml require a space character.
Change this

Code:

models:[]
queue:[]

to

Code:

models: []
queue: []


Fixed the problem for me, ty. Looks like when the uploader removed the model names he accidentally deleted the space.


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