Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1451
|
|||
|
|||
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:
|
#1452
|
|||
|
|||
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 Also can this version of mfc-node record models streaming in HD? Any help would be appreciated. Last edited by jaythyaussie : 06-14-2018 at 07:16 AM. |
#1453
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
http://stream-recorder.com/forum/sho...postcount=1437 |
#1454
|
|||
|
|||
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
|
#1455
|
|||
|
|||
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. |
#1456
|
|||
|
|||
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:
|
#1457
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
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> 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> |
#1458
|
|||
|
|||
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:[] Code:
models: [] queue: [] Quote:
|
#1459
|
|||
|
|||
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 |
#1460
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Fixed the problem for me, ty. Looks like when the uploader removed the model names he accidentally deleted the space.
|
Thread Tools | |
Display Modes | |
|
|