PDA

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


Pages : 1 2 3 4 5 [6] 7

Syl0pt
10-19-2017, 06:39 PM
module.js:529
throw err;
^

Error: Cannot find module 'bluebird'
at Function.Module._resolveFilename (module.js:527:15)
at Function.Module._load (module.js:476:23)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/syl0pt/Videos/mfc-node-2/main.js:3:15)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)

A google search tells me that bluebird is part of the Node.js install. I'm guessing my best course of action then would be to uninstall/reinstall Node.js to get it working again.

Syl0pt
10-19-2017, 06:56 PM
A google search tells me that bluebird is part of the Node.js install. I'm guessing my best course of action then would be to uninstall/reinstall Node.js to get it working again.

Ok well I reinstalled Node.js and am still having the same error thrown up

node main.js
module.js:529
throw err;
^

Error: Cannot find module 'bluebird'
at Function.Module._resolveFilename (module.js:527:15)
at Function.Module._load (module.js:476:23)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/syl0pt/Videos/mfc-node-2/main.js:3:15)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)

I could really use some help here.

Syl0pt
10-19-2017, 07:28 PM
Ok well I reinstalled Node.js and am still having the same error thrown up

node main.js
module.js:529
throw err;
^

Error: Cannot find module 'bluebird'
at Function.Module._resolveFilename (module.js:527:15)
at Function.Module._load (module.js:476:23)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/syl0pt/Videos/mfc-node-2/main.js:3:15)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)

I could really use some help here.

Ugh.. my apologies.. I forgot to add 'npm install' to the mfc-node-2 directory. Once I did that everything started working.

Although I am still interested in getting the Forever app to properly work with mfc-node.

On my Windows PC I was able to use this as a bat file:
Bat file contents:
@echo off
SET foo=1
:initiate
ECHO Starting program, attempt %foo%
node main.js
set /A foo=foo+1
timeout 30
goto :initiate

I got it working by changing the 'node main.js' line to mfc.exe (which is what i was using at the time). But it doesn't work for me with 'node main.js' on Linux Mint 18. Not sure what i'm doing wrong.

Hermiod
10-19-2017, 11:19 PM
I got it working by changing the 'node main.js' line to mfc.exe (which is what i was using at the time). But it doesn't work for me with 'node main.js' on Linux Mint 18. Not sure what i'm doing wrong.


Linux you could use cronjob, probably simpler.

cyberhunter313
10-20-2017, 09:30 PM
So @horacio i got your mfc node v2 installed and i can get the website http://localhost:9080/ but it shows no models on it.

The cmd prompt says all is fine and 1300 models are online but none show up in the web interface.

[10/20/2017 - 23:28:51] Connecting to MyFreeCams websocket server xchat112...
[10/20/2017 - 23:28:52] Login handshake completed. Logged in as 'Guest12544' with sessionId 282742918
[23:28:53] [DEBUG] Start new cycle.
[23:28:53] 1386 model(s) online.
[23:28:53] [DEBUG] 0 model(s) in queue.
[23:28:53] [DEBUG] 0 models in config.yml
[23:28:53] [DEBUG] 0 model(s) to record.
[23:28:53] Done >>> will search for new models in 30 seconds.

Any ideas what i did wrong, i followed your directions to the letter.

Thanks in advance.

horacio
10-21-2017, 11:56 AM
So @horacio i got your mfc node v2 installed and i can get the website http://localhost:9080/ but it shows no models on it.

The cmd prompt says all is fine and 1300 models are online but none show up in the web interface.

[10/20/2017 - 23:28:51] Connecting to MyFreeCams websocket server xchat112...
[10/20/2017 - 23:28:52] Login handshake completed. Logged in as 'Guest12544' with sessionId 282742918
[23:28:53] [DEBUG] Start new cycle.
[23:28:53] 1386 model(s) online.
[23:28:53] [DEBUG] 0 model(s) in queue.
[23:28:53] [DEBUG] 0 models in config.yml
[23:28:53] [DEBUG] 0 model(s) to record.
[23:28:53] Done >>> will search for new models in 30 seconds.

Any ideas what i did wrong, i followed your directions to the letter.

Thanks in advance.

To record something, you should have some model that is currently online in config.yml

Problem is: '[23:28:53] [DEBUG] 0 models in config.yml'

cyberhunter313
10-21-2017, 03:57 PM
Im not even talking about recording. The web interface shows no models in it. I did add an online model to the config and still nothing.

[17:53:50] Server listening on: 0.0.0.0:9080
[10/21/2017 - 17:53:50] Connecting to MyFreeCams websocket server xchat120...
[10/21/2017 - 17:53:50] Login handshake completed. Logged in as 'Guest92973' with sessionId 285918736
[17:53:51] [DEBUG] Start new cycle.
[17:53:51] 1501 model(s) online.
[17:53:51] [DEBUG] 0 model(s) in queue.
[17:53:51] [DEBUG] 1 models in config.yml
[17:53:51] [DEBUG] 0 model(s) to record.
[17:53:51] Done >>> will search for new models in 30 seconds.

I attached a photo of the web interface. Thanks for your help.

supersonic80
10-21-2017, 04:48 PM
IE is not the best browser for this script, you should try Chrome or Firefox.

Im not even talking about recording. The web interface shows no models in it. I did add an online model to the config and still nothing.

[17:53:50] Server listening on: 0.0.0.0:9080
[10/21/2017 - 17:53:50] Connecting to MyFreeCams websocket server xchat120...
[10/21/2017 - 17:53:50] Login handshake completed. Logged in as 'Guest92973' with sessionId 285918736
[17:53:51] [DEBUG] Start new cycle.
[17:53:51] 1501 model(s) online.
[17:53:51] [DEBUG] 0 model(s) in queue.
[17:53:51] [DEBUG] 1 models in config.yml
[17:53:51] [DEBUG] 0 model(s) to record.
[17:53:51] Done >>> will search for new models in 30 seconds.

I attached a photo of the web interface. Thanks for your help.

cyberhunter313
10-21-2017, 07:27 PM
Thanks guys for your help, i actually found the problem. I opened the config.yml with microsoft word instead of an editor like notepad++ and i guess it fucked it up. I replaced that file and made the changed with notepad++ and all works now.

lordloki
10-24-2017, 09:00 AM
Im not even talking about recording. The web interface shows no models in it.

[...]

I attached a photo of the web interface. Thanks for your help.

same here. my config.yml file is perfectly fine and I can correctly add models via the http://localhost:9080/models/include?nm=modelname link.
the web interface itself is not working though. same stuff in the screenshot.

Garhgklom
10-26-2017, 02:31 AM
MFC Recorder worked really fine for months, but since maybe two hours i have issues. I have a lot skips... does anyone have the same issues?:confused:

This has been happening to me the last couple of days, even with different capture programs (I tried to one from Horacio, and I'm having the same problem) and file extensions, so I guess it's a problem with the site? I really don't know.

Nemesis
10-26-2017, 03:32 AM
This has been happening to me the last couple of days, even with different capture programs (I tried to one from Horacio, and I'm having the same problem) and file extensions, so I guess it's a problem with the site? I really don't know.

I can confirm that, the issues are back, since two days!
I think mfc has changed something, the site was offline for a few minutes before the issues were back!
The only program who workes fine atm, is the replay media catcher, but you have to be in the chatroom to record.
I think ffmpeg can't convert the videostream/audiostream properly, because replay record the original .flv with speex audio, it has no skips and the sound is fine as well.
Has someone other the same issues too?:confused:

supersonic80
10-26-2017, 06:12 AM
Looks like MFC has some issues with HLS streams. I don't think it was done intentionally, my guess will be that MFC is doing some upgrades/updates and the glitch will be fixed soon.
Currently all solutions based on ffmpeg are affected (like mfc-node and Horacio's fork), the only way to record properly is to record rtmp streams.

I can confirm that, the issues are back, since two days!
I think mfc has changed something, the site was offline for a few minutes before the issues were back!
The only program who workes fine atm, is the replay media catcher, but you have to be in the chatroom to record.
I think ffmpeg can't convert the videostream/audiostream properly, because replay record the original .flv with speex audio, it has no skips and the sound is fine as well.
Has someone other the same issues too?:confused:

supersonic80
10-27-2017, 03:01 PM
This can solve the problem with skips in video ;)
https://github.com/sstativa/mfc-node/issues/39#issuecomment-323369696

Syl0pt
10-27-2017, 06:17 PM
This can solve the problem with skips in video ;)
https://github.com/sstativa/mfc-node/issues/39#issuecomment-323369696

Can you elaborate on the solution please? That all looks like gibberish to someone who doesn't understand it. Can you make it understandable to those of us still struggling with this problem?

Like is there a simple Step 1.. do this..
Step 2... do that... ?

Syl0pt
10-27-2017, 07:04 PM
Looks like MFC has some issues with HLS streams. I don't think it was done intentionally, my guess will be that MFC is doing some upgrades/updates and the glitch will be fixed soon.
Currently all solutions based on ffmpeg are affected (like mfc-node and Horacio's fork), the only way to record properly is to record rtmp streams.

Would changing the rtmp line in the config.yml from false to true be of any help?

supersonic80
10-27-2017, 09:24 PM
Can you elaborate on the solution please? That all looks like gibberish to someone who doesn't understand it. Can you make it understandable to those of us still struggling with this problem?


sstativa has a version of mfc-node script that can record rtmp streams, if one day he achieves the goal in 333 coffees, he will make this "patched" version available to the public.

Would changing the rtmp line in the config.yml from false to true be of any help?

No, setting this to true will not help.

Karma4Life
10-27-2017, 10:48 PM
I've been using RTMPDumpHelper and Firefox. I used to use Chrome until they integrated Flash Player into the browser instead of as a plugin. But, MFC and Firefox both just recently updated and as of this afternoon no longer works. It worked last night, but when I restarted Firefox today, it stopped working. I don't know if there was an MFC update which did it, or if it was Firefox.

korbatjov
10-28-2017, 04:42 PM
This has been happening to me the last couple of days, even with different capture programs (I tried to one from Horacio, and I'm having the same problem) and file extensions, so I guess it's a problem with the site? I really don't know.

Okey "good" that its not only me i thought something was wrong just for me since i have these exact problems, hope that someone can come with a fix :)

Damianonymous
10-28-2017, 07:55 PM
I've been using RTMPDumpHelper and Firefox. I used to use Chrome until they integrated Flash Player into the browser instead of as a plugin. But, MFC and Firefox both just recently updated and as of this afternoon no longer works. It worked last night, but when I restarted Firefox today, it stopped working. I don't know if there was an MFC update which did it, or if it was Firefox.

http://stream-recorder.com/forum/rtmpdumphelper-t12719p13.html

Bruitist
10-29-2017, 02:50 AM
I feel that this was intentional. Its the second time this has happened. 7-8 years ago all you'd need was RMC and you could record EVERYTHING. The first time they fix it the made it so every one recording would get Rick Rolled.

Hermiod
10-31-2017, 01:11 AM
HLS Playback has stopped working in Firefox (works fine on chrome), anyone else having this issue?

horacio
10-31-2017, 04:00 AM
HLS Playback has stopped working in Firefox (works fine on chrome), anyone else having this issue?

I try Native HLS Playback plugin from:

https://addons.mozilla.org/en-US/firefox/addon/native_hls_playback/?src=ss

on:

Firefox 65.0.2 (32-bit)
Firefox Developer Edition 57.0b12 (32-bit)

and working OK.

Larala
10-31-2017, 07:41 AM
I try Native HLS Playback plugin from:

https://addons.mozilla.org/en-US/firefox/addon/native_hls_playback/?src=ss

on:

Firefox 65.0.2 (32-bit)
Firefox Developer Edition 57.0b12 (32-bit)

and working OK.
hi, do you have any idea how to fix the video skips?
estoy usando tu version del node.
thnx

guestbuy
11-03-2017, 08:19 AM
hi, do you have any idea how to fix the video skips?
estoy usando tu version del node.
thnx

Donate a small amount to the creator/maintainer. It takes about 5 seconds and it's through PayPal.

https://ko-fi.com/A320FTJ

Damianonymous
11-03-2017, 04:20 PM
I watched a few days ago how much coffee Sergey received for a few years working on the app and I did not see the chance to collect 333 coffees. I look now and it's already 70, this topic has been viewed 941,091 times, so maybe you can do it :)

Hermiod
11-07-2017, 10:54 PM
I try Native HLS Playback plugin from:

https://addons.mozilla.org/en-US/firefox/addon/native_hls_playback/?src=ss

on:

Firefox 65.0.2 (32-bit)
Firefox Developer Edition 57.0b12 (32-bit)

and working OK.

Thanks, that worked.

I've been seeing some skipping, is this some new bug or do I have too many models recording at the same time?

Syl0pt
11-08-2017, 10:16 AM
Thanks, that worked.

I've been seeing some skipping, is this some new bug or do I have too many models recording at the same time?

They're saying it's a new bug on MFC's end. I starting noticing skips after MFC went down for a bit on Oct. 24. Something to do with the HLS stream. Lots of people have been complaining. It's not just affecting one version of mfc-node but many. And from what i've seen it's off and on. One day a model will record with skips, the next day, no skips.

Check the page before this one (pg 127), same thing is brought up there with more info. But it's not just you.

Hermiod
11-08-2017, 02:07 PM
They're saying it's a new bug on MFC's end. I starting noticing skips after MFC went down for a bit on Oct. 24. Something to do with the HLS stream. Lots of people have been complaining. It's not just affecting one version of mfc-node but many. And from what i've seen it's off and on. One day a model will record with skips, the next day, no skips.

Check the page before this one (pg 127), same thing is brought up there with more info. But it's not just you.

Interesting... I tried looking at streams using the firefox addon, they were playing smoothly, so I wonder if its a ffmpeg configuration. I'll try a few ffmpeg grabs with different options to see if any fix it.

horacio
11-09-2017, 12:18 AM
Lot of people ask me about last files so i made a new rar file with up to date files:

http://www.mediafire.com/file/vaea4ob4i1zm8v0/MFC_CB_SU_Node_exe.rar

Sort the contents of rar on disk C in the same directories as in rar.
File start.bat put in C:/Windows and make shortcut for him and put in the taskbar.
Edit all three 'config.yml' with your passwords for CB & SU and with your preferences for MFC.
I think this is enough but if something is not clear try to find the answer here:

MFC
https://github.com/horacio9a/mfc-node/tree/v2

CB
https://github.com/horacio9a/capturebate-node

SU
https://github.com/horacio9a/showuptv-node

korbatjov
11-09-2017, 06:51 AM
Lot of people ask me about last files so i made a new rar file with up to date files:

http://www.mediafire.com/file/vaea4ob4i1zm8v0/MFC_CB_SU_Node_exe.rar

Sort the contents of rar on disk C in the same directories as in rar.
File start.bat put in C:/Windows and make shortcut for him and put in the taskbar.
Edit all three 'config.yml' with your passwords for CB & SU and with your preferences for MFC.
I think this is enough but if something is not clear try to find the answer here:

MFC
https://github.com/horacio9a/mfc-node/tree/v2

CB
https://github.com/horacio9a/capturebate-node

SU
https://github.com/horacio9a/showuptv-node

Thanks for this, but dose this fix the problem with audio desyncing and video freezing on MFC recordings?

pvn14
11-09-2017, 08:39 AM
Thanks for this, but dose this fix the problem with audio desyncing and video freezing on MFC recordings?No , it does not . Anyone know of alternative methods of recording without freezes?

Hermiod
11-09-2017, 08:56 PM
No , it does not . Anyone know of alternative methods of recording without freezes?

Did you test those or are you just assuming?

Horatio, any ideas about the sync issues?

supersonic80
11-09-2017, 10:09 PM
Horatio, any ideas about the sync issues?

I think you are asking a wrong person. Horacio did not develop mfc-node, he only distributes the version of the original script with some of his visual tweaks and set of bat files for convenience of Windows users.

One possible solution was mentioned a couple pages before.

korbatjov
11-10-2017, 08:56 AM
Did you test those or are you just assuming?

Horatio, any ideas about the sync issues?

I tried and it didn't work, the only solution is to help sstativa get "coffee" https://ko-fi.com/A320FTJ and i guess thats fair since he dose all the work for free, i would absolutely donate some to him but at the time i don't have a job and there for has no money, hope that he is still around when i get my self money again and can donate.

horacio
11-11-2017, 11:25 AM
I can confirm that, the issues are back, since two days!
I think mfc has changed something, the site was offline for a few minutes before the issues were back!
The only program who workes fine atm, is the replay media catcher, but you have to be in the chatroom to record.
I think ffmpeg can't convert the videostream/audiostream properly, because replay record the original .flv with speex audio, it has no skips and the sound is fine as well.
Has someone other the same issues too?:confused:

I didn't notice the problems you are talking about.
If the FLV file with speex audio can help then try replacing mfc.exe with this file:

http://www.mediafire.com/file/dwv52hgin83k460/nm-mfc2-20171111_speex.rar

To remind you should replace the file in this rar:

http://www.mediafire.com/file/vaea4ob4i1zm8v0/MFC_CB_SU_Node_exe.rar

korbatjov
11-11-2017, 11:40 AM
I didn't notice the problems you are talking about.
If the FLV file with speex audio can help then try replacing mfc.exe with this file:

http://www.mediafire.com/file/dwv52hgin83k460/nm-mfc2-20171111_speex.rar

To remind you should replace the file in this rar:

http://www.mediafire.com/file/vaea4ob4i1zm8v0/MFC_CB_SU_Node_exe.rar

So you don't get freezes and skips in your mfc recordings?

I will try the fix you posted and will come back with a edit if that helped!

EDIT: It's still skipping/freezing after a few minutes of recording, if you want i could upload a short capture so you can see what we all mean.

horacio
11-11-2017, 03:36 PM
So you don't get freezes and skips in your mfc recordings?

I will try the fix you posted and will come back with a edit if that helped!

EDIT: It's still skipping/freezing after a few minutes of recording, if you want i could upload a short capture so you can see what we all mean.

Tonight I've recorded a lot of MFC videos and they are all OK. Here's the upload one for example.

http://www.mediafire.com/file/2426hrsyw85r3ae/Romixx69_MFC_11112017-202954.flv

I would like to look at some of your recorded videos with freeze.

supersonic80
11-11-2017, 04:38 PM
Tonight I've recorded a lot of MFC videos and they are all OK. Here's the upload one for example.

http://www.mediafire.com/file/2426hrsyw85r3ae/Romixx69_MFC_11112017-202954.flv

I would like to look at some of your recorded videos with freeze.

You should check HD streams. Low quality streams are less affected by this problem.

Larala
11-11-2017, 04:47 PM
Tonight I've recorded a lot of MFC videos and they are all OK. Here's the upload one for example.

http://www.mediafire.com/file/2426hrsyw85r3ae/Romixx69_MFC_11112017-202954.flv

I would like to look at some of your recorded videos with freeze.

http://www.mediafire.com/file/xsyt5rbbck9zqqd/EmilyBloom_MFC_11112017-203744.flv
and gets worse with longer videos.



And the same video using Replay media catcher.

http://www.mediafire.com/file/g30bonjp2s27wgd/player-html.flv

korbatjov
11-11-2017, 07:00 PM
Tonight I've recorded a lot of MFC videos and they are all OK. Here's the upload one for example.

http://www.mediafire.com/file/2426hrsyw85r3ae/Romixx69_MFC_11112017-202954.flv

I would like to look at some of your recorded videos with freeze.

huh i watched yours and yeah that seemed fine, you can see that my recording starts skipping alot at about 15 minutes in

https://www.mediafire.com/file/ae7ilk1qcwqy5f0/KatieDahrk_MFC_11112017-195811.flv

Maybe its different for HD streams and non HD

horacio
11-12-2017, 12:20 AM
huh i watched yours and yeah that seemed fine, you can see that my recording starts skipping alot at about 15 minutes in

https://www.mediafire.com/file/ae7ilk1qcwqy5f0/KatieDahrk_MFC_11112017-195811.flv

Maybe its different for HD streams and non HD

Your file is the first 15 minutes OK and only after starts to freeze.
Try when a starting freeze to stop recording and start a new file.
During recording, of course, you can control with VLC player the quality of the recording but in the same time it would be good to monitor the model in the your browser with Play HLS M3u8 plugin.
I have noticed a similar problem with some chaturbate m3u8 files and there thats is only a ffmpeg problem.
I hope that ffmpeg can fixed that bug in the future. I have tried m3u8 videos to record using youtube-dl and it works fine for everything except live streams. I think people who work on youtube-dl do not want to enable it. Maybe it's a similar situation with ffmpeg :(
For chaturbate is not problem rtmpdump recording. For rtmp MFC recordings you can try tubedigger or RTMPDumpHelper who can record with 'rtmpsuck.exe' :)

... In meantime I am found that RTMPDumpHelper also have problem for recording MFC rtmp stream.
Tubedigger and Jaksta Media Recorder can record MFC rtmp stream but you must have stream in the browser all the time, if you close page in the same time is close recording. Of course you can have multiple MFC tabs with different models if you want record more than one model in the same time.
I tested Play HLS M3u8 plugin and found that he had no problem with freeze :)
I even think that Play HLS M3u8 plugin can help ffmpeg for better recordings but I'm not sure about it yet, so it would be good if someone else was testing it. I noticed when I close Play HLS M3u8 stream in this moment started problems for ffmpeg recording.

