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)

horacio 07-20-2017 02:57 PM

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


 
Quote:

Originally Posted by dm9452 (Post 92913)
mfc node win is great. It'd be greater if the folder's name of complete recording is "ID - ModelName", not just "ModelName"

- Added model ID + model name to subdirectory name
- Added age, continent and city

Download link for node version: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for precompiled version (exe) for Win32: http://www.mediafire.com/file/2kj5db...D_and_name.rar

For those who do not like a subfolders download above link and replace mfc.exe with this:

Download link for 'mfc.exe' only: http://www.mediafire.com/file/cuefjh...4z/nm-mfc2.rar

Damianonymous 07-20-2017 05:39 PM

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


 
Quote:

Originally Posted by poose22 (Post 92905)
Is there any way to use .f4v instead of .flv/.ts? When using flv or ts, both VLC and MPC-HC load the videos for like 3 seconds each time I try to skip to different parts of the video. It get's annoying after a while :p. There was another version I saw on here a few weeks ago that used .f4v, and the videos played perfectly for me.

EDIT: Or if there's any suggestions you might have to make FLV's play better, I'd appreciate that as well.

Quote:

Originally Posted by horacio (Post 92907)
Obviously something is wrong with your pc adjustment. The first time I hear about such a problem. You can try rename flv to f4v with 'ren *.flv *.f4v' in Command prompt for the test but that is not the solution.
I guess you don't have the appropriate 'flv' codec so I suggest you install the latest version for your pc from this link:

https://www.codecguide.com/klcp_update.htm

FLV source files are killer for old disks. While jumping forward on a large file, the disc works 100% and the movie freezes up for several dozen seconds. The mpv player does the best job but it still aches in the ass :D

dm9452 07-21-2017 03:29 AM

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


 
Quote:

Originally Posted by horacio (Post 92917)
- Added model ID + model name to subdirectory name
- Added age, continent and city

Download link for node version: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for precompiled version (exe) for Win32: http://www.mediafire.com/file/2kj5db...D_and_name.rar

For those who do not like a subfolders download above link and replace mfc.exe with this:

Download link for 'mfc.exe' only: http://www.mediafire.com/file/cuefjh...4z/nm-mfc2.rar

I will wait for win64 version.:D

H1T0PR 07-21-2017 07:02 AM

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


 
Quote:

Originally Posted by H1T0PR (Post 92911)
I'm using the node and testing some things with the code in main.js (horacio's version). I would like to know how to get city, country, age and occupation data too. I tried something straight like simply adding the lines:

city: m.bestSession.city,
country: m.bestSession.country,
age: m.bestSession.age,
occupation: m.bestSession.occupation,

In models.push and the same thing in capturingModels.push, like:

city: myModel.city,
country: myModel.country,
...etc

But the data appears as "undefined". So how do I get these data correctly?

Quote:

Originally Posted by horacio (Post 92917)
- Added model ID + model name to subdirectory name
- Added age, continent and city
(...)

Thank you horacio!

The item "continent" was already able to be pulled by the previous version (I managed to get it). Did you mean "country" instead "continent" in this new update? The items that still missing for me are these: country and occupation, how can I pull them too?

horacio 07-21-2017 12:42 PM

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


 
Quote:

Originally Posted by H1T0PR (Post 92928)
Thank you horacio!

The item "continent" was already able to be pulled by the previous version (I managed to get it). Did you mean "country" instead "continent" in this new update? The items that still missing for me are these: country and occupation, how can I pull them too?

- Added also ethnic, occupation and blurb ;)

Download link for node version: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for Win32 (mfc.exe + index.html): http://www.mediafire.com/file/7bqv45...2-20170721.rar

For those who don't like a subfolders:

Download link for Win32 (mfc.exe + index.html): http://www.mediafire.com/file/dxab6c...no-sub-dir.rar

In the directory except 'mfc.exe' + 'index.html' must be also 'config.yml' and 'ffmpeg.exe' as before.

CristianoA 07-21-2017 12:51 PM

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


 
Quote:

Originally Posted by horacio (Post 92929)
- Added also ethnic, occupation and blurb ;)

Download link for node version: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for Win32 (mfc.exe + index.html): http://www.mediafire.com/file/7bqv45...2-20170721.rar

For those who don't like a subfolders:

Download link for Win32 (mfc.exe + index.html): http://www.mediafire.com/file/dxab6c...no-sub-dir.rar

In the directory except 'mfc.exe' + 'index.html' must be also 'config.yml' and 'ffmpeg.exe' as before.

works for Win64 too ?

horacio 07-21-2017 01:34 PM

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


 
Quote:

Originally Posted by CristianoA (Post 92930)
works for Win64 too ?

I have Windows 7 win32 but my friend with Windows 10 win64 tested this files and everything works without any problems ;)

wizard 07-22-2017 01:28 AM

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


 
Tested this on my Win10 and everything works as a charm.

Huge thanks to Horacio for his work :)

c3po 07-22-2017 02:19 AM

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


 
The previous versions stopped overnight.

