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.

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.

Moonspell 06-16-2018 08:11 AM

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


 
Quote:

Originally Posted by Wynd (Post 96442)
Fixed the problem for me, ty. Looks like when the uploader removed the model names he accidentally deleted the space.

working perfectly, thanks a lot! :)

Syl0pt 06-19-2018 02:49 PM

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


 
I'm using Horacio's v2 node version https://github.com/horacio9a/mfc-node/tree/v2
And i've been getting this kind of error with certain models every once in awhile. I've tried changing the port from 9080 to 8080, restarting node, restarting the terminal, all without any luck.

I've even tried one of the other mfc-node's I have as a backup, but get the same error. Is there something I can do on my end to fix this or is this a server-side issue that just happens sometimes?

Quote:

This was early this morning
[03:30:56] [DEBUG] Start new cycle.
[03:30:56] 1331 model(s) online.
[03:30:56] [DEBUG] 0 model(s) in queue.
[03:30:56] [DEBUG] 20 models in config.yml
[03:30:56] [DEBUG] 1 model(s) to record.
[03:30:56] [DEBUG] >>> NaomiDee_MFC_20180619-0330.ts
[03:30:56] Done >>> will search for new models in 15 seconds.
[03:31:07] error: Unable to open URL: http://video1053.myfreecams.com:1935.../playlist.m3u8 (HTTPConnectionPool(host='video1053.myfreecams.com ', port=1935): Max retries exceeded with url: /NxServer/ngrp:mfc_116947270.f4v_mobile/playlist.m3u8 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnec tion object at 0x7f7eda49e310>, 'Connection to video1053.myfreecams.com timed out. (connect timeout=20.0)')))