Syl0pt
11-12-2017, 09:53 AM
Your file is the first 15 minutes OK and only after starts to freeze.
Try when a starting freeze to stop recording and start a new file.
During recording, of course, you can control with VLC player the quality of the recording but in the same time it would be good to monitor the model in the your browser with Play HLS M3u8 plugin.
I have noticed a similar problem with some chaturbate m3u8 files and there thats is only a ffmpeg problem.
I hope that ffmpeg can fixed that bug in the future. I have tried m3u8 videos to record using youtube-dl and it works fine for everything except live streams. I think people who work on youtube-dl do not want to enable it. Maybe it's a similar situation with ffmpeg :(
For chaturbate is not problem rtmpdump recording. For rtmp MFC recordings you can try tubedigger or RTMPDumpHelper who can record with 'rtmpsuck.exe' :)

... In meantime I am found that RTMPDumpHelper also have problem for recording MFC rtmp stream.
Tubedigger and Jaksta Media Recorder can record MFC rtmp stream but you must have stream in the browser all the time, if you close page in the same time is close recording. Of course you can have multiple MFC tabs with different models if you want record more than one model in the same time.
I tested Play HLS M3u8 plugin and found that he had no problem with freeze :)
I even think that Play HLS M3u8 plugin can help ffmpeg for better recordings but I'm not sure about it yet, so it would be good if someone else was testing it. I noticed when I close Play HLS M3u8 stream in this moment started problems for ffmpeg recording.

I had heard (from this very thread) that the problem is on MFC's end, not FFmpeg. That MFC changed their HLS settings or something. It's mentioned here:
http://stream-recorder.com/forum/showpost.php?p=94891&postcount=1263

The problems started on the Oct 24th when MFC went down for a few minutes. Ever since then, there have been skips in most recordings. Some days a model will be fine, next day, she skips. Seems to be on a case-by-case basis.

fishsticks
11-13-2017, 01:51 AM
A friend of mine rewrote mfc-node to use https://github.com/streamlink/streamlink instead of ffmpeg to save the streams and so far it has been working without any freezes. I've only been testing it for the last 24 hours so I'm not 100% sure yet but I'll post the changes he sent me down below for anyone who wants to try it.

It includes the whole main.js and just the changes under "changes.js" if you want to make the modifications yourself. (https://gist.github.com/VackerSimon/291ab303f7e2efe9f4f5869a88622c0e)

poose22
11-13-2017, 10:57 AM
I am getting some errors now when using mfc.exe. This started at some point this morning after months of no issues. The error is below.

[12:52:13] Server listening on: 0.0.0.0:9080
(node:3396) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): SyntaxError: Unexpected token <
(node:3396) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

EDIT: Well, I was informed the site is down. I remote into my computer and didn't check that when I should have :P

Larala
11-13-2017, 11:16 AM
The site is down.

poose22
11-13-2017, 11:19 AM
The site is down.

Thank you for that! My bad.

supersonic80
11-13-2017, 05:06 PM
The site is down.

May be they were trying to fix freezing issue :)

horacio
11-13-2017, 06:02 PM
A friend of mine rewrote mfc-node to use https://github.com/streamlink/streamlink instead of ffmpeg to save the streams and so far it has been working without any freezes. I've only been testing it for the last 24 hours so I'm not 100% sure yet but I'll post the changes he sent me down below for anyone who wants to try it.

It includes the whole main.js and just the changes under "changes.js" if you want to make the modifications yourself. (https://gist.github.com/VackerSimon/291ab303f7e2efe9f4f5869a88622c0e)

Thanks @fishsticks for information. Your friend @VackerSimon follows my version of mfc-node and has already given one of the improvements for index.html.
I have been writing for a long time that the problem is in the ffmpeg and that rtmp is not the only solution for solve mfc freeze as claimed by @sstativa and @ supersonic80 for example.
I made a livestreamer version of mfc-node-exe which can record in 'mp4' and 'ts' format without freeze :) To be confused both formats are essentially the same as someone who calls 'ts' and somebody 'mp4' so let everyone use what likes.
So it's all the same as so far, only changing the contents of the 'C:/nm-mfc' directory and change 'flv' to 'mp4' or 'ts' into 'config.yml'.

Download link is: http://www.mediafire.com/file/fy21cmlawxt5huv/nm-mfc2-20171114_livestreamer.rar

New look of the window:

https://s20.postimg.org/4klikk25p/nm-mfc2-20171114_livestreamer.jpg

Syl0pt
11-13-2017, 07:22 PM
Thanks @fishsticks for information. Your friend @VackerSimon follows my version of mfc-node and has already given one of the improvements for index.html.
I have been writing for a long time that the problem is in the ffmpeg and that rtmp is not the only solution for solve mfc freeze as claimed by @sstativa and @ supersonic80 for example.
I made a livestreamer version of mfc-node-exe which can record in 'mp4' and 'ts' format without freeze :) To be confused both formats are essentially the same as someone who calls 'ts' and somebody 'mp4' so let everyone use what likes.
So it's all the same as so far, only changing the contents of the 'C:/nm-mfc' directory and change 'flv' to 'mp4' or 'ts' into 'config.yml'.

Download link is: http://www.mediafire.com/file/fy21cmlawxt5huv/nm-mfc2-20171114_livestreamer.rar

New look of the window:

https://s20.postimg.org/4klikk25p/nm-mfc2-20171114_livestreamer.jpg

Awesome work, thank you. Will there be a version for regular .js node also, (non-exe) for those of us on linux?

Larala
11-13-2017, 10:14 PM
Thanks @fishsticks for information. Your friend @VackerSimon follows my version of mfc-node and has already given one of the improvements for index.html.
I have been writing for a long time that the problem is in the ffmpeg and that rtmp is not the only solution for solve mfc freeze as claimed by @sstativa and @ supersonic80 for example.
I made a livestreamer version of mfc-node-exe which can record in 'mp4' and 'ts' format without freeze :) To be confused both formats are essentially the same as someone who calls 'ts' and somebody 'mp4' so let everyone use what likes.
So it's all the same as so far, only changing the contents of the 'C:/nm-mfc' directory and change 'flv' to 'mp4' or 'ts' into 'config.yml'.

Download link is: http://www.mediafire.com/file/fy21cmlawxt5huv/nm-mfc2-20171114_livestreamer.rar

New look of the window:

https://s20.postimg.org/4klikk25p/nm-mfc2-20171114_livestreamer.jpg

fantastic job, I recorded more than 2 hours and everything perfect
thanx

dm9452
11-14-2017, 12:05 AM
Thank you, @fishsticks and @horacio!

horacio
11-14-2017, 02:28 AM
Awesome work, thank you. Will there be a version for regular .js node also, (non-exe) for those of us on linux?

New main.js and config.yml are uploaded on https://github.com/horacio9a/mfc-node/tree/v2
Of course you must have a livestreamer (1.12.2) installed who must be in the path.
mfc.exe users can delete the 'node_modules' directory because no need that.
mfc-node can use 'node_modules' directory for a comparison with its files and can replace 'C:/-nm-mfc2/node_modules/MFCAuto/lib/Client.js' with my file ;)

tecguy
11-14-2017, 01:09 PM
New main.js and config.yml are uploaded on https://github.com/horacio9a/mfc-node/tree/v2
Of course you must have a livestreamer (1.12.2) installed who must be in the path.
mfc.exe users can delete the 'node_modules' directory because no need that.
mfc-node can use 'node_modules' directory for a comparison with its files and can replace 'C:/-nm-mfc2/node_modules/MFCAuto/lib/Client.js' with my file ;)


How should I proceed to put "livestreamer in the path"? I do not understand. Could you give me further instructions?

OntintheGod
11-14-2017, 02:35 PM
excellent job horacio

could you make mfc.exe to not show all this activity or hidden somewhere ? not a wife notice something is running on computer :)

Syl0pt
11-14-2017, 02:45 PM
How should I proceed to put "livestreamer in the path"? I do not understand. Could you give me further instructions?

I was also wondering this and would like to expand on this question.

In Linux i found livestreamer in the Synaptic Package Manager, but i'm not sure which one is best to install for this. The top one or a Python version?

tecguy
11-14-2017, 03:09 PM
How should I proceed to put "livestreamer in the path"? I do not understand. Could you give me further instructions?


Another issue, I can't "disable" the debug, it remains displaying the data even though I have placed the false option in config.yml. What can it be?

horacio
11-14-2017, 05:17 PM
How should I proceed to put "livestreamer in the path"? I do not understand. Could you give me further instructions?
Users of mfc.exe versions do not need to worry about the path because it's a complete livestreamer already in the C:/nm-mfc directory. Others can make a test like this:

https://s20.postimg.org/sqtgb9231/2522.jpg

If you get a livestreamer version then it's all OK with the path.
If that is not the case try installing livestreamer using python with command:

pip install livestreamer==1.12.2