I'm on a VPN.

[quote=horacio;92929]- Added also ethnic, occupation and blurb ;)

Download link for node version:

Download link for Win32 (mfc.exe + index.html): http://www.mediafire.com/file/7bqv45...2-20170721.rar

/QUOTE]

horacio 07-22-2017 08:22 AM

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


 
Quote:

Originally Posted by c3po (Post 92935)
The previous versions stopped overnight.
I'm on a VPN.

I did not test over VPN. We need more information about your problem with some screenshots?

H1T0PR 07-22-2017 08:56 AM

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


 
Quote:

Originally Posted by H1T0PR (Post 92911)
I'm using the node and testing some things with the code in main.js (horacio's version)...


...But the data appears as "undefined". So how do I get these data correctly?

All data is pulled. I was mistaken in the previous answer, it is necessary to wait a while until the data is loaded, if they are not already loaded or do not exist, the "undefined" appears.

Everything working correctly with the new version of node!

Thanks horacio!


Quote:

Originally Posted by c3po (Post 92935)
The previous versions stopped overnight.

I'm on a VPN.
(...)

I tried connecting using VPN and it also did not work. By the direct connection, everything is OK!

c3po 07-22-2017 10:30 AM

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


 
Nothing can be made out with screenshots, because the application is shut down.
Starting it again works fine. And VPN is no problem.

I think the application stops round 1 or 2 CET
Quote:

Originally Posted by horacio (Post 92936)
I did not test over VPN. We need more information about your problem with some screenshots?


c3po 07-22-2017 11:36 AM

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


 
Was probably blocked right now, because, my MFC browser session was also pending.

Did you implement the timeout sstativa implemented in his latest code too?

horacio 07-24-2017 06:47 PM

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


 
My latest version v.2.0.2 of mfc-node is ready to download:

Github link is always the same: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for precompiled 'exe' Windows version: http://www.mediafire.com/file/9e30ga...2-20170725.rar

Look config.yml because all the old and new options are listed there.
So from now is the same file for everyone about selecting a recording subfolder or not. New in config.yml is this:

createModelDirectory: true # If you want all the files from same model be recorded in the separate subdirectory
directoryFormat: id+nm # You can choose between 'id+nm','nm+id','id' and 'nm' separate subdirectory format (Of course only if the previous option is 'true')

where 'id' is MFC model ID and 'nm' is MFC model name.

xxhieixx 07-24-2017 07:15 PM

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


 
Since it has become painfully clear that Mr.antihero has gone AWOL. I would like to see someone step up and redesign his CamGirlzREC.
No offense to those of you working on node but node was always just a work around, we need a more permanent solution.

horacio 07-25-2017 01:21 AM

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


 
Quote:

Originally Posted by xxhieixx (Post 92985)
Since it has become painfully clear that Mr.antihero has gone AWOL. I would like to see someone step up and redesign his CamGirlzREC.
No offense to those of you working on node but node was always just a work around, we need a more permanent solution.

Each of us has different wishes how must look our MFC program and what options it should have. Just in the example of 'CamGirlzREC' I was convinced of it. At a time when @antihero was active and I gave him some of my suggestions that he accepted except for the last about file format who is important for me but not for most of you. For this reason, I have added to the node the option of choosing the options we are discussing. As far as the 'permanent solution' from the practice is concerned, it has been proven that the node is a more durable solution because there are so many people who working on them and when one of them 'disappears' like an @antihero, the node project goes further because they are not dependent on individuals like @antihero or earlier @elgero etc
Most important thing for me is Chinese proverb: 'No matter what color is the cat, as long as it can catch mice'

phuongtrinhqn1102 07-25-2017 02:23 AM

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


 
Its a SMITH Thing t-shirt Its a SMITH Thing t-shirt ITS A SMITH THING, YOU WOULDNT UNDERSTAND ITS A SMITH THING YOU WOULDNT UNDERSTAND T Shirt ,Its a SMITH Thing
Its A SMITH thing, you wouldnt understand !! Its A SMITH thing,…Smith - The name, the myth, the legend
Smith - The name,…Dr. Who Inspired Run Like You Blinked T-shirt

horacio 07-25-2017 04:34 AM

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


 
I am looking for a way how to have as much data for MFC models as possible on the browser page, and for that we don't have to remove or reduce some data.
For that reason I have keep all the data without reduce, and to keep everything easy to access, I duplicated some functions from the left to the right side of the browser.
I'd like some of you to try it out and say your mind if that makes sense?

Download link for test 'index.html': http://www.mediafire.com/file/wb6x2a...-20170725a.rar

So you need to replace the existing 'index.html' with this one.

moooby 07-25-2017 01:21 PM

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


 
Quote:

Originally Posted by horacio (Post 92993)
I am looking for a way how to have as much data for MFC models as possible on the browser page, and for that we don't have to remove or reduce some data.
For that reason I have keep all the data without reduce, and to keep everything easy to access, I duplicated some functions from the left to the right side of the browser.
I'd like some of you to try it out and say your mind if that makes sense?