And this was just recently. (This model was having trouble with her internet and left but it still gives the same error code, so i'm adding it anyway.)
[15:27:19] [DEBUG] Start new cycle.
[15:27:19] 1616 model(s) online.
[15:27:19] [DEBUG] 0 model(s) in queue.
[15:27:19] [DEBUG] 20 models in config.yml
[15:27:19] [DEBUG] 1 model(s) to record.
[15:27:19] [DEBUG] >>> Mira_xo_MFC_20180619-1526.ts
[15:27:19] Done >>> will search for new models in 15 seconds.
[15:27:30] error: Unable to open URL: http://video1050.myfreecams.com:1935.../playlist.m3u8 (HTTPConnectionPool(host='video1050.myfreecams.com ', port=1935): Max retries exceeded with url: /NxServer/ngrp:mfc_120444214.f4v_mobile/playlist.m3u8 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnec tion object at 0x7f0d716f6310>, 'Connection to video1050.myfreecams.com timed out. (connect timeout=20.0)')))
EDIT to add: The first model just now logged on and node is throwing up the same error.
2nd EDIT to add: Ok. i just noticed that both models are online now, and both in wide-screen mode, which is what's likely throwing up the errors since the node i'm using isn't equipped to handle widescreen stuff.

dm9452 06-21-2018 09:13 PM

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


 
So... is there an application that is able to handle wide-screen MFC streams?

supersonic80 06-22-2018 01:06 AM

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


 
Quote:

Originally Posted by dm9452 (Post 96475)
So... is there an application that is able to handle wide-screen MFC streams?

https://mega.nz/#!VyxmkC7Z!yu4mkSjcJxEhZOLvmVTF7ty6J37pjnZndlIRFn8 S-2w

but it requires streamlink

Moonspell 10-13-2018 05:38 PM

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


 
the link you've posted is not available anymore... :)

confused.com 10-14-2018 05:51 AM

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


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

Moonspell 10-14-2018 04:36 PM

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


 
Quote:

Originally Posted by confused.com (Post 96557)

yes, as i said, the mega-link is not available anymore... thats' why i ask for it

marck120 10-17-2018 09:41 PM

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


 
Hi, would you please recommend a simple program for capturing video streams from myfreecams on a linux system ?

supersonic80 10-21-2018 12:45 AM

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


 
https://mega.nz/#!hmR1VIZa!0FeyCNYgf...ZvhmtvI5 hw8c

Quote:

Originally Posted by Moonspell (Post 96558)
yes, as i said, the mega-link is not available anymore... thats' why i ask for it


marck120 10-21-2018 08:29 PM

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


 
Quote:

Originally Posted by supersonic80 (Post 96567)

Hi, I'm so sorry, how should I configure the config.yml file ? Can you give me an example by filling out the file please ?

Code:

captureDirectory: / capture
completeDirectory: / complete
modelScanInterval: 30
createModelDirectory: true
minFileSizeMb: 10
dateFormat: YYYYMMDD-HHmmss
port: 9080
debug: true
rtmpDebug: false
models: []
queue: []


supersonic80 10-21-2018 09:03 PM

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


 
You don't need to edit config. You might change Directories if you want, but this is not critical. (There should not be spaces after slash)

Start the script then open http://127.0.0.1:9080 in your browser, other things are straight forward.

Quote:

Originally Posted by marck120 (Post 96568)
Hi, I'm so sorry, how should I configure the config.yml file ? Can you give me an example by filling out the file please ?

Code:

captureDirectory: / capture
completeDirectory: / complete
modelScanInterval: 30
createModelDirectory: true
minFileSizeMb: 10
dateFormat: YYYYMMDD-HHmmss
port: 9080
debug: true
rtmpDebug: false
models: []
queue: []



marck120 10-22-2018 03:18 AM

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


 
Quote:

Originally Posted by supersonic80 (Post 96569)
You don't need to edit config. You might change Directories if you want, but this is not critical. (There should not be spaces after slash)

Start the script then open http://127.0.0.1:9080 in your browser, other things are straight forward.

Thank you for answering me, unfortunately I can not access the address, why ? I have disabled antivirus and firewall but I have the same error:


supersonic80 10-22-2018 03:48 AM

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


 
Did you run the app? Should be something like this

Then you open http://127.0.0.1:9080. If there is an error, you should see it in the command prompt.


Quote:

Originally Posted by marck120 (Post 96570)
Thank you for answering me, unfortunately I can not access the address, why ? I have disabled antivirus and firewall but I have the same error:



supersonic80 10-22-2018 04:05 AM

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


 
Btw,
change directories to something appropriate for your case, ex.
/complete -> .\complete
/capture -> .\capture


In case of /complete the app will try to write files into C:\complete, however, I believe Windows 10 does not allow to write to the root of drive C: without extra permissions.

.\complete is the path relative to the app folder.


Quote:

Originally Posted by marck120 (Post 96570)
Thank you for answering me, unfortunately I can not access the address, why ? I have disabled antivirus and firewall but I have the same error:



marck120 10-22-2018 04:53 AM

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


 
Quote:

Originally Posted by supersonic80 (Post 96571)
Did you run the app? Should be something like this

Then you open http://127.0.0.1:9080. If there is an error, you should see it in the command prompt.

Thank you, now it works, but to start the download how should I do ? I have included the model but I do not understand if she is recording.




supersonic80 10-22-2018 05:05 AM

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


 
Any changes made in the browser will be applied in 30 seconds. Just use red round button to refresh the list and see the latest status.

capture is temporary dir, the app will move the file from capture to complete when the model stops streaming. If you close the app, you'll have to move files from capture to complete manually.


Quote:

Originally Posted by marck120 (Post 96573)
Thank you, now it works, but to start the download how should I do ? I have included the model but I do not understand if she is recording.





marck120 10-22-2018 05:14 AM

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


 
Quote:

Originally Posted by supersonic80 (Post 96572)
Btw,
change directories to something appropriate for your case, ex.
/complete -> .\complete
/capture -> .\capture


In case of /complete the app will try to write files into C:\complete, however, I believe Windows 10 does not allow to write to the root of drive C: without extra permissions.

.\complete is the path relative to the app folder.

Perfect, thank you very much, now it works, I have created two folders (capture, complete) in Documents:

Code:

captureDirectory: C:\Users\Mini ITX\Documents\capture
completeDirectory: C:\Users\Mini ITX\Documents\complete

Does the program also work on linux ? Is there a script identical to this even for linux ?

supersonic80 10-22-2018 05:59 AM

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


 
Quote:

Originally Posted by marck120 (Post 96575)
Does the program also work on linux ? Is there a script identical to this even for linux ?

I don't know if it works. You never know unless you try
https://mega.nz/#!06xj0CSA!8qoj0OxMV...jQliuXeClIv0eU

marck120 10-22-2018 06:44 AM

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


 
Quote:

Originally Posted by supersonic80 (Post 96576)
I don't know if it works. You never know unless you try
https://mega.nz/#!06xj0CSA!8qoj0OxMV...jQliuXeClIv0eU

Thank you so much, on linux does not connect, maybe I do not have permissions ?




supersonic80 10-22-2018 06:49 AM

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


 
Imho, the port 9080 is taken. Change 9080 yo 9081 in config.yml and try again.

Quote:

Originally Posted by marck120 (Post 96577)
Thank you so much, on linux does not connect, maybe I do not have permissions ?






All times are GMT -6. The time now is 05:47 AM.