Others can add 'C:/Program Files/Livestreamer/' in the path if there exist 'C:/Program Files/Livestreamer/livestreamer.exe'

tecguy
11-14-2017, 07:30 PM
Users of mfc.exe versions do not need to worry about the path because it's a complete livestreamer already in the C:/nm-mfc directory. Others can make a test like this:

https://s20.postimg.org/sqtgb9231/2522.jpg

If you get a livestreamer version then it's all OK with the path.
If that is not the case try installing livestreamer using python with command:

pip install livestreamer==1.12.2

Others can add 'C:/Program Files/Livestreamer/' in the path if there exist 'C:/Program Files/Livestreamer/livestreamer.exe'


Thank you horacio! I have already solved my two issues. :)

rastafari90
11-15-2017, 02:59 AM
@Horacio Could you also implement the CompleteDirectory feature like Sstativa's mfc-node uses. It would be great if after the recordings were done, they'd be moved to another directory and be ready for a batch convert because even if you store them in a .mp4 format and if you want to cut the video, the cut video will have a lot of stutter and artefacts in it.

Here's a 30sec sample of how the video looks like in .ts or .mp4 format after being cut without converting the video: https://www.mediafire.com/file/jkrja90k87ovnmt/EliseLaurenne_MFC_20171115-094351_cut.ts

Here's how it looks like after being converted using -c copy in ffmpeg:
https://www.mediafire.com/file/b8e3415a2e7gtqc/EliseLaurenne_MFC_20171115-094351_cut.mp4

Like shown in the sample, I think it would be great, you have captures in folder a, when they complete they get moved to folder b, and you just use a convert script and the videos will be cut-ready. I don't know a lot about javascript but I imagine the solution would be fairly simple since you'd only have to modify the async part of the code so it doesn't unlink to the capture directory but so that it unlinks and mv path.joins the capture and complete directory.

Edit: I forgot, if you don't convert the .ts or .mp4 it's also very slow when it comes to seeking in the video, if you convert it it's seeking is fast

Sorry for the cluster of text :)

horacio
11-15-2017, 06:38 AM
I will try to answer questions shortly.
We all see how much advantage the ffmpeg had while it worked properly.
I will only mention some of advantages.
There were not many lines that irritate during download.
Otherwise, these lines can not be removed with the debug option!
I do not know why but the 'debug false' option is not working always but I say once more that it is better when it is 'on' because it does not run the trash and already helps to see what's going on.
Ffmpeg could record in flv quality and there was no need to convert before editing as it is now.
I have already written about that in this thread.
I never liked having a special 'capture directory' because it makes harder to watch the file while it is being recorded, and it's no problem later moved files to another place and edit them.
None of you have noticed yet, but now is impossible to stop recording unless you close the script.
It would be best if the ffmpeg team succeeded in solving the current problems, but as long as this does not happen, we need to be satisfied with the current situation.
Here I am in the meantime managed to make that script can work with livestreamer and streamlink.
It just needs to edit config.yml with 'ls' or 'sl'.
With streamlink there is somewhat less text on the screen :)
Otherwise, if you have correctly installed livestreamer and streamlink is not necessary to have livestreamer and streamlink in the same directory with mfc.exe!

New files are there: http://www.mediafire.com/file/2848rbfw4km51b6/nm-mfc2-20171115_ls%2Bsl.rar

I see that there are plenty of people who do not know some basic things about using this recorder so it's best to look at the fresh pictures I've put in, and there is something new text ;)

Link is: https://github.com/horacio9a/mfc-node/tree/v2

rockingharder
11-15-2017, 12:06 PM
Horacio thank you for the work! I just downloaded the newest mediafire link.

But I do not understand. I open start.bat and choose mfc, but it says it cannot find mfc.exe even though it is in the nm-mfc folder.

horacio
11-15-2017, 12:42 PM
Horacio thank you for the work! I just downloaded the newest mediafire link.

But I do not understand. I open start.bat and choose mfc, but it says it cannot find mfc.exe even though it is in the nm-mfc folder.

Check again where is your files. mfc.exe must be in C:/nm-mfc/mfc.exe ... not in C:/Install/nm-mfc2-20171114_livestreamer/nm-mfc/mfc.exe for example.

Syl0pt
11-15-2017, 01:29 PM
New main.js and config.yml are uploaded on https://github.com/horacio9a/mfc-node/tree/v2
Of course you must have a livestreamer (1.12.2) installed who must be in the path.
mfc.exe users can delete the 'node_modules' directory because no need that.
mfc-node can use 'node_modules' directory for a comparison with its files and can replace 'C:/-nm-mfc2/node_modules/MFCAuto/lib/Client.js' with my file ;)

Where can i find your replacement Client.js file? I don't see it in the github link you provided.

Syl0pt
11-15-2017, 01:38 PM
Horacio thank you for the work! I just downloaded the newest mediafire link.

But I do not understand. I open start.bat and choose mfc, but it says it cannot find mfc.exe even though it is in the nm-mfc folder.

I was able to fix this problem by right clicking on start.bat, selecting edit and where it says:

ECHO ###########################
cd C:\ (I put the path to where mfc.exe is located on this line)
cd nm-mfc
start mfc.exe
GOTOSTART

Syl0pt
11-15-2017, 02:55 PM
Where can i find your replacement Client.js file? I don't see it in the github link you provided.

Ok, nevermind. I tried it without replacing Client.js and it worked just fine.

One thing tho. I notice that whether I record in ts or mp4, the video always comes out sped up. Not the audio, just the video. I have to convert it with ffmpeg in order to get it in sync. This only happens on my Linux machine, not my windows pc. I'm using the Livestreamer version on both.

Any idea what this could be? It's not really a big deal, but if i can get it fixed, it'd like that.

And once again, thanks for all the great work.

horacio
11-16-2017, 04:10 AM
Ok, nevermind. I tried it without replacing Client.js and it worked just fine.

One thing tho. I notice that whether I record in ts or mp4, the video always comes out sped up. Not the audio, just the video. I have to convert it with ffmpeg in order to get it in sync. This only happens on my Linux machine, not my windows pc. I'm using the Livestreamer version on both.

Any idea what this could be? It's not really a big deal, but if i can get it fixed, it'd like that.

And once again, thanks for all the great work.

I'm glad you solved the problem.
It is difficult for me to give advice to other operating systems when I use Windows only but because there is a google search;)
Otherwise, it would be nice to try again older versions of mfc.exe but with a newer version of ffmpeg.
I am download 'ffmpeg-3.3.4-win32-static' on this link:

https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.3.4-win32-static.zip

Otherwise, this version is smaller in size than the v.3.3.3 (30,9 vs 34,5 MB), which is unusual and significant ;)
I have not noticed the freeze on mfc so far :)

Otherwise Client.js is located in nm-mfc2-20171114_livestreamer.rar

... /nm-mfc2-20171114_livestreamer/nm-mfc/node_modules/MFCAuto/lib/Client.js

... the changes allow only a nice view on the screen ;)

P.S.
I tested ffmpeg v.3.3.4 and unfortunately saw that some models still have freeze.
Freeze looks more in the evening than in the day. Some models have trinkets in the audience like NattySoho.
I checked with rtmp that model and bad audio like freeze also existed.

supersonic80
11-16-2017, 06:43 AM
Can anyone make a test?

Can you open m.myfreecams.com (this is HLS stream) and select some model, then in a new tab open myfreecams.com (this is RTMP stream) and select the same model?

Do you have the same quality?

On my machine HLS stream has lower FPS then RTMP stream. What's about yours?

OntintheGod
11-16-2017, 02:11 PM
Can anyone make a test?

Can you open m.myfreecams.com (this is HLS stream) and select some model, then in a new tab open myfreecams.com (this is RTMP stream) and select the same model?

Do you have the same quality?

On my machine HLS stream has lower FPS then RTMP stream. What's about yours?

it looks the same, i am using windows 10 on a DELL laptop

supersonic80
11-16-2017, 03:06 PM
it looks the same, i am using windows 10 on a DELL laptop

What's your browser? Was it HD stream?

I was using Chrome and the stream was 640x480.

horacio
11-17-2017, 03:17 AM
This is a test version of MFC Recorder with which you can compare the quality of the recorded mfc stream and use the best solution for you.
In this version, the problem with 'debug false' is fixed although my recommendation is that you do not do this.
Option 'fileFormat' is now removed from config.yml so pay attention when editing.

livestreamer.exe 'ls' recorded file is in 'mp4' format.
streamlink.exe 'sl' recorded file is in 'mp4' format.
ffmpeg.exe = ffmpeg-3.3.4-win32 'ff-aac' recorded file is in 'flv' format.
ffmpeg.exe = ffmpeg-3.3.4-win32 'ff-nm' (NellyMoser) recorded file is in 'flv' format.
ffspeex.exe = ffmpeg-3.3.3-win32 'ff-speex' recorded file is in 'flv' format.
ffaacenc.exe = ffmpeg-2.8.4-win32 'ff-aacenc' recorded file is in 'flv' format.
youtube-dl.exe = v.2017.10.20 'yt' actually uses ffmpeg and the recorded file is in 'ts' format.

Everything else is the same as before so there is no need to repeat it again.

Download location is: http://www.mediafire.com/file/ncqswakr1aro3kb/nm-mfc2-20171117_4in1.rar

OntintheGod
11-17-2017, 12:42 PM
What's your browser? Was it HD stream?

I was using Chrome and the stream was 640x480.

chrome too, how can i find resolution ?

dm9452
11-17-2017, 08:14 PM
(Not recording related)

Is it just me or is it now unable to 'hide' MFC models?

supersonic80
11-17-2017, 09:44 PM
chrome too, how can i find resolution ?

Don't worry about this, I've already figure the problem out.
The problem with my Chrome browser.

Hermiod
11-17-2017, 10:27 PM
So how are the livestreamer/streamlink versions working?

horacio
11-18-2017, 02:04 AM
So how are the livestreamer/streamlink versions working?

livestreamer/streamlink versions do a excellent job because there is no freeze.
There is no significant difference between livestreamer and streamlink so choose the one that suits you best.
I had a problem because I could not stop capturing the model unless I stopped scripting.
I found that this was because I used livestreamer and streamlink versions installed directly in Python27 (with pip install commands).
Therefore it is best to uninstall livestreamer from Python and use the installation in C:/nm-mfc/ or better install it in:

C:\Program Files\Livestreamer\livestreamer.exe

and add 'C:\Program Files\Livestreamer\' in the path because so livestreamer can use other programs as well.

Here you can found all versions:

https://github.com/chrippa/livestreamer/releases

I have chosen:

https://github.com/chrippa/livestreamer/releases/download/v1.12.2/livestreamer-v1.12.2-win32.zip

and its contents put in: 'C:\Program Files\Livestreamer\'

amnoon661
11-18-2017, 02:05 AM
Hello horacio,

I've been using your chaturbate recorder for a bit and now looking into the MFC recorder (my favorite chaturbate model has moved over to MFC) and I must say, thank you! This is a wonderful job that you have been doing for the community, you are awesome.

Now comes my question: the model has region banned my country and the script seems to not want to record her if thats the case, I know that there is a work around for this, I just am too inexperienced in python (or any programming language for that matter) to find out how to fix it.
Any insight? Thats the only model I really cared about, so It'd be a shame if I could no longer watch her.

Thanks!

Wacker66
11-18-2017, 10:48 AM
I keep seeing you guys talk about freezing. I have been using this version from supersonic80 from early July that he updated to use ts as the file format. It works perfect and always has. It's not available anymore at the links he posted though.


Precompiled version for Windows users (x64) with timeout workaround.

https://mega.nz/#!0nYBALga!em6D1pbvFhEZ1-ohn_PQNf_CJzLLElDQ0WLB58gxwnw

Running
===========

Run mfc-node-win.exe
Wait till first "Done, will search for new models in 30 second(s)." message.
Open http://localhost:9080 in your browser