Download link for test 'index.html': http://www.mediafire.com/file/wb6x2a...-20170725a.rar

So you need to replace the existing 'index.html' with this one.

I like the layout of this index.html file. It's nice having all the fields available.

I would like to make a suggestion though. Would it be possible to make the header always apprear at the top. When you scroll down the page, you lose the fist row and the name of every column.

horacio 07-26-2017 01:28 AM

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


 
Quote:

Originally Posted by moooby (Post 93011)
I like the layout of this index.html file. It's nice having all the fields available.

I would like to make a suggestion though. Would it be possible to make the header always apprear at the top. When you scroll down the page, you lose the fist row and the name of every column.

I'm glad you like this way of displaying all data for MFC models.
I agree that it would be good to keep an eye on the first row with names. I'm not an expert for html but I hope somebody else will find a solution to it.
This is not a problem for me, because I can immediately recognize what the data is about.
I often use the F3 search option on Chrome to search, and most importantly, I can easily include the recording when I found a model that I'm interested in.

Damianonymous 07-30-2017 01:17 AM

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


 
For me, these indexes are too big. Too many empty and unnecessary columns, Topic ... hmm ... I never read that, maybe because I do not know the language :D In a word, all columns should fit in width without scrolling :cool:

Hermiod 07-30-2017 06:04 PM

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


 
Quote:

Originally Posted by horacio (Post 92984)
My latest version v.2.0.2 of mfc-node is ready to download:

Github link is always the same: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for precompiled 'exe' Windows version: http://www.mediafire.com/file/9e30ga...2-20170725.rar

Look config.yml because all the old and new options are listed there.
So from now is the same file for everyone about selecting a recording subfolder or not. New in config.yml is this:

createModelDirectory: true # If you want all the files from same model be recorded in the separate subdirectory
directoryFormat: id+nm # You can choose between 'id+nm','nm+id','id' and 'nm' separate subdirectory format (Of course only if the previous option is 'true')

where 'id' is MFC model ID and 'nm' is MFC model name.

I tried yoru version again, it still wont work, if I use my config file (with your adicional variables) it crashes on start, just using your files it starts but I can't open it in chrome or firefox (just keeps loading).

Damianonymous 07-30-2017 07:00 PM

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


 
That is true, you have to be very lucky to open the page, I have only been a few times

supersonic80 07-30-2017 07:40 PM

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


 
Quote:

Originally Posted by Damianonymous (Post 93151)
That is true, you have to be very lucky to open the page, I have only been a few times

Use DeveloperTools in Chrome to trace the error.

If there is inconsistency in opening the page then I suppose the data received from the script is corrupted.

Sometimes this could happen if the model uses some "weird" characters in her fields (ex. topic) and your browser fails to parse this data correctly.

horacio 07-31-2017 03:03 AM

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


 
And I've noticed that index.html loads very slowly because I put all possible models data.
Obviously, some of you having a slower computers or a slower Internet connection are having problems.
It was a test so I decided to remove all the data which take longer time to load after the changes on the MFC server itself.
Those who want to have all model data can always return the index.html that was earlier ;)
I have sorted models by the 'state' criteria so now at the top you can see which models are currently being recorded so that you can stop recording if you don't want it.
There are still some minor changes to the code.

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

Damianonymous 07-31-2017 03:27 AM

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


 
Horacio, the problem only concerned the index in your Node.js versions. Your exe, Supersonic and ZeChico indexes open in 2-3 seconds. My 100 MB connection should not be a problem here. As Sergey wrote, there must be some problem with the transmission of data from the script.

supersonic80 07-31-2017 05:27 AM

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


 
I precompiled alternative version as "proof of concept". Who wants to try it?

mfc-node-win64.zip

mfc-node-win32.zip

Config files should be compatible, just use your config.yml instead of file in the archive.

Hermiod 07-31-2017 07:56 PM

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


 
I have an i7 (4th generation) with a 50MB connection, I dont think its my pc being slow or the internet being slow, i'll try the simpler index.html

Damianonymous 08-01-2017 01:04 AM

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


 
Quote:

Originally Posted by supersonic80 (Post 93175)
I precompiled alternative version as "proof of concept". Who wants to try it?

mfc-node-win64.zip

mfc-node-win32.zip

Config files should be compatible, just use your config.yml instead of file in the archive.



Very cool index, you do with Horacio a great job. The error I noticed, createModelDirectory is changing itself back to false on true. I wonder how many people use your application, looking at the number of views of the topic (Last 44 days - 88.991 views), interesting how many people bought you coffee?

supersonic80 08-01-2017 01:51 AM

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


 
Quote:

Originally Posted by Damianonymous (Post 93199)
Very cool index, you do with Horacio a great job. The error I noticed, createModelDirectory is changing itself back to false on true. I wonder how many people use your application, looking at the number of views of the topic (Last 44 days - 88.991 views), interesting how many people bought you coffee?

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.

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 09:27 AM.