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)

Hermiod 08-02-2017 03:13 PM

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


 
Quote:

Originally Posted by supersonic80 (Post 93202)
Yes, you are right about createModelDirectory. That version should not have this issue:
win64

win32

And to answer your question you should open the link, all info is there, looks like so far 14 coffees have been bought by 3 people.

Whos version of mfc node is that? I cant seem to run horatio's using mfc node, will try that one (still using an old ZeChico version)

Damianonymous 08-02-2017 04:55 PM

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


 
This is an original, updated version of sstativa https://github.com/sstativa/mfc-node converted to exe.

horacio 08-03-2017 04:14 PM

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


 
Here is my version of node.js MFC Recorder v.2.0.6
There are plenty of new stuff. Basically, config.yml has remained the same which means that all of the options so far are still present.
The instructions are written in config.yml. If you click on the thumbnail image, you get the current high-resolution model image (960x720).
For 'No Mobile Feed' models you get a 320x240 image link that you need to open in your new browser window if you want to see the situation in the room.
If you want to enter the room you should as far as click on State/Online. You will see other news after launching the program;)

Node.js zip files download link is: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for precompiled node.js 'exe' files for Windows is: http://www.mediafire.com/file/usmynn...2-20170803.rar

moooby 08-04-2017 08:53 AM

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


 
Quote:

Originally Posted by horacio (Post 93287)

Node.js zip files download link is: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for precompiled node.js 'exe' files for Windows is: http://www.mediafire.com/file/usmynn...2-20170803.rar

Hello Horacio, I've tried the latest version of your node script. I'm having issues with loading the UI in my browser. I can see the spinner however, the model data does not get displayed. It only shows the spinner. I have tried it on Firefox, IE, and Edge with the same result. I have tried both the zip and git-hub versions with the same result. Everything was working perfectly until this latest UI update. The script is still able to record the models I've already added to the config file.

Is anyone else having this issue?

Thanks.

horacio 08-04-2017 10:21 AM

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


 
Quote:

Originally Posted by moooby (Post 93301)
Hello Horacio, I've tried the latest version of your node script. I'm having issues with loading the UI in my browser. I can see the spinner however, the model data does not get displayed. It only shows the spinner. I have tried it on Firefox, IE, and Edge with the same result. I have tried both the zip and git-hub versions with the same result. Everything was working perfectly until this latest UI update. The script is still able to record the models I've already added to the config file.

Is anyone else having this issue?

Thanks.

Probably someone would say that he has a similar problem so I assume that's something about your windows.
Try replacing my index.html with this original:

http://www.mediafire.com/file/t3uxk3kx6tkr837/index.rar

This can help to find where there is a possible error.

moooby 08-04-2017 12:42 PM

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


 
Quote:

Originally Posted by horacio (Post 93302)
Probably someone would say that he has a similar problem so I assume that's something about your windows.
Try replacing my index.html with this original:

http://www.mediafire.com/file/t3uxk3kx6tkr837/index.rar

This can help to find where there is a possible error.

I tried the original index.html and it worked fines. I then switched back to your index.html and it was working again. I'm not sure what happened but it seems to be working again now.

Hermiod 08-04-2017 04:00 PM

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


 
Quote:

Originally Posted by horacio (Post 93287)
Here is my version of node.js MFC Recorder v.2.0.6
There are plenty of new stuff. Basically, config.yml has remained the same which means that all of the options so far are still present.
The instructions are written in config.yml. If you click on the thumbnail image, you get the current high-resolution model image (960x720).
For 'No Mobile Feed' models you get a 320x240 image link that you need to open in your new browser window if you want to see the situation in the room.
If you want to enter the room you should as far as click on State/Online. You will see other news after launching the program;)

Node.js zip files download link is: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for precompiled node.js 'exe' files for Windows is: http://www.mediafire.com/file/usmynn...2-20170803.rar

This version of node finally works for me, thanks !

One thing I haven ot seen in mfc-node which was usefull in mfc-recorder is order by models being recorded, is that possible to be done?

EDIT: Nevermnid, just noticed that function is already there. (only noticed once I added my models list)

horacio 08-04-2017 05:25 PM

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


 
Quote:

Originally Posted by Hermiod (Post 93313)
This version of node finally works for me, thanks !

One thing I haven ot seen in mfc-node which was usefull in mfc-recorder is order by models being recorded, is that possible to be done?

EDIT: Nevermnid, just noticed that function is already there. (only noticed once I added my models list)

I'm glad that this version is working for you.
Meanwhile I decided to change the concept of index.html.
I remove 'blurb' and 'topic' from the main table and switched to 'spinner'.
So far, search has searched only 'model name', 'city' and 'country' in 'spinner'.
Now added other text information from 'spinner' ('ethnic', 'occupation', 'blurb' and 'topic') for search sort.
I increased the spinner width twice because of the reduction in the number of rows.
Instead of 'blurb' and 'topic' I returned all the other data to the main table so it is now possible to sort the models according to different criteria.
Probably this has slowed down the search, but it is much easier to find certain models according to certain criteria.

Link for new index.html download is: http://www.mediafire.com/file/d0d38d...x_20170805.rar

Hermiod 08-06-2017 01:17 AM

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


 
Quote:

Originally Posted by horacio (Post 93315)
I'm glad that this version is working for you.
Meanwhile I decided to change the concept of index.html.
I remove 'blurb' and 'topic' from the main table and switched to 'spinner'.
So far, search has searched only 'model name', 'city' and 'country' in 'spinner'.
Now added other text information from 'spinner' ('ethnic', 'occupation', 'blurb' and 'topic') for search sort.
I increased the spinner width twice because of the reduction in the number of rows.
Instead of 'blurb' and 'topic' I returned all the other data to the main table so it is now possible to sort the models according to different criteria.
Probably this has slowed down the search, but it is much easier to find certain models according to certain criteria.

Link for new index.html download is: http://www.mediafire.com/file/d0d38d...x_20170805.rar

Your mfc-node is randomly crashing:

events.js:160
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at exports._errnoException (util.js:1018:11)
at TCP.onread (net.js:568:26)

Is there a windows program I can run to make sure it keeps running? Would some sort of bat file work (start/onExit_Restart)?

horacio 08-06-2017 03:13 AM

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


 
Quote:

Originally Posted by Hermiod (Post 93330)
Your mfc-node is randomly crashing:

events.js:160
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at exports._errnoException (util.js:1018:11)
at TCP.onread (net.js:568:26)

Is there a windows program I can run to make sure it keeps running? Would some sort of bat file work (start/onExit_Restart)?

These errors are thrown by MFCAuto module that handles communication with MFC servers.

You can try to install https://www.npmjs.com/package/forever

More about that you can found there: https://github.com/sstativa/mfc-node/issues/34


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