tranglinhdn1
11-19-2017, 05:12 AM
How can I record free sex web-cam chat My Free Cams http://www.myfreecams.com/#Deluxeslut
B??n ch?? x?? nhá?*t, bá??c kinh lai nhá?*t tá??i Th?*nh phố Ä??* Ná?µng (http://petdn.com/kpetmart-chao-ban-dan-puppy-nhat-long-xu-thang-11-bid169.html)
Nhá?±m Ä‘??p ứng nhu cá?§u t?¬m mua 1 b?© c??n c?°ng Ä‘??ng iu m?* gi?? cá?? lá??i cá»±c ká»? sinh vi??n,KPETMART tr??n trá»?ng giá»›i thiệu Ä‘á??n qu?? kh??ch h?*ng Ä‘?*n Puppy nhá?*t l?´ng x?? v?* bá??c kinh lai nhá?*t (https://www.facebook.com/KPetMart.net/posts/1874424496203042) Ä‘ang cá?§n t?¬m nh?* má»›i.C??c b?© Ä‘á»?u size cá»±c mini, l?´ng x?? nh?¬n c?°ng iu lá??m lu?´n á??, Ä‘á»?t n?*y pet store c?©ng vá»? đủ m?*u l?´ng cho cá?? nh?* thoá??i m??i lá»±a chá»?n...
C??c b?© Ä‘á»?u Ä‚n khoá?» nghịch khoá?», ị tốt, Ä‘?? Ä‘?°á»?c xổ giun Ä‘á?§y đủ, sức khá»?e tốt sá?µn s?*ng vi vu vá»? nh?* má»›i....
H?¬nh á??nh c??c b?© tá??i pet store th?? c?°ng KPETMART (https://www.facebook.com/KPetMart.net/)
http://petdn.com/files/assets/22052718_1161884257276735_2055733279_n.jpg
http://petdn.com/files/assets/new2017/22053265_1161884323943395_434991639_n.jpghttp://petdn.com/files/assets/new2017/22093424_1161885187276642_1656300855_n.jpghttp://petdn.com/files/assets/new2017/23619240_521924064852060_256626848_n.jpg
xem th??m h?¬nh c??c em tá??i link facebook cá»§a shop nh?© c??c t?¬nh iuhttps://www.facebook.com/KPetMart.net/posts/1874424496203042 (https://www.facebook.com/KPetMart.net/posts/1874424496203042)hoá?·c tá??i website: http://petdn.com/kpetmart-chao-ban-dan-puppy-nhat-long-xu-thang-11-bid169.html (http://petdn.com/kpetmart-chao-ban-dan-puppy-nhat-long-xu-thang-11-bid169.html)



Nhanh ch??n gh?© shop Ä‘??n cá»?c b?´ng di động xinh xá??n, Ä‘??ng iu n?*o:
???«KPETMART- 19 nguyá»…n ph?°á»›c th??i, Q.Thanh Kh??, TP. Ä??* Ná?µng (https://www.facebook.com/KPetMart.net/)â?Ž?¸? Phone : 0989.288.470 (zalo, viber)website: http://petdn.com/ (http://petdn.com/)facebook: https://www.facebook.com/KPetMart.net (https://www.facebook.com/KPetMart.net)


Tá??i sao n??n chá»?n lá»±a KPETMART????

+ C??c p?© C??n lu?´n lu?´n c?? sá?µn tá??i KPETMART (http://www.petdn.com/) c??c bá??n nh?© ! (Kh?´ng cá?§n phá??i Ä‘á?·t, oder g?¬ cho phiá»?n phức, má??t thá»?i gian- Tá??i sao kh?´ng nhá??c m??y l??n v?* alo cho ch??ng t?´i biá??t bá??n cá?§n g?¬???)

+ Nhá?*n chuyá»?n Ä‘á??n má»?i miá»?n tổ quốc bá?±ng t?*u, m??y bay (theo y??u cá?§u ng?°á»?i mua)..hoá?·c nhá»?ng v??ng l??n cá?*n nh?° huá??, quá??ng nam, quá??ng trị, quá??ng ng??i .. shop sá?? ship bá?±ng xe nh?©â€¦ Ä‘á?·c biệt, free ship tá??i TP. Ä??* Ná?µng.

+ Gi?? Cá?? ph?? há»?p. pet shop vá»›i má»™t mối li??n kiá??t ho?*n to?*n kh?©p k?*n, Ä‘á??m bá??o sức khá»?e, chá??t l?°á»?ng từng b?© c??n , b?© miu khi vá»? nh?* má»›i. Tuy vá»›i gi?? cá?? cá??nh tranh nh?°ng KPETMART (http://www.petdn.com/) vá?«n cam ká??t Ä‘em Ä‘á??n cho kh??ch h?*ng c??c c??c p?©c??n khá»?e má??nh, hoá??t b??t, nhanh nhá??n, dá»… th?°??ng, xinh Ä‘á??p.

+ B??n cá??nh Ä‘?? petshop c??n cá??nh KPETMART sá?? c?? s??ch cá?©m nang h?°á»›ng dá?«n c??c bá??n c??ch chÄ?m s??c c??n khi lá?§n Ä‘á?§u tiá??p x??c vá»›i c??n, song song vá»›i h?°á»›ng dá?«n c??ch ph??ng c??c bệnh m?* c??n hay má??c phá??i , trá?? lá»?i nhá»?ng thá??c má??c, t?° vá??n hay trao đổi vá»? c??n.

+ Th?°á»?ng xuy??n c?? nhá»?ng ch?°??ng tr?¬nh khuyá??n m??i, ?°u Ä‘??i, ch?°??ng tr?¬nh há»— trá»? kh??ch h?*ng.


vá»›i ph?°??ng ch??m UY T??N - CHá?¤T L??á»?NG - GI?? Cá?? PH?™ Há»?P KPETMART- thá?? giá»›i th?? c?°ng (http://www.petdn.com/) hi vá»?ng sá?? Ä‘?°a Ä‘á??n kh??ch h?*ng tr??n to?*n quốc dịch vá»? tốt nhá??t, uy t?*n nhá??t


H??y li??n hệ KPETMART Ä‘á»? nhanh ch??ng sá»? há»?u nhá»?ng b?© c??n thá?*t Ä‘??ng iu á??

CristianoA
11-19-2017, 09:02 AM
I keep seeing you guys talk about freezing. I have been using this version from supersonic80 from early July that he updated to use ts as the file format. It works perfect and always has. It's not available anymore at the links he posted though.

link is dead :(

Hermiod
11-19-2017, 02:56 PM
livestreamer/streamlink versions do a excellent job because there is no freeze.

Thanks that seems to be working.

I try Native HLS Playback plugin from:

https://addons.mozilla.org/en-US/firefox/addon/native_hls_playback/?src=ss

That isnt working, any alternatives?

horacio
11-20-2017, 03:49 AM
That isnt working, any alternatives?

I tested and found that 'Play HLS M3u8' working OK on Chrome and Native HLS Playback working OK on Firefox.

horacio
11-20-2017, 04:39 AM
If we already have to look at the lines of livestreamer and streamlink I made it to look better and to be useful because we will now know how is big files we are currently recording. This can be of help with other downloadings that we do with livestreamer and streamlink.
In your instalation you must found:

... /livestreamer_cli/utils/
or
... /streamlink_cli/utils/

... and owerwrite existing files with this one.

https://s20.postimg.org/5ohaz6cul/nm-mfc2-20171120_ls_sl.jpg

Some people have warned me that because of less resolution they do not see the button to turn on and turn off the recording,
so I moved it to the middle of the spinner. The spinner is also twice smaller than before.

https://s20.postimg.org/4eu1xhckt/nm-mfc2-20171120_2.0.8.jpg

In this version (2.0.8) is possible to edit 'config.yml' (downloadProgram option) between:

- 'ls' for 'livestreamer' in 'mp4' format
- 'sl' for 'streamlink' in 'mp4' format
- 'ff-ts' for 'ffmpeg' in 'ts' format
- 'ff-flv' for 'ffmpeg' in 'flv' format

For this must have the latest versions of the specified programs that must be edited in the windows path.

Download link: http://www.mediafire.com/file/4y9y0c00pauvvyd/nm-mfc2-20171120_2.0.8.rar

korexaj
11-20-2017, 03:58 PM
Hi horacio, I would like to thank you for your hard work you have put into these scripts, really appreciate it.

As of today I'm currently using the streamlink version of mfc-node to record models and I must say that it works very well. Not 100% perfect but i would say 99% based on few recordings, which is more than we can ask for, so thank you.

I do have a question about another script of yours (capturebate-node). I tried to run it macOS 10.13.1 and it doesnt do anything and also give this error: ReferenceError: msg is not defined

I would love to use your other scripts but they simply fail to work on linux/mac but I am grateful as atleast its helping others

horacio
11-21-2017, 12:15 AM
Hi horacio, I would like to thank you for your hard work you have put into these scripts, really appreciate it.

As of today I'm currently using the streamlink version of mfc-node to record models and I must say that it works very well. Not 100% perfect but i would say 99% based on few recordings, which is more than we can ask for, so thank you.

I do have a question about another script of yours (capturebate-node). I tried to run it macOS 10.13.1 and it doesnt do anything and also give this error: ReferenceError: msg is not defined

I would love to use your other scripts but they simply fail to work on linux/mac but I am grateful as atleast its helping others

I'm glad you're satisfied with the streamlink version.
As for Chaturbate, it looks like something is wrong in 'config.yml' and check all the data again or try some others data for test.

korexaj
11-21-2017, 06:07 AM
I'm glad you're satisfied with the streamlink version.
As for Chaturbate, it looks like something is wrong in 'config.yml' and check all the data again or try some others data for test.

I edited the config file to see where the error was coming from so I did the following

1. set debug -> false & rtmpDebug -> true
This says "model is online >>> start recording) and gives the error mentioned above

2. set debug -> true & rtmpDump -> false
This doesn't give the error above but it seems like it starts and stops the recording straight away

3. setting both debug modes to true only gives details about 2


EDIT: I found the cause. The problem was cause due wrong version of rtmpDump.

So for a year i've been trying to build rtmpdump(ksv) from source to work on macOS but no matter what I did, it would create the executables (rtmpdump, rtmpsrv etc) but they didnt do much in terms of working with any scripts. Due to this reason I had to install rtmpdump using homebrew, which worked to some extent but not with your script or other forks.

I managed to fix the issue by simply modifying a file in the source and then compiling it for macOS 10.13.1. So thankfully its all working now including other forks. Now time to find a way to run it 24/4 for multiple models

horacio
11-21-2017, 09:15 AM
I edited the config file to see where the error was coming from so I did the following

1. set debug -> false & rtmpDebug -> true
This says "model is online >>> start recording) and gives the error mentioned above

2. set debug -> true & rtmpDump -> false
This doesn't give the error above but it seems like it starts and stops the recording straight away

3. setting both debug modes to true only gives details about 2


EDIT: I found the cause. The problem was cause due wrong version of rtmpDump.

So for a year i've been trying to build rtmpdump(ksv) from source to work on macOS but no matter what I did, it would create the executables (rtmpdump, rtmpsrv etc) but they didnt do much in terms of working with any scripts. Due to this reason I had to install rtmpdump using homebrew, which worked to some extent but not with your script or other forks.

I managed to fix the issue by simply modifying a file in the source and then compiling it for macOS 10.13.1. So thankfully its all working now including other forks. Now time to find a way to run it 24/4 for multiple models

It's all good that eventually ends well ;)
My experience with rtmpDebug is that this option has never worked for me and I think it would be best to remove it out.

TonyStark
11-21-2017, 01:27 PM
First thing,I am a total noob at this and would like the communities help.
I am trying to follow Horacio's set up steps to get mfc-node to work.


1.Install Node.js (v8.1.3 or higher).
2.Install Git.
3.Download and unpack the code.
4.Open console and go into the directory where you unpacked the files.
5.Install requirements by running npm install in the same directory as main.js is.
6.Edit config.yml file and set desirable values for captureDirectory, dateFormat and modelScanInterval
7.Install Livestreamer last version 1.12.2 or Streamlink last version 0.9.0

I installed and unpacked node.js and mfc-node2 in the same folder,and installed Git and Streamlink on my computer.

Does step 4 mean open cmd prompt and go to the folder where node.js and mfc-node2 are?

Step 5 is where I am totally lost. How do I run npm install in main.js directory?

If anyone can explain how to help me in noobie english(step by step) I would really appreciate it.

horacio
11-21-2017, 01:52 PM
First thing,I am a total noob at this and would like the communities help.
I am trying to follow Horacio's set up steps to get mfc-node to work.


1.Install Node.js (v8.1.3 or higher).
2.Install Git.
3.Download and unpack the code.
4.Open console and go into the directory where you unpacked the files.
5.Install requirements by running npm install in the same directory as main.js is.
6.Edit config.yml file and set desirable values for captureDirectory, dateFormat and modelScanInterval
7.Install Livestreamer last version 1.12.2 or Streamlink last version 0.9.0

I installed and unpacked node.js and mfc-node2 in the same folder,and installed Git and Streamlink on my computer.

Does step 4 mean open cmd prompt and go to the folder where node.js and mfc-node2 are?

Step 5 is where I am totally lost. How do I run npm install in main.js directory?

If anyone can explain how to help me in noobie english(step by step) I would really appreciate it.

https://s20.postimg.org/z3cgnt4kd/2513.jpg

korexaj
11-21-2017, 03:33 PM
anyone know if its possible to run these with on raspiberry pi? expecially when it comes to recording via rtmp

TonyStark
11-21-2017, 05:36 PM
I guess I still don't understand
497

mfc2 is the directory the files are in. As you can see I'm typing something wrong. I also tried it without \ after mfc2> and got the same error.

fishsticks
11-21-2017, 05:45 PM
I guess I still don't understand

mfc2 is the directory the files are in. As you can see I'm typing something wrong. I also tried it without \ after mfc2> and got the same error.

If mfc2 is the directory where main.js is located, then run "npm install" there (without quotes), don't include "-nm-mfc2", that's the folder where he has main.js on his computer. Looking at your screenshot, main.js and the rest of the files aren't there tho, are they in the mfc-node-2 directory?

TonyStark
11-21-2017, 06:45 PM
main.js is in mfc-node-2 folder, so I've changed directories to there. now what do I type after">"

fishsticks
11-21-2017, 07:05 PM
main.js is in mfc-node-2 folder, so I've changed directories to there. now what do I type after">"

npm install

TonyStark
11-21-2017, 08:51 PM
npm install

There are 2 files named npm-install

One located here:
C:\Users\********\Downloads\mfc2\node-v9.2.0-win-x86\node_modules\npm\doc\cli

lts a MK file

Second one located here:
C:\Users\********\Downloads\mfc2\node-v9.2.0-win-x86\node_modules\npm\man\man1

Its a notepad file

fishsticks
11-21-2017, 09:29 PM
There are 2 files named npm-install

One located here:
C:\Users\********\Downloads\mfc2\node-v9.2.0-win-x86\node_modules\npm\doc\cli

lts a MK file

Second one located here:
C:\Users\********\Downloads\mfc2\node-v9.2.0-win-x86\node_modules\npm\man\man1

Its a notepad file

Run the node installer you can download from https://nodejs.org/en/ then restart the command prompt if you had it open during installation. Then follow the steps, no need to locate any node files.

supersonic80
11-22-2017, 12:17 AM
Should not be a problem, I managed to run rtmpdump on Raspberry Pi 1 (ver.B) a couple years ago, however, I did not use it, only played with it.

I also remember there was a person complaining about USB interface, looks like his bottleneck was a speed of USB interface on Raspberry Pi (I don't remember his model). So I assume for several streams Raspberry Pi should be enough.

anyone know if its possible to run these with on raspiberry pi? expecially when it comes to recording via rtmp

TonyStark
11-22-2017, 08:44 AM
Run the node installer you can download from https://nodejs.org/en/ then restart the command prompt if you had it open during installation. Then follow the steps, no need to locate any node files.

Guys I appreciate your patience and apologize for being such a noob at this...So I got node v8.9.1, unpacked in mfc-node2 folder, restarted cmd promp, went to node.js directory,typed npm install and now I got this...

498


I think we're getting closer and I don't want to give up!!!

korexaj
11-22-2017, 12:04 PM
Should not be a problem, I managed to run rtmpdump on Raspberry Pi 1 (ver.B) a couple years ago, however, I did not use it, only played with it.

I also remember there was a person complaining about USB interface, looks like his bottleneck was a speed of USB interface on Raspberry Pi (I don't remember his model). So I assume for several streams Raspberry Pi should be enough.

preferably I would like to run these scripts on vps but dont have a damn clue on how to going about it. it would work out cheaper too.

anyways i'm currently running pihole on mine but dont use it anymore so would love to test it out. i was thinking about installing linuxbrew and then install whatever is needed. i just need it to record models to external drive, i hope its able to handle that

fishsticks
11-22-2017, 01:52 PM
Guys I appreciate your patience and apologize for being such a noob at this...So I got node v8.9.1, unpacked in mfc-node2 folder, restarted cmd promp, went to node.js directory,typed npm install and now I got this...


I think we're getting closer and I don't want to give up!!!

Download the .msi file and run it instead of the zip I assume you're downloading.

TonyStark
11-22-2017, 07:03 PM
Download the .msi file and run it instead of the zip I assume you're downloading.

That msi installer will only work on Windows7 or higher. Of course I'm still using Vista:( ..So I guess I'm SOL on getting this recorder to work on my system unless there is a working node for Vista. Thank you fishsticks and horacio for trying to help this noob out!!! When I get my new system built, hopefully within he next 6 months, I'll try again. I'll will check back to see if anybody has a workaround. Again THANKS...!!!

korexaj
11-22-2017, 07:20 PM
That msi installer will only work on Windows7 or higher. Of course I'm still using Vista:( ..So I guess I'm SOL on getting this recorder to work on my system unless there is a working node for Vista. Thank you fishsticks and horacio for trying to help this noob out!!! When I get my new system built, hopefully within he next 6 months, I'll try again. I'll will check back to see if anybody has a workaround. Again THANKS...!!!

not trying to be rude or anything but how are you able to use windows vista, that shit is cancer man.

anyways. try this link https://nodesource.com/blog/installing-nodejs-tutorial-windows/ and this link https://stackoverflow.com/questions/30380529/nodejs-installer-wont-open-on-vista

korexaj
11-22-2017, 10:32 PM
horacio, with your rtmp version of the script (streamate) is it possible to detect if model is in private?

Only reason I ask is because if you record same model 24/7 it creates emtpy files when model is in private.

Hermiod
11-23-2017, 04:08 AM
horacio, with your rtmp version of the script (streamate) is it possible to detect if model is in private?

Only reason I ask is because if you record same model 24/7 it creates emtpy files when model is in private.

That has never happened to me before.

korexaj
11-23-2017, 05:16 AM
That has never happened to me before.

I'm using mac so the bat file doesnt work and my programming skills suck :( . atm i'm using shell script consisting of a while loop to execute the smr.py script every 30 seconds. This means it only works properly if the model is either online or offline, not when in private (i.e. it creates multiple empty files).

Since I dont want to mess about with the python script, I'm working on another shell script so that I can execute multiple instances of smr.py in parallel for each model in the list. It partly works but only for the first time the while loop competes, after that, it records models that are already recording.

horacio
11-23-2017, 09:35 AM
The new version of MFC Node recorder v.2.0.8 is now available on:

https://github.com/horacio9a/mfc-node/tree/v2

I also updated the README.md file to make the installation easier.
If this is complicated for someone, my advice is to use the 'mfc.exe' version. (http://stream-recorder.com/forum/showpost.php?p=95387&postcount=1333)

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

troller12
11-23-2017, 11:53 AM
Hi,

so its possible to detect whether model is private / free or not online on streamate if you check the stream json file of model xy.If you dont get access to this json file (status 403) because model is private (not free).If you get status 404 = offline or status 200 online.So this you can check before executing any other stream datas (from pagesource) and to prevent creating emtpy bytes files for example if you watch any models around the clock.Like on my picture below....
https://img3.picload.org/image/drlpiwci/box.png
greetz

korexaj
11-23-2017, 12:06 PM
Hi,

so its possible to detect whether model is private / free or not online on streamate if you check the stream json file of model xy.If you dont get access to this json file (status 403) because model is private (not free).If you get status 404 = offline or status 200 online.So this you can check before executing any other stream datas (from pagesource) and to prevent creating emtpy bytes files for example if you watch any models around the clock.Like on my picture below....
https://img3.picload.org/image/drlpiwci/box.png
greetz

Thanks but how would one implement this in exisitng script?

troller12
11-23-2017, 01:49 PM
So I dont work with scripts and only code apps with GUI (picture was from my app).But horacio could add this checks in his script too of course.

greetz

korexaj
11-24-2017, 08:38 AM
So I dont work with scripts and only code apps with GUI (picture was from my app).But horacio could add this checks in his script too of course.

greetz


What application are you using to record them? or did you just create GUI for horacio's script?


EDIT: managed to add a check to see if model is in private :)
EDIT2: there is bug on both scripts (my edited rtmp version and horacio's) , some models (in my case just 1 sweet_demi) appears "online" at all times. it doesnt record the model due to a check but the rtmp process still runs in background each time

horacio
11-25-2017, 08:51 AM
By theory, this version (1.0.3) should be less good than version 2.0.8, but theories and practices often do not match, so maybe this the first version be for someone more useful. All other is the same as before. FFmpeg, Livestreamer and Streamlink must be in the windows path.

Node version is on: https://github.com/horacio9a/mfc-node

Node version zip download: https://codeload.github.com/horacio9a/mfc-node/zip/master

MFC.EXE version rar download: http://www.mediafire.com/file/9eib6xyexe46m6o/nm-mfc-20171125_1.0.3.rar

korexaj
11-27-2017, 12:40 PM
horacio, i have question which has bothering me for a while. why is it not possible to record models that say "false" under "Mob." feed. This acutally applies to every mfc recording scripts i'v come across.

fishsticks
11-27-2017, 03:54 PM
horacio, i have question which has bothering me for a while. why is it not possible to record models that say "false" under "Mob." feed. This acutally applies to every mfc recording scripts i'v come across.

Because what most programs do is record the mobile feed. If there is no mobile feed you can't use them to record.

horacio
11-27-2017, 05:08 PM
horacio, i have question which has bothering me for a while. why is it not possible to record models that say "false" under "Mob." feed. This acutally applies to every mfc recording scripts i'v come across.

'No Mobile Feed' models can only be recorded with rtmp protocol.
Public rtmpdump.exe does not support mfc. Some people have patched rtmpdump.exe that can but do not want to share with us or looking for money for it. There are some programs like Tubedigger or MFCDump that can record mfc models using rtmp protocol.

korexaj
11-27-2017, 06:50 PM
'No Mobile Feed' models can only be recorded with rtmp protocol.
Public rtmpdump.exe does not support mfc. Some people have patched rtmpdump.exe that can but do not want to share with us or looking for money for it. There are some programs like Tubedigger or MFCDump that can record mfc models using rtmp protocol.

ah that makes sense. Where can one download MFCDump from? or is that some private software too?


Also, I know that you said no mobile feed models can only be recorded with patched rmtpdump, i was wondering if its actually possible to extract a rtmp link in the first place?

horacio
11-28-2017, 01:42 AM
ah that makes sense. Where can one download MFCDump from? or is that some private software too?
Also, I know that you said no mobile feed models can only be recorded with patched rmtpdump, i was wondering if its actually possible to extract a rtmp link in the first place?

Author of MFCDump is @Elgero and he published this information in this thread (http://stream-recorder.com/forum/showpost.php?p=73164&postcount=376).
As for patched rtmpdump i don't know about such link. Some time ago our member @edge has released pached rtmpdump for MFC but it does not work anymore. Maybe some of the members know about some other link for that?

dm9452
11-28-2017, 06:04 PM
@horacio, is it possible mfc-node(exe version) won't automatically shut down when either my computer or MFC somehow disconnect from internet then reconnect? I might miss some golds.

cabulo
11-28-2017, 06:26 PM
our member @edge has released pached rtmpdump...

Where can I download that one ?

korexaj
11-29-2017, 03:26 PM
Where can I download that one ?

i have not tested it myself but as others have said, it no longer works but here is the link: http://stream-recorder.com/forum/rtmpdump-patch-myfreecams-t16266.html

cabulo
11-29-2017, 04:40 PM
Thank you for making this clear.

This reading is something for MFC admins to shit their pants in.

korexaj
11-30-2017, 07:38 AM
So guys, I've been doing testing for about a week to find the best solution for determining whether a model is onine or in private (streamate model). Using horacio's method, it seems like its extremely difficult to find a value which represents model status. this means the problem (creating emtpy files) still exists in this script. One approach to tackle the issues was to extract a json file and check for error 403. I have managed to achieve this by using websockets but the problem is for some models (and every now and then) the script hangs/gets stuck when connecting to the URL, which means it will fail to detect anything.

so now we're stuck between two approaches, one which offers more features but has higher fail rate and other which has higher detection rate (and more reliable) but creates shit tons of emtpy files during the time the model is in private.

Note: These two were tested on macOS so i'm not sure if it the problems exists on windows or not. So can someone confirm this please

wizard
11-30-2017, 08:05 AM
If the issue is ton of empty (0kb) files than a solution should be pretty much easy. I know that there were some scripts that check the recording folder and automatically delete all the 0kb files. Not sure which script exactly was doing this and who wrote that part but for sure it can be done. Maybe Horacio has better memory than me as he is the one who handles them far more better.

korexaj
11-30-2017, 01:46 PM
If the issue is ton of empty (0kb) files than a solution should be pretty much easy. I know that there were some scripts that check the recording folder and automatically delete all the 0kb files. Not sure which script exactly was doing this and who wrote that part but for sure it can be done. Maybe Horacio has better memory than me as he is the one who handles them far more better.

that is a possible solution and can be easily implemented (hopefully) but wouldnt that be bad for the hard drive in the long run since it will be doing alot of read/write

confused.com
11-30-2017, 02:13 PM
https://en.wikipedia.org/wiki/Wear_leveling

Damianonymous
11-30-2017, 03:34 PM
In ihryjfbd scripts, implementing this feature greatly slows down work and increases the need for computer resources. I prefer to use it in the bat script manually: for /r %%F in (*) do if %%~zF==0 @del "%%F"

korexaj
11-30-2017, 04:34 PM
In ihryjfbd scripts, implementing this feature greatly slows down work and increases the need for computer resources. I prefer to use it in the bat script manually: for /r %%F in (*) do if %%~zF==0 @del "%%F"

i think python script solution would be best option so that it works across different operating systems

korexaj
12-03-2017, 05:14 PM
i was just curious (again) about the file format when using rtmp. Doe it matter if we use say mp4 instead of the default .flv?

also are file sizes supposed to be alot larger when using rtmp?

j_cool
12-03-2017, 06:54 PM
I can tell you that.

Save the same stream in both formats, then compare them.

I always find that I have smoother stream with flv file.

http://stream-recorder.com/forum/streamlink-up-date-fork-livestreamer-t22646p9.html

maitrang7995
12-03-2017, 10:56 PM
Bá??t cứ khi n?*o chá»?n Việt Nam cho ká»? nghỉ cá»§a há»?, kh??ch du lịch th?°á»?ng xuy??n qu?? cá??nh th?*nh phố Hồ Ch?* Minh trong má»™t ng?*y. V?¬ vá?*y, bá??n sá?? phá??i nghÄ© rá?±ng n?? chỉ l?* má»™t ch??t thá»?i gian v?* rá??t kh?? Ä‘á»? l?*m bá??t cứ Ä‘iá»?u g?¬. Bá»?i v?¬, th?*nh phố Hồ Ch?* Minh c?? rá??t nhiá»?u Ä‘iá»?m thu h??t kh??ch du lịch nh?°: C?* ph??, kiá??n tr??c, chá»?, vietnam bike tours (https://easyindochinatravel.com/vietnam-tours/vietnam-biking-tours.html),..... Ná??u bá??n c?? thá»?i gian há??n chá??, t?´i khuy??n bá??n má»™t số thứ n??n l?*m á»? Hồ Ch?* Minh...,

Kiá??n tr??c
Kiá??n tr??c trong th?*nh phố l?* má»™t mash mash cá»§a t??a nh?* chá»?c trá»?i má»›i, nh?* ống c?©, má»™t thuá»™c địa Ph??p x??y dá»±ng. May má??n thay, tá??t cá?? Ä‘á»?u gá?§n nhau n??n Ä‘i bá»™ ngá??n cung cá??p cho bá??n c?? há»™i th?°á»?ng thức há?§u há??t trong số há»?. Th?* dá»? Nh?* thá»? Ä?ức B?*, B?°u Ä‘iện, Nh?* h??t Th?*nh phố Hồ Ch?* Minh, T??a thị ch?*nh ..

https://blog.easyindochinatravel.com/wp-content/uploads/2017/10/22789015_446270005767980_1720882991823825125_n-1.jpg
Nh??m nhi c?* ph??
Ng?°á»?i Việt Nam thá»±c sá»± tá»± h?*o vá»? c?* ph?? cá»§a há»? v?* kh?´ng c?? thiá??u c?* ph?? tá??i th?*nh phố Hồ Ch?* Minh.
Hồ Ch?* Minh l?* Ä‘iá»?m Ä‘á??n phổ biá??n cho du kh??ch ba l?´ bá»?i v?¬ n?? l?* t?°??ng đối rá?» Ä‘á»? Ä‘i du lịch quanh Ä‘??y. Khu vá»±c nhá»? xung quanh Phố Phá??m Ng?© L??o v?* Ä‘?°á»?ng B?°á»?i Ä‘?? trá»? th?*nh nam ch??m cho chá»— á»?, Ä‘á?§y m?*u sá??c, nh?* h?*ng v?* sinh động.


ThÄ?m chá»?
Chá»? Bá??n Th?*nh l?* chá»? trung t??m mang t?*nh biá»?u t?°á»?ng á»? th?*nh phố Hồ Ch?* Minh. Ng?°á»?i b??n c?? thá»? kh?? hung hÄ?ng vá»›i cá?? hai địa ph?°??ng v?* kh??ch du lịch. Ngay cá?? đối vá»›i nhá»?ng ng?°á»?i sống á»? Ä‘??y, thị tr?°á»?ng b??n nhá»?ng thứ m?* há»? th?°á»?ng kh?? c?? thá»? t?¬m thá??y. Há»? b??n má»?i thứ từ qu?* l?°u niệm Ä‘á??n đồ d??ng nh?* bá??p cho h?*ng tá??p h??a v?* thịt

Du lịch bá?±ng xe Ä‘á??p (vietnam bike tours) (https://easyindochinatravel.com/vietnam-tours/vietnam-biking-tours.html)
Hồ Ch?* Minh kh?´ng qu?? nhá»? Ä‘á»? c??c bá??n c?? thá»? Ä‘i bá»™, n??n t?´i khuy??n bá??n n??n chá»?n thu?? má»™t chiá??c xe Ä‘á»? thá»? tiện cho việc thÄ?m quan hoá?·c nhá»? Ä‘á??n c??c dịch vá»? du lịch Ä‘á»? c?? thá»? tá?*n h?°á»?ng 1 ng?*y á»? Hồ Ch?* Minh thá?*t Ä‘á??p.

https://blog.easyindochinatravel.com/wp-content/uploads/2017/10/22550036_441956282866019_3354941890665212074_n-1.jpg

Ch??ng t?´i hy vá»?ng bá??n sá?? th?*ch v?* ch??ng t?´i muốn gi??p bá??n tá?*n dá»?ng thá»?i gian cá»§a bá??n á»? th?*nh phố Hồ Ch?* Minh. Easy Indochina Travel (https://easyindochinatravel.com/)cung cá??p c??c tour du lịch nhiá»?u ng?*y vá»›i há?§u há??t c??c dịch vá»? chuy??n nghiệp

cabulo
12-04-2017, 04:10 AM
https://blog.easyindochinatravel.com/wp-content/uploads/2017/10/22550036_441956282866019_3354941890665212074_n-1.jpg


Church in Vietnam ?

By donation from Anita Bryant or John Hagee?

confused.com
12-04-2017, 06:39 PM
https://s33.postimg.org/ylr1kmhlr/bry-cow.jpg

maitrang7995
12-04-2017, 09:40 PM
L?°u lá??i tối vá»? t?¬m hiá»?u má»›i Ä‘?°á»?c

confused.com
12-05-2017, 12:29 AM
L?°u lá??i tối vá»? t?¬m hiá»?u má»›i Ä‘?°á»?c

https://s18.postimg.org/3zoasuldl/x1a7orimkuay_320_x_400.jpg

dm9452
12-19-2017, 07:13 AM
What happened to this thread...

korexaj
12-20-2017, 01:04 PM
What happened to this thread...

nothing.....but I do have a question. is there any way to run any of the scripts on a raspberry pi?

rockingharder
12-22-2017, 04:11 PM
Hey guys! I am very confused on how to install Horacio's newest exe version.

I have the files unzipped and livestreamer installed to C:\. Now what?

horacio
12-23-2017, 02:12 AM
Hey guys! I am very confused on how to install Horacio's newest exe version.

I have the files unzipped and livestreamer installed to C:\. Now what?

Here's how sort directories by default:

C:\nm-mfc\config.yml
C:\nm-mfc\index.html
C:\nm-mfc\mfc.exe

C:\Livestreamer\livestreamer.exe (plus others livestreamer files and subdirectories)

C:\Windows\ffmpeg.exe
C:\Windows\MFC_Model.txt
C:\Windows\mfc.bat

C:\Videos\MFC (output directory)

Check your path by clicking:

Control Panel
All Control Panel Items
System
Advanced system settings
Environment Variables
Under 'System variables' edit 'Path'

there must be this separated with ';'

%SystemRoot%
%SystemRoot%\system32
%SystemRoot%\System32\Wbem
%SystemRoot%\System32\WindowsPowerShell\v1.0\
C:\Livestreamer\

So the line should look like this (Of course you should keep some other programs in this line if you have them installed):

%SystemRoot%;%SystemRoot%\system32;%SystemRoot%\Sy stem32\Wbem;%SystemRoot%\System32\WindowsPowerShel l\v1.0\;C:\Livestreamer\;

wizard
12-23-2017, 03:56 AM
Here's how sort directories by default:

C:\nm-mfc\config.yml
C:\nm-mfc\index.html
C:\nm-mfc\mfc.exe

C:\Livestreamer\livestreamer.exe (plus others livestreamer files and subdirectories)

C:\Windows\ffmpeg.exe
C:\Windows\MFC_Model.txt
C:\Windows\mfc.bat

C:\Videos\MFC (output directory)

Check your path by clicking:

Control Panel
All Control Panel Items
System
Advanced system settings
Environment Variables
Under 'System variables' edit 'Path'

there must be this separated with ';'

%SystemRoot%
%SystemRoot%\system32
%SystemRoot%\System32\Wbem
%SystemRoot%\System32\WindowsPowerShell\v1.0\
C:\Livestreamer\

So the line should look like this (Of course you should keep some other programs in this line if you have them installed):

%SystemRoot%;%SystemRoot%\system32;%SystemRoot%\Sy stem32\Wbem;%SystemRoot%\System32\WindowsPowerShel l\v1.0\;C:\Livestreamer\;

So far, these briefly instructions are written in the most clearly and understandable way for beginners.

Thank you :)

Llinh0805
12-23-2017, 07:05 AM
Ká?» vá?*n chuyá»?n thu?? ma t??y Ä‘??i hối lá»™ 3 tá»· đồng Ä‘á»? Ä‘?°á»?c tha

Bị bá??t quá?? tang khi Ä‘ang vá?*n chuyá»?n tr??i ph?©p 3 b??nh heroin, Nguyá»…n VÄ?n To?*n Ä‘?? ra gi?? 3 tá»· đồng nhá?±m đổi lá??y sá»± tá»± do.

Ng?*y 22-12, C?? quan CSÄ?T C?´ng an quá?*n Long Bi??n (H?* Ná»™i) Ä‘?? ra quyá??t khá»?i tố vá»? ??n, khá»?i tố bị can v?* thá»±c hiện lệnh bá??t tá??m đối vá»›i To?*n vá»? h?*nh vi mua b??n, vá?*n chuyá»?n tr??i ph?©p chá??t ma t??y. Vá»? ??n tiá??p tá»?c Ä‘?°á»?c Ä‘iá»?u tra, l?*m r?µ.

http://sohanews.sohacdn.com/thumb_w/660/2017/photo1513990013858-1513990013858.jpg

Tr?°á»›c Ä‘??, qua c?´ng t??c quá??n l?? địa b?*n, Ä?á»™i CSÄ?T tá»™i phá??m vá»? ma t??y C?´ng an quá?*n Long Bi??n, c?? th?´ng tin vá»? má»™t Ä‘?°á»?ng d??y vá?*n chuyá»?n ma t??y từ Bá??c Ninh vá»? H?* Ná»™i.

Qu?? tr?¬nh theo d?µi, c??c trinh s??t Ä‘?? dá»±ng Ä‘?°á»?c nh??n th??n đối t?°á»?ng nghi vá??n l?* Nguyá»…n VÄ?n To?*n (43 tuổi, tr?? tá??i ph?°á»?ng Ä?ồng Nguy??n). Khoá??ng 16h30 ng?*y 28-11, tá??i ng?? 3 Ng?´ Gia Tá»± - V?© Ä?ức Thá?*n, thuá»™c ph?°á»?ng Ä?ức Giang, quá?*n Long Bi??n, tổ c?´ng t??c Ä‘?? bá??t quá?? tang To?*n Ä‘ang d??ng xe m??y Air Blade BKS: 99B1- 236.78. vá?*n chuyá»?n 3 b??nh heroin, c?? trá»?ng l?°á»?ng h??n 1 kg.
Tá??i c?? quan C?´ng an, To?*n Ä‘?? gá»?i ?? hối lá»™ c??c Ä‘iá»?u tra vi??n 3 tá»· đồng Ä‘á»? Ä‘?°á»?c tha, nh?°ng ?? định cá»§a anh ta bị c??n bá»™ Ä‘iá»?u tra cá??nh c??o nghi??m khá??c.

Ä?ối t?°á»?ng sau Ä‘?? khai nhá?*n vá?*n chuyá»?n Ä‘i H?* Ná»™i (http://vantaibactienphong.com/dich-vu-van-chuyen-hang-hoa-sai-gon-ha-noi/) thu?? ma t??y cho má»™t ng?°á»?i phá»? ná»?.

horacio
12-26-2017, 06:30 AM
Version v.1.0.6 of my myfreecams-anonymous script for python27 is available on: https://github.com/horacio9a/myfreecams-anonymous

Download link for all files in zip: https://codeload.github.com/horacio9a/myfreecams-anonymous/zip/master

https://s20.postimg.org/h5x5plj5p/2655.jpg

rockingharder
12-26-2017, 10:11 AM
Here's how sort directories by default:

C:\nm-mfc\config.yml
C:\nm-mfc\index.html
C:\nm-mfc\mfc.exe

C:\Livestreamer\livestreamer.exe (plus others livestreamer files and subdirectories)

C:\Windows\ffmpeg.exe
C:\Windows\MFC_Model.txt
C:\Windows\mfc.bat

C:\Videos\MFC (output directory)

Check your path by clicking:

Control Panel
All Control Panel Items
System
Advanced system settings
Environment Variables
Under 'System variables' edit 'Path'

there must be this separated with ';'

%SystemRoot%
%SystemRoot%\system32
%SystemRoot%\System32\Wbem
%SystemRoot%\System32\WindowsPowerShell\v1.0\
C:\Livestreamer\

So the line should look like this (Of course you should keep some other programs in this line if you have them installed):

%SystemRoot%;%SystemRoot%\system32;%SystemRoot%\Sy stem32\Wbem;%SystemRoot%\System32\WindowsPowerShel l\v1.0\;C:\Livestreamer\;

So I added that line as a new environment variable for Path, but when I run start.bat, I still get "Windows cannot find mfc.exe" after pressing '0.'

I tried to follow these instructions

Install Node.js (v8.1.3 or higher).
Install Git.
Download and unpack the code, create directory 'C:/-nm-mfc2' and move all files from 'rar' there.
Open console and go into the default directory ('C:/-nm-mfc2') where are located unpacked files.
Install requirements by running 'npm install' in the same directory as 'main.js' is.
Edit 'config.yml' file and set desirable values for 'captureDirectory', 'dateFormat', 'downloadProgram', 'modelScanInterval' and others data.

But I do not see main.js anywhere

horacio
12-26-2017, 12:39 PM
So I added that line as a new environment variable for Path, but when I run start.bat, I still get "Windows cannot find mfc.exe" after pressing '0.'
I tried to follow these instructions
But I do not see main.js anywhere

For 'exe' version you don't need node.js instalation.

You need only thats 3 files in 'C:\nm-mfc\' directory:

C:\nm-mfc\config.yml
C:\nm-mfc\index.html
C:\nm-mfc\mfc.exe

Forget 'C:\-nm-mfc2\' or 'C:\-nm-mfc\' directories with main.js file because 'exe' version don't need that file.
If you do exactly what I wrote in http://stream-recorder.com/forum/showpost.php?p=95834&postcount=1387 thats must work. Why Complicate Something Simple?
You need only files from this rar: http://www.mediafire.com/file/9eib6xyexe46m6o/nm-mfc-20171125_1.0.3.rar

ruzzy
01-03-2018, 12:29 PM
Hello everyone!
Now you can download executable version of my script. It is standalone solution without ffmpeg, rtmpdump or others instalations.
Download links:
Windows - https://yadi.sk/d/s3FbKU3T3RBMQM
Linux - https://yadi.sk/d/mj5iYmEu3RBMQu
You can download video in high resolution.
Usage: run the program and enter the model name.
Have fun!

ruzzy
01-03-2018, 12:38 PM
Use VLC to play download videos

j_cool
01-03-2018, 09:02 PM
Use VLC to play download videos

You can play downloaded video however you like.

The main point is mfcdump.exe. It works perfectly fine.

It will stop working if you sell the script.

I can capture rtmp stream from myfreecams. I wrote a special python script for that.
Proof video: https://vimeo.com/201450731 (https://vimeo.com/201450731)
If you want to buy it, email me: ruslan@lemimi.ru or send me PM

MFC homosexual admins would be the first and the only ones to buy it.

Streamlink plugin for https://vaughnlive.tv/newzviewz never works because Mr. Vaughn keeps his eye on it.



C:\MISC\STREAMLINK>streamlink.exe https://vaughnlive.tv/newzviewz best
[cli][info] Found matching plugin vaughnlive for URL https://vaughnlive.tv/newzviewz
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (rtmp)
[cli][error] Try 1/1: Could not open stream <RTMPStream({'rtmp': 'rtmp://198.255.17.26/live?Eep1bg38ldNRsSdZ1TY0k6Hbs3U8rmlV', 'pageUrl': 'https://vaughnlive.tv/newzviewz', 'flv': '-', 'playpath': 'live_newzviewz', 'live': True}, redirect=False> (No data returned from stream)
error: Could not open stream <RTMPStream({'rtmp': 'rtmp://198.255.17.26/live?Eep1bg38ldNRsSdZ1TY0k6Hbs3U8rmlV', 'pageUrl': 'https://vaughnlive.tv/newzviewz', 'flv': '-', 'playpath': 'live_newzviewz', 'live': True}, redirect=False>, tried 1 times, exiting
[cli][info] Closing currently open stream...

C:\MISC\STREAMLINK>pause
Press any key to continue . . .

horacio
01-03-2018, 09:28 PM
Hello everyone!
Now you can download executable version of my script. It is standalone solution without ffmpeg, rtmpdump or others instalations.
Download links:
Windows - https://yadi.sk/d/s3FbKU3T3RBMQM
Linux - https://yadi.sk/d/mj5iYmEu3RBMQu
You can download video in high resolution.
Usage: run the program and enter the model name.
Have fun!

For a long time exist program with the same name (MFCDump) which also doesn't need rtmpdump or ffmpeg installation but this unlike yours still works as you can see in the attached screenshot. Specifically, this model (AbeX0X0) is so-called 'No Mobile Feed' model.

https://s20.postimg.org/oemo10qrh/MFCDump.jpg

j_cool
01-03-2018, 09:32 PM
Nothing to worry.

As I said about the script..


MFC homosexual admins would be the first and the only ones to buy it.


Anyway, thank you ruzzy for mfcdump.exe.

wizard
01-04-2018, 02:01 AM
MFC homosexual admins would be the first and the only ones to buy it.



I agree with this 100% and I would add that admins/owners of any other cam site you post here at stream recorder forum would do the same.

ruzzy
01-04-2018, 03:17 AM
I agree with this 100% and I would add that admins/owners of any other cam site you post here at stream recorder forum would do the same.
What are you talking about? I don't sell it. I published it.

ruzzy
01-04-2018, 03:20 AM
For a long time exist program with the same name (MFCDump) which also doesn't need rtmpdump or ffmpeg installation but this unlike yours still works as you can see in the attached screenshot. Specifically, this model (AbeX0X0) is so-called 'No Mobile Feed' model.

https://s20.postimg.org/oemo10qrh/MFCDump.jpg

You have a connection problem, dude

You call my progmram "mfcshit" localy :D

confused.com
01-04-2018, 04:14 AM
Quote:
I can capture rtmp stream from myfreecams. I wrote a special python script for that.
Proof video: https://vimeo.com/201450731 (https://vimeo.com/201450731)
If you want to buy it, email me: ruslan@lemimi.ru or send me PM

What are you talking about? I don't sell it. I published it.

dm9452
03-11-2018, 03:39 AM
Wow, never thought I could see this forum/thread come back!

ruzzy
03-11-2018, 08:43 AM
Quote:
I sold the python script more than 2 years ago. Since MFC admins changed the security methods and the old version of my scripts is irrelevant. I have rewrote my script on GOLANG and have published it for everyone. What are you trying to prove now?
Windows(x86-64) version https://yadi.sk/d/wveU7QvF3TFEpd
Linux(x86-64) version https://yadi.sk/d/iNhJIQpz3TFEps

j_cool
03-11-2018, 12:21 PM
What are you trying to prove now?


You just contradict yourself from one post to another, matter of fact, whatever dates.

Thank you for new link to mfcdump.exe. Old link has expired.

Damianonymous
03-11-2018, 12:40 PM
Windows(x86-64) version

Should it work in a 32-bit version?

thuanthienpvc
03-11-2018, 06:54 PM
Chuy??n cung cá??p th??ng r??c nhá»±a:

Th??ng r??c nhá»±a treo Ä‘?´i dung t?*ch 80 l?*t

Th??ng r??c nhá»±a ná??p k?*n dung t?*ch 90 l?*t

Th??ng r??c nhá»±a ná??p há»? dung t?*ch 90 l?*t

Th??ng r??c nhá»±a TR 240 L ná??p k?*n

Th??ng r??c nhá»±a TR 240 L ná??p há»?

Th??ng r??c nhá»±a TR 120 L

Th??ng r??c nhá»±a 120 l?*t

Th??ng r??c nhá»±a c?? ná??p 240 l?*t

Th??ng r??c nhá»±a TR 60L

Th??ng r??c composite 1000 l?*t

Th??ng r??c nhá»±a H127

Th??ng r??c nhá»±a

Th??ng r??c nhá»±a Ä‘á??p nhá»?

Th??ng r??c nhá»±a

Th??ng r??c TR 006

Th??ng r??c

Th??ng r??c lá?*t trung 40 l?*t

Th??ng r??c 9L

Th??ng r??c 60 l?*t

Th??ng r??c đen 120 l?*t

Th??ng r??c lá?*t trung 40 l?*t

Th??ng r??c 9 l?*t

Th??ng r??c c?? heo

Th??ng r??c gá??u tr??c

Th??ng r??c chuá»™t t??i

Th??ng r??c c?? ch?©p

Th??ng r??c mickey

Th??ng r??c 1000 l?*t



C?”NG TY TNHH PH??T TRIỂN Sá??N XUá?¤T TH???*NG Má?*I THUá?¬N THI?ŠN
(THUAN THIEN PRO CO.,LTD)
Ä?ịa chỉ: Số 07, L?´ M Khu D??n C?° Thá»›i An, Ä??°á»?ng L?? Thị Ri??ng, ph?°á»?ng Thá»›i An, Quá?*n 12, TP Hồ Ch?* Minh (T?¬m vị tr?*)

M?? số thuá??: 0313728887 (31/03/2016)

Ng?°á»?i Ä?DPL: V?µ VÄ?n Quyá??t

Ng?*y hoá??t động: 05/04/2016

Giá??y ph?©p kinh doanh: 0313728887

Website: thuanthienpvc.com - Ä?T: (08) 22117699

ruzzy
03-12-2018, 09:37 AM
Should it work in a 32-bit version?

For x386 аrchitecture:
windows - https://yadi.sk/d/OXQOKq_n3THJkA
linux - https://yadi.sk/d/Okj-09gc3THJjy

korexaj
03-21-2018, 06:34 AM
For x386 аrchitecture:
windows - https://yadi.sk/d/OXQOKq_n3THJkA
linux - https://yadi.sk/d/Okj-09gc3THJjy

Thanks for the hard work man. Would really appreciate if you could provide instructions on how to get this to work on macOS.

ruzzy
03-21-2018, 08:41 AM
Thanks for the hard work man. Would really appreciate if you could provide instructions on how to get this to work on macOS.
macOS build:
amd64 - https://yadi.sk/d/8UwaQ6b53TcSUQ
386 - https://yadi.sk/d/WDpqeTQd3TcSUk

korexaj
03-21-2018, 11:23 AM
macOS build:
amd64 - https://yadi.sk/d/8UwaQ6b53TcSUQ
386 - https://yadi.sk/d/WDpqeTQd3TcSUk

thanks but it seems like i'm either doing something wrong or i have this wrong altogether.

i'm trying to use this script https://github.com/horacio9a/mfc-node where i'm replacing mfcd.exe file with the file above but no matter what i do i get this error when a model is online. i also changed the file name in main.js to reflect the macOS build.

events.js:137
throw er; // Unhandled 'error' event
^

Error: spawn mfcdump ENOENT
at _errnoException (util.js:1003:13)
at Process.ChildProcess._handle.onexit (internal/child_process.js:201:19)
at onErrorNT (internal/child_process.js:389:16)
at process._tickCallback (internal/process/next_tick.js:152:19)


I'm i on the right path? if not how do i use this file?

Thanks in advance

Hadexx
03-21-2018, 01:44 PM
I don't want to abuse but would there be any chances of an arm version for Raspberry? I've tried your linux version on it but I was not able to make it work.

Anyhow thanks for your hard work and for sharing it with us!

Moonspell
04-05-2018, 11:07 PM
the program is surely cool but... how can we make it working 24-7 like the sstative and horacio node? please explain, thanks.

s518s
04-07-2018, 12:47 PM
Hi There,

Thanks for sharing. I downloaded the Windows tool and I'm not sure what I'm doing wrong. He's the error I get:

Enter model name: mellifluous_
Error: got service information
*errors.errorString got service information
/usr/local/go/src/runtime/panic.go:505 (0x42c7e7)
/home/rus/go/src/gomfc/recorder/mfcdump.go:58 (0x7e5165)
/usr/local/go/src/runtime/proc.go:198 (0x42e6de)
/usr/local/go/src/runtime/asm_amd64.s:2361 (0x4576e1)

Press enter to continue...



Any help is greatly appreciated!

j_cool
04-07-2018, 03:02 PM
I can spot one error, model's name is case sensitive.
Here is what I get with model being offline:

C:\>mfcdump Mellifluous_
the model has no public streams

C:\>mfcdump
Enter model name: Mellifluous_
the model has no public streams
Press enter to continue...

I get the same thing that you got when I type just anything on the prompt:

C:\>mfcdump /?
Error: got service information
*errors.errorString got service information
/usr/local/go/src/runtime/panic.go:505 (0x42c7e7)
/home/rus/go/src/gomfc/recorder/mfcdump.go:58 (0x7e5165)
/usr/local/go/src/runtime/proc.go:198 (0x42e6de)
/usr/local/go/src/runtime/asm_amd64.s:2361 (0x4576e1)

OntintheGod
04-09-2018, 01:00 PM
For a long time exist program with the same name (MFCDump) which also doesn't need rtmpdump or ffmpeg installation but this unlike yours still works as you can see in the attached screenshot. Specifically, this model (AbeX0X0) is so-called 'No Mobile Feed' model.

https://s20.postimg.org/oemo10qrh/MFCDump.jpg

i have this program but it records 29 seconds and stops, and then starts again after one minute, records 29 seconds and stops again ... and again .. and again

Is there an update of this program ? or i can do something o resolve the problem ?

nguyenthanhtam9723
04-10-2018, 02:29 AM
http://caobanlong.org/cao-ban-long-la-gi/

TMK
04-13-2018, 10:08 PM
Some models are now using OBS to stream, giving HD and wide-screen output. Does anyone know how MFC node copes with this new development?

s518s
04-15-2018, 03:48 PM
I can spot one error, model's name is case sensitive.
Here is what I get with model being offline:

C:\>mfcdump Mellifluous_
the model has no public streams

C:\>mfcdump
Enter model name: Mellifluous_
the model has no public streams
Press enter to continue...

I get the same thing that you got when I type just anything on the prompt:

C:\>mfcdump /?
Error: got service information
*errors.errorString got service information
/usr/local/go/src/runtime/panic.go:505 (0x42c7e7)
/home/rus/go/src/gomfc/recorder/mfcdump.go:58 (0x7e5165)
/usr/local/go/src/runtime/proc.go:198 (0x42e6de)
/usr/local/go/src/runtime/asm_amd64.s:2361 (0x4576e1)

Yup, you're the best! Thank you

horacio
04-20-2018, 12:16 PM
i have this program but it records 29 seconds and stops, and then starts again after one minute, records 29 seconds and stops again ... and again .. and again

Is there an update of this program ? or i can do something o resolve the problem ?

Dont't use 'Watch List' and delete all models from 'Watch List' ... you must start recording with 'Download Model' option like on this screenshot.

http://www.mediafire.com/file/w58yfs7t7qwbs86/MFCDump_20180420.jpg

zappy99
04-21-2018, 01:06 AM
Dont't use 'Watch List' and delete all models from 'Watch List' ... you must start recording with 'Download Model' option like on this screenshot.
/file/w58yfs7t7qwbs86/MFCDump_20180420.jpg[/URL]

@horacio, where can I download "MfcDump"? That we did not find anything on this topic! Thank you.

Moonspell
04-21-2018, 12:00 PM
@horacio, where can I download "MfcDump"? That we did not find anything on this topic! Thank you.

indeed, the real mfcdump.exe would be pretty much appreciated... if you can post it and share, of course.
cheers

WHOOKIDSON
04-21-2018, 03:46 PM
Dont't use 'Watch List' and delete all models from 'Watch List' ... you must start recording with 'Download Model' option like on this screenshot.

http://www.mediafire.com/file/w58yfs7t7qwbs86/MFCDump_20180420.jpg

Public program or no? Possible to share?

korexaj
04-21-2018, 11:20 PM
Dont't use 'Watch List' and delete all models from 'Watch List' ... you must start recording with 'Download Model' option like on this screenshot.

http://www.mediafire.com/file/w58yfs7t7qwbs86/MFCDump_20180420.jpg

I thought the mfcdump program was command line based? is this something new then?

If its available for public, i hope there is a OSX version.

horacio
04-22-2018, 12:57 AM
I thought the mfcdump program was command line based? is this something new then?

If its available for public, i hope there is a OSX version.

Look there:

http://stream-recorder.com/forum/www-myfreecams-com-can-record-free-sex-t3851p38.html

In MFCDump directory is:

Chatservers.dat
Finished.dat
MFCDump-cleaned.exe
MFCDump.Downloader.dll
MFCDump.exe
MFCDump.MyFreeCams.dll
Newtonsoft.Json.dll
Watchlist.dat

all files have only 1.7 MB

zappy99
04-22-2018, 02:22 AM
Look there:

http://stream-recorder.com/forum/www-myfreecams-com-can-record-free-sex-t3851p38.html



@Horacio, But it is not posted where to get the program "MfcDump", I notice that is made by Elgero. Elgero is no longer active on the forum for some time, I checked his last post and it's in 2015. We would be grateful if you would help us get MfcDump. A good day

OntintheGod
04-23-2018, 05:42 AM
Dont't use 'Watch List' and delete all models from 'Watch List' ... you must start recording with 'Download Model' option like on this screenshot.

http://www.mediafire.com/file/w58yfs7t7qwbs86/MFCDump_20180420.jpg

Model should be online to do this? Should i do it everytime or program will keep my request ?

Moonspell
04-23-2018, 09:13 AM
and still... the program is not posted...
come on guys, please, post a link with the program itself.
thanks

TMK
04-24-2018, 12:50 PM
Looks like mfc node and others got a DMCA takedown :(

j_cool
04-29-2018, 05:04 AM
the program is surely cool but... how can we make it working 24-7 like the sstative and horacio node? please explain, thanks.

C:\>mfcdump Miss_Jiggles
Start record "Miss_Jiggles" into file C:\AP\streams\Miss_Jiggles_1524995665.flv
File size: 34.25 MB (35914452)
No data anymore, stream close

C:\>mfcdump Miss_Jiggles
Start record "Miss_Jiggles" into file C:\AP\streams\Miss_Jiggles_1524997412.flv
File size: 1.13 MB (1188537)


:start

mfcdump Miss_Jiggles

timeout /t 60

goto start



C:\>mfcdump Miss_Jiggles
Start record "Miss_Jiggles" into file C:\AP\streams\Miss_Jiggles_1524997601.flv
File size: 58.09 MB (60916056)
No data anymore, stream close

C:\>timeout /t 60

Waiting for 0 seconds, press a key to continue ...

C:\>goto start

C:\>mfcdump Miss_Jiggles
the model has no public streams

C:\>timeout /t 60

Waiting for 0 seconds, press a key to continue ...

C:\>goto start

C:\>mfcdump Miss_Jiggles
the model has no public streams

C:\>timeout /t 60

Waiting for 10 seconds, press a key to continue ...

korexaj
04-29-2018, 06:41 PM
@horacio is there any way to improve the method of detecting a mobile feed for you mfc-node script?

I've come across many models which show mobile feed as "true" but it was infact "false" (as it would not recording and then timeout).

thanks

MrOctober
04-30-2018, 08:10 PM
Trying to setup up mfc node master on Ubuntu Mate. installed Node and FFmeg. When I try to start the node main.js I get this error:


events.js:167
throw er; // Unhandled 'error' event
^

Error: spawn mfcd ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:217:19)
at onErrorNT (internal/child_process.js:394:16)
at process._tickCallback (internal/process/next_tick.js:174:19)
Emitted 'error' event at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:223:12)
at onErrorNT (internal/child_process.js:394:16)
at process._tickCallback (internal/process/next_tick.js:174:19)

The error happens right after it says model online, start recording. I first had ver 10 of node installed. Went back to 9 and still get the error.

supersonic80
04-30-2018, 11:16 PM
I suppose the script cannot find ffmpeg or streamlink or livestreamer (depends on what version of the stript you are using).

Update: Actually, looks like your script tries to call mfcd. I have no idea what it is.

Trying to setup up mfc node master on Ubuntu Mate. installed Node and FFmeg. When I try to start the node main.js I get this error:


events.js:167
throw er; // Unhandled 'error' event
^

Error: spawn mfcd ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:217:19)
at onErrorNT (internal/child_process.js:394:16)
at process._tickCallback (internal/process/next_tick.js:174:19)
Emitted 'error' event at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:223:12)
at onErrorNT (internal/child_process.js:394:16)
at process._tickCallback (internal/process/next_tick.js:174:19)

The error happens right after it says model online, start recording. I first had ver 10 of node installed. Went back to 9 and still get the error.

korexaj
05-01-2018, 12:57 AM
Trying to setup up mfc node master on Ubuntu Mate. installed Node and FFmeg. When I try to start the node main.js I get this error:


events.js:167
throw er; // Unhandled 'error' event
^

Error: spawn mfcd ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:217:19)
at onErrorNT (internal/child_process.js:394:16)
at process._tickCallback (internal/process/next_tick.js:174:19)
Emitted 'error' event at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:223:12)
at onErrorNT (internal/child_process.js:394:16)
at process._tickCallback (internal/process/next_tick.js:174:19)

The error happens right after it says model online, start recording. I first had ver 10 of node installed. Went back to 9 and still get the error.

do you actually have a file named "mfcd" in you working directory? if so, is it compatible with your operating system? if not, that is the reason for the error

korexaj
05-01-2018, 11:40 AM
heads up, upgrading node to latest version 10 breaks the script (error about min max value out of range)

MrOctober
05-02-2018, 06:30 AM
do you actually have a file named "mfcd" in you working directory? if so, is it compatible with your operating system? if not, that is the reason for the error

There is no mfcd file in the folder. I have another Linux computer with a working node master. I copied that folder and put it on this computer and node is working on here now. I think there were two different versions of node master that I downloaded, the one of the other Linux machine seems more Linux friendly than the one I tried here.

BTW, I have node ver 10 on here now and the script is still working, so far.

Damianonymous
05-02-2018, 01:06 PM
Most of the current MyFreeCams recording applications have been removed from GitHub by the DMCA. I am asking for the references where they have been transferred, especially the SStativa and Beaston02 applications. Thank you.

thebbig1foru
05-04-2018, 02:50 PM
mfcd is, I think, is part of a plugin (MFCAuto) required by mfc-node to run properly. The plugin wasn't included with mfc-node by default
There was a link on mfcnode's github repo to mfcauto's github repo
Unfortunately the WayBack Machine doesn't have mfcnode archived.

I've copied my entire working mfc-node directory (minus the models i've captured lol), including ffmpeg/play/probe binaries, and the node installation, and uploaded it to mega:

https://mega.nz/#F!zTg1nQLY!N1XjYOwlBlNOv4y4I1T7Gw

I made a small change:
mfcnode will now name the recordings by the model's uid first, and then their model name, since their model name can change this helps to keep their recordings together.

kaz050457
05-05-2018, 01:04 AM
mfcd is, I think, is part of a plugin (MFCAuto) required by mfc-node to run properly. The plugin wasn't included with mfc-node by default
There was a link on mfcnode's github repo to mfcauto's github repo
Unfortunately the WayBack Machine doesn't have mfcnode archived.

I've copied my entire working mfc-node directory (minus the models i've captured lol), including ffmpeg/play/probe binaries, and the node installation, and uploaded it to mega:

https://mega.nz/#F!zTg1nQLY!N1XjYOwlBlNOv4y4I1T7Gw

I made a small change:
mfcnode will now name the recordings by the model's uid first, and then their model name, since their model name can change this helps to keep their recordings together.

noob question.. Tutorial pls?

thebbig1foru
05-05-2018, 12:57 PM
noob question.. Tutorial pls?

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
https://i.imgur.com/cyzNpyw.png
https://i.imgur.com/ry59txh.png

Hermiod
05-06-2018, 01:16 AM
Has there been any update to "MyFreeCams Recorder v.2.0.6 by horacio9a"?

I have noticed an error popping up once in a while.

kaz050457
05-07-2018, 03:04 AM
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
https://i.imgur.com/cyzNpyw.png
https://i.imgur.com/ry59txh.png

thanks.

korexaj
05-07-2018, 05:25 PM
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
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
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
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
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
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
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
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
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
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.

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
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


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
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/showpost.php?p=96179&postcount=1437

Moonspell
06-14-2018, 10:11 AM
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
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.

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
Looks like you have an error in your config.yml file.

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


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
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/showpost.php?p=96179&postcount=1437
I tried your package and i get this error:

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.e ventsForAllModels);
^

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:

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
models and queue in config.yml require a space character.
Change this


models:[]
queue:[]


to


models: []
queue: []


I tried your package and i get this error:

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.e ventsForAllModels);
^

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:

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
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
models and queue in config.yml require a space character.
Change this


models:[]
queue:[]


to


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
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
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?

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/NxServer/ngrp:mfc_116947270.f4v_mobile/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.HTTPConnection 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/NxServer/ngrp:mfc_120444214.f4v_mobile/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.HTTPConnection 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
So... is there an application that is able to handle wide-screen MFC streams?

supersonic80
06-22-2018, 01:06 AM
So... is there an application that is able to handle wide-screen MFC streams?

https://mega.nz/#!VyxmkC7Z!yu4mkSjcJxEhZOLvmVTF7ty6J37pjnZndlIRFn8 S-2w
(https://mega.nz/#!VyxmkC7Z!yu4mkSjcJxEhZOLvmVTF7ty6J37pjnZndlIRFn8 S-2w)
but it requires streamlink

Moonspell
10-13-2018, 05:38 PM
the link you've posted is not available anymore... :)

confused.com
10-14-2018, 05:51 AM
http://stream-recorder.com/forum/showpost.php?p=96556&postcount=103

Moonspell
10-14-2018, 04:36 PM
http://stream-recorder.com/forum/showpost.php?p=96556&postcount=103

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

marck120
10-17-2018, 09:41 PM
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
https://mega.nz/#!hmR1VIZa!0FeyCNYgf849cKgn8_BC0gc3g3RKY2RZvhmtvI5 hw8c

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

marck120
10-21-2018, 08:29 PM
https://mega.nz/#!hmR1VIZa!0FeyCNYgf849cKgn8_BC0gc3g3RKY2RZvhmtvI5 hw8c

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 ?

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
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.

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 ?

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
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:

http://thumbs2.imagebam.com/2a/9f/0f/90d9211007653214.jpg (http://www.imagebam.com/image/90d9211007653214)

supersonic80
10-22-2018, 03:48 AM
Did you run the app? Should be something like this
http://thumbs2.imagebam.com/51/8b/b9/4f22b21007672914.jpg (http://www.imagebam.com/image/4f22b21007672914)
Then you open http://127.0.0.1:9080. If there is an error, you should see it in the command prompt.


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:

http://thumbs2.imagebam.com/2a/9f/0f/90d9211007653214.jpg (http://www.imagebam.com/image/90d9211007653214)

supersonic80
10-22-2018, 04:05 AM
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.


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:

http://thumbs2.imagebam.com/2a/9f/0f/90d9211007653214.jpg (http://www.imagebam.com/image/90d9211007653214)

marck120
10-22-2018, 04:53 AM
Did you run the app? Should be something like this
http://thumbs2.imagebam.com/51/8b/b9/4f22b21007672914.jpg (http://www.imagebam.com/image/4f22b21007672914)
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.

http://thumbs2.imagebam.com/91/22/7c/366b831007719724.jpg (http://www.imagebam.com/image/366b831007719724)

http://thumbs2.imagebam.com/31/0e/05/7ace431007719614.jpg (http://www.imagebam.com/image/7ace431007719614)

supersonic80
10-22-2018, 05:05 AM
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.


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.

http://thumbs2.imagebam.com/91/22/7c/366b831007719724.jpg (http://www.imagebam.com/image/366b831007719724)

http://thumbs2.imagebam.com/31/0e/05/7ace431007719614.jpg (http://www.imagebam.com/image/7ace431007719614)

marck120
10-22-2018, 05:14 AM
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:

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
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!8qoj0OxMVJraXCmqr9VYT-No7tyD-jQliuXeClIv0eU

marck120
10-22-2018, 06:44 AM
I don't know if it works. You never know unless you try
https://mega.nz/#!06xj0CSA!8qoj0OxMVJraXCmqr9VYT-No7tyD-jQliuXeClIv0eU

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

http://thumbs2.imagebam.com/46/08/b7/1c117a1007804024.jpg (http://www.imagebam.com/image/1c117a1007804024)

http://thumbs2.imagebam.com/86/39/9e/72ccd31007804204.jpg (http://www.imagebam.com/image/72ccd31007804204)

supersonic80
10-22-2018, 06:49 AM
Imho, the port 9080 is taken. Change 9080 yo 9081 in config.yml and try again.

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

http://thumbs2.imagebam.com/46/08/b7/1c117a1007804024.jpg (http://www.imagebam.com/image/1c117a1007804024)

http://thumbs2.imagebam.com/86/39/9e/72ccd31007804204.jpg (http://www.imagebam.com/image/72ccd31007804204)

marck120
10-22-2018, 07:03 AM
Imho, the port 9080 is taken. Change 9080 yo 9081 in config.yml and try again.

Now I try now, the script can not find the config.yml file :

http://thumbs2.imagebam.com/cf/08/a3/d39d201007819594.jpg (http://www.imagebam.com/image/d39d201007819594)

EDIT :

Nothing to do, configuring 9081 gives me a new error:

http://thumbs2.imagebam.com/a5/0b/78/b1d1d51007837434.jpg (http://www.imagebam.com/image/b1d1d51007837434)

pc@pc:~/Documenti/mfc-streamlink-linux$ '/home/pc/Documenti/mfc-streamlink-linux/mfc-streamlink'
[10/22/2018 - 15:30:56] Server listening on: 0.0.0.0:9081
[10/22/2018 - 15:30:56] [ERROR] Error: EEXIST: file already exists, mkdir '/snapshot/mfc-new/capture'
pc@pc:~/Documenti/mfc-streamlink-linux$

EDIT 2 :


Thank you very much for the help, now it works, it gave me error because the file I was downloading already existed, it's working with the 9081 configuration :

http://thumbs2.imagebam.com/d5/72/29/a143a11007872684.jpg (http://www.imagebam.com/image/a143a11007872684)

Hermiod
10-24-2018, 11:59 PM
Are the pictures working on the webui? Just tried horacio mfc node and old version, they both fail to load pictures.

The number of viewers also seems a bit off (by a few thousand)

korexaj
10-29-2018, 12:43 PM
https://mega.nz/#!VyxmkC7Z!yu4mkSjcJxEhZOLvmVTF7ty6J37pjnZndlIRFn8 S-2w
(https://mega.nz/#!VyxmkC7Z!yu4mkSjcJxEhZOLvmVTF7ty6J37pjnZndlIRFn8 S-2w)
but it requires streamlink

Finally this forum is back online, can you provide link to this program please. I get an error saying "The file you are trying to download is no longer available."

Thanks

dm9452
10-30-2018, 03:33 PM
https://mega.nz/#!VyxmkC7Z!yu4mkSjcJxEhZOLvmVTF7ty6J37pjnZndlIRFn8 S-2w
(https://mega.nz/#!VyxmkC7Z!yu4mkSjcJxEhZOLvmVTF7ty6J37pjnZndlIRFn8 S-2w)
but it requires streamlink

This forum is alive again!

Sorry, can you upload this file one more time?

Hermiod
10-31-2018, 12:46 AM
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

I downloaded your files, then placed in a directory, tried a "npm install" which failed due to MFCAuto, so I removed that from package.json. "npm install" worked so I copied MFCAuto from an older install I had. But it shows an error (I am on node 10.12):

internal/modules/cjs/loader.js:582
throw err;
^

Error: Cannot find module 'ws'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)
at Function.Module._load (internal/modules/cjs/loader.js:506:25)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (D:\FOLDER\mfc-node-damianonymous\node_modules\MFCAuto\lib\Client.js:1 7:19)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (D:\FOLDER\mfc-node-damianonymous\node_modules\MFCAuto\lib\index.js:6: 10)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)

EDIT: Fixed by copying ws and load modules from another mfc-node folder.

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

That link does not work, please upload again.

Damianonymous
10-31-2018, 09:15 AM
I downloaded your files, then placed in a directory, tried a "npm install" which failed due to MFCAuto, so I removed that from package.json. "npm install" worked so I copied MFCAuto from an older install I had. But it shows an error (I am on node 10.12)...

I downloaded a fresh installation, it still works for me, I use the latest version of node 11.0.0.

https://i.postimg.cc/q6kb2g2j/mfc.jpg (https://postimg.cc/q6kb2g2j)

If you have problems with mfc-node, try this application: https://github.com/0xboobface/ctbrec/releases

korexaj
10-31-2018, 10:53 AM
Hey @horacio,

I was wondering if they will be any updates on your mfc-node to support HD models along with any other improvements?

Thanks

Damianonymous
10-31-2018, 01:44 PM
...to support HD models along with any other improvements?

https://i.postimg.cc/VSYgQswQ/ctb.jpg (https://postimg.cc/VSYgQswQ)

korexaj
10-31-2018, 03:41 PM
https://i.postimg.cc/VSYgQswQ/ctb.jpg (https://postimg.cc/VSYgQswQ)

I already have that and its great but not cpu friendly. i need something that uses the least amount of cpu

Moonspell
11-01-2018, 09:12 AM
I already have that and its great but not cpu friendly. i need something that uses the least amount of cpu

especially if you have an intel cpu whatever "u" even an i-7 like my intel nuc... and doesn't work really good with that, almost all the time at 100% cpu usage, even with only 1 record...
any other programs standalone with a good ram - cpu usage anyone?
I'm mostly interested in the way to record different way of each streams, i think that's awesome, but with mfc node, chaturbate node from the mighty sstativa, is not possible at all...
any help with this?
thanks

supersonic80
11-01-2018, 03:58 PM
Ages ago I succeeded to run capturebate-node on a Raspberry Pi. I don't have any idea why you have a problem with Intel NUC. Shouldn't it be 10 times faster than Raspberry?

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

If you use Windows, you might consider switching to Linux.

especially if you have an intel cpu whatever "u" even an i-7 like my intel nuc... and doesn't work really good with that, almost all the time at 100% cpu usage, even with only 1 record...
any other programs standalone with a good ram - cpu usage anyone?
I'm mostly interested in the way to record different way of each streams, i think that's awesome, but with mfc node, chaturbate node from the mighty sstativa, is not possible at all...
any help with this?
thanks

korexaj
11-01-2018, 04:22 PM
Ages ago I succeeded to run capturebate-node on a Raspberry Pi. I don't have any idea why you have a problem with Intel NUC. Shouldn't it be 10 times faster than Raspberry?

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

If you use Windows, you might consider switching to Linux.


Can you give a quick tutorial on how to get it working on raspberry pi? Also how well does it handle multiple models? what would you say is the upper limit before recordings are affected?

supersonic80
11-01-2018, 06:23 PM
I did not use it for a long, it was more like a "proof of concept".
I believe the main issue was the speed of USB interface. But I used Raspberry Pi 1 model B+, don't think there will be any issues with Raspberry Pi 2 or 3.

Roughly, you will have to

compile and install rtmpdump-ksv (this is the most tricky part, I personally don't have instructions, but there are plenty on this forum),
install nodejs
install the script from the link above


Can you give a quick tutorial on how to get it working on raspberry pi? Also how well does it handle multiple models? what would you say is the upper limit before recordings are affected?

supersonic80
11-01-2018, 06:33 PM
I think I used this in the past to compile rtmpdump-ksv, but I'm not sure if this is still valid.

sudo apt-get install ntp zlib1g-dev supervisor unzip build-essential checkinstall git libssl-devpostfix

wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2l.tar.gz
tar xvf openssl-1.0.2l.tar.gz
cd ~/openssl-1.0.2l
./config
make depend
make
sudo make install

cd ~
git clone https://github.com/BurntSushi/rtmpdump-ksv.git
cd rtmpdump-ksv
make SYS=posix INC="-I/usr/local/ssl/include -L/usr/local/ssl/lib" LDFLAGS="-L/home/ubuntu/openssl-1.0.2l"
sudo make install

Moonspell
11-01-2018, 07:39 PM
Ages ago I succeeded to run capturebate-node on a Raspberry Pi. I don't have any idea why you have a problem with Intel NUC. Shouldn't it be 10 times faster than Raspberry?

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

If you use Windows, you might consider switching to Linux.

i didn't said that... i would like an application, not in java, but in normal programmation code, not eat-cpu's alike chaturbatenode and mfcnode... but an exe with them + cam4 and others... all together... that would be cool.
At the moment i do use chaturbate-node + mfcnode... and that's all.

supersonic80
11-01-2018, 08:10 PM
I know that mfc-node is "memory hungry", but surprised to know that it eats cpu.

Just curious, what CPU do you have?

i didn't said that... i would like an application, not in java, but in normal programmation code, not eat-cpu's alike chaturbatenode and mfcnode... but an exe with them + cam4 and others... all together... that would be cool.
At the moment i do use chaturbate-node + mfcnode... and that's all.

korexaj
11-01-2018, 09:30 PM
I know that mfc-node is "memory hungry", but surprised to know that it eats cpu.

Just curious, what CPU do you have?

i don;t know which version of mfc-node or other related scripts you guys are using but for me ALL of them use less than 100MB each (2 use less 30MB, 1 uses 52MB and last one uses 92MB).

However only one of them seems use almost no cpu (horacio9a's), which hangs around 0 - 4% of cpu usage.

korexaj
11-01-2018, 09:31 PM
I think I used this in the past to compile rtmpdump-ksv, but I'm not sure if this is still valid.

sudo apt-get install ntp zlib1g-dev supervisor unzip build-essential checkinstall git libssl-devpostfix

wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2l.tar.gz
tar xvf openssl-1.0.2l.tar.gz
cd ~/openssl-1.0.2l
./config
make depend
make
sudo make install

cd ~
git clone https://github.com/BurntSushi/rtmpdump-ksv.git
cd rtmpdump-ksv
make SYS=posix INC="-I/usr/local/ssl/include -L/usr/local/ssl/lib" LDFLAGS="-L/home/ubuntu/openssl-1.0.2l"
sudo make install



thanks will give this a go sometime soon. btw what os would you recommend. i haven't used mine in like years but might get latest version to play around with

yerry28
11-04-2018, 12:45 PM
a guy, a member of Camwhores, tv ... he offers me a program that records private sessions of Myfreecams and Chaturbate for 750 dollars ..
any opinion?:confused:

korexaj
11-04-2018, 01:16 PM
a guy, a member of Camwhores, tv ... he offers me a program that records private sessions of Myfreecams and Chaturbate for 750 dollars ..
any opinion?:confused:

can't trust it unless i can see it working and even then i'n not gonna send some random dude $750 and hope he sends me the file.