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

Elgero
02-21-2013, 02:02 PM
Does anybody know how to find out if a girl is online or not?

Currently I'm connecting to one of the chat servers, sending the 'hello fcserver' packet. Then I use the 'guest name' and 'fileno' sent by the server to connect to /mfc2/php/mobj.php?f=*_*&s=chat*. It returns a list of the online girls in json.

It works fine, but I'm sure there must be an easier way to check if one girl is online or not.

itsme
02-21-2013, 02:59 PM
cleared up some pm space.


that is already the easiest way, they just added the mobj.php

Elgero
02-21-2013, 09:40 PM
Thanks itsme.

Leifman
02-23-2013, 03:29 AM
Elgero can you please clear some of ur pms? that website we discussed about my script and stuff changed something i believe... i am getting
ERROR: Closing connection: NetStream.Play.Failed
after all seems ok and just before it should start capturing (which worked fine till yesterday)
gotta pm u about it fully ;P

Elgero
02-23-2013, 09:46 AM
Leifman, I already noticed that, but they changed things to prevent people from recording and currently I have no fix for that, so I cannot help you. It's not a problem with your script. They changed something on their servers.

I think a new version of rtmpdump is required or recording those 'type' of cams isn't possible anymore, at least not right now. I need to do some more testing.

Leifman
02-23-2013, 10:09 AM
Leifman, I already noticed that, but they changed things to prevent people from recording and currently I have no fix for that, so I cannot help you. It's not a problem with your script. They changed something on their servers.

I think a new version of rtmpdump is required or recording those 'type' of cams isn't possible anymore, at least not right now. I need to do some more testing.

yeah but what i wanted to pm u was the older script of mine which still works.. and it uses rtmpdump, thats why i wanted u to clear ur pms so i can re-paste it to u.. might help with something

Elgero
02-23-2013, 10:20 AM
Try now. I've removed a few PMs.

Limes
03-26-2013, 04:28 PM
Hey itsme,
If you could free up some space in your inbox that'd be nice or shoot me a pm. I'd like to make a purchase on your program.

llama
04-01-2013, 02:06 AM
Here's my quick attempt at writing a script to dump and use rtmp params as automatically as possible.

Requires:
1) linux
2) privileges to sniff network

a full page reload on cam page is required to obtain all 8 parameters.

A very good starting point for anyone who wants to investigate past the rickroll'd error message.

dale
04-01-2013, 06:43 PM
A very good starting point for anyone who wants to investigate past the rickroll'd error message.

Is it even possible to get around the rickrolling with rtmpdump? As far as I know MFC uses their own 'protocol' and they send certain data/commands that you need to reply to before they will send you the video stream.

kasoscsk
04-04-2013, 05:02 AM
Does anybody know how to find out if a girl is online or not?

Currently I'm connecting to one of the chat servers, sending the 'hello fcserver' packet. Then I use the 'guest name' and 'fileno' sent by the server to connect to /mfc2/php/mobj.php?f=*_*&s=chat*. It returns a list of the online girls in json.

It works fine, but I'm sure there must be an easier way to check if one girl is online or not.

Can someone explain how you connect to the MFC chat servers and send packets? Thanks.

kasoscsk
04-07-2013, 12:02 PM
I was able to connect to the MFC chat servers and get the list of models using mobj.php. I am able to sort the list of models by Cam Score because it is given in the JSON, but how do I sort the models by most popular room (or room_count)?

yerman
05-23-2013, 02:54 AM
Here's my quick attempt at writing a script to dump and use rtmp params as automatically as possible.

Requires:
1) linux
2) privileges to sniff network

a full page reload on cam page is required to obtain all 8 parameters.

A very good starting point for anyone who wants to investigate past the rickroll'd error message.

thanks for this, I use a similar method for cam4, think im getting the rickrolled error message?

DEBUG: HandleServerBW: server BW = 2500000
DEBUG: HandleClientBW: client BW = 2500000 2
DEBUG: RTMP_ClientPacket, received: invoke 182 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Rejected>
DEBUG: Property: <Name: description, STRING: Connection failed.>
DEBUG: Property: <Name: application, OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name: message, STRING: You have been banned, or video unavailable>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_error>
ERROR: rtmp server sent error
DEBUG: RTMP_ClientPacket, received: invoke 18 bytes


Someone has added a patch to rtmpdump however i get a seg fault

fefe78
05-23-2013, 03:53 AM
Does anybody know how to find out if a girl is online or not?

Currently I'm connecting to one of the chat servers, sending the 'hello fcserver' packet. Then I use the 'guest name' and 'fileno' sent by the server to connect to /mfc2/php/mobj.php?f=*_*&s=chat*. It returns a list of the online girls in json.

It works fine, but I'm sure there must be an easier way to check if one girl is online or not.

very easy way.. I use it to check model status..

get profile page http://profiles.myfreecams.com/<model_name> using wget for example

look at html code and search for "g_nProfileState" variable;

these are the values, extracted from my script code:


case $status in
"0")
status_text="Online"
;;
"2")
status_text="Away"
;;
"12")
status_text="In Private"
;;
"13")
status_text="In Group Show"
;;
"90")
status_text="Online"
;;
"91")
status_text="In Private"
;;
"127")
status_text="Offline"
;;


hope this helps..

Elgero
05-23-2013, 09:47 AM
very easy way.. I use it to check model status..

get profile page http://profiles.myfreecams.com/<model_name> using wget for example

look at html code and search for "g_nProfileState" variable;

these are the values, extracted from my script code:


case $status in
"0")
status_text="Online"
;;
"2")
status_text="Away"
;;
"12")
status_text="In Private"
;;
"13")
status_text="In Group Show"
;;
"90")
status_text="Online"
;;
"91")
status_text="In Private"
;;
"127")
status_text="Offline"
;;


hope this helps..

Thank you. Until recently it was also possible to get the online status via the url below with the UserID of the broadcaster, but they have fixed/removed that.

http://profiles.myfreecams.com/?action=get_status&user_id=5676470&nocache=

yerman
05-23-2013, 10:22 AM
so it seems rtmpsuck will sucessfully downloan any my public myfreecam feeds. Can anyone who has the knowledge edit the rtmpsuck source so that it echos the full rtmpdump command?

oelk
05-23-2013, 11:36 AM
There is no "full rtmpdump command".
You need a socket connection to a special mfc-server in order to stream. rtmpdump won't be able to do this. So standalone rtmpdump can't record a stream.
(That's how it was two month ago. I didn't verify it, but I don't think, they changed it.)

Edge
05-25-2013, 05:49 AM
^^-- the above is true, but all you really need is to be connected to the socket itself. What probably happens is just that your IP address gets stuffed into a big lookup table that is checked by the SSAS asc file, so you can telnet or netcat to chatNN.myfreecams.com. It shouldn't be a hindrance and it would be trivial to make a script that does it right before calling RTMPDump. My main hurdle is the wonky timestamping, even ffmpeg doesn't seem to fix it all the time.

E.

Elgero
05-25-2013, 12:28 PM
Is there a compiled version available of rtmpdump/librtmp with the MFC patch?

Edge
05-25-2013, 03:34 PM
Elegro, there is one on my MBP right here, but chances are you don't want the OS X version =]

I can also compile for 32 or 64 bit Linux but I don't have any Windows dev environment anywhere. If it builds easily with VS Express I can maybe do it in a VMWare or something?

E.

freakadelik
05-25-2013, 05:11 PM
i could compile it for windows (32 and 64 bit),
but were i found the MFC patch source files???

Elgero
05-25-2013, 05:58 PM
Elegro, there is one on my MBP right here, but chances are you don't want the OS X version =]

I can also compile for 32 or 64 bit Linux but I don't have any Windows dev environment anywhere. If it builds easily with VS Express I can maybe do it in a VMWare or something?

E.

I've tried to compile it myself with MinGW, but unfortunately I get all kinds of errors :(

i could compile it for windows (32 and 64 bit),
but were i found the MFC patch source files???

It can be found here:

http://stream-recorder.com/forum/rtmpdump-patch-myfreecams-t16266.html

Thanks.

Edge
05-25-2013, 10:53 PM
I cross-compiled it, here is a static rtmpdump:

http://www.mediafire.com/?aq21y3blzd41by7

I included a build of librtmp.dll just in case someone wants it, but the main executable static x86 (not 64-bit, I have no idea how to cross-compile for that, but it shouldn't matter).

I also added a new command line option --mfc. It works like this:

rtmpdump --mfc video275:107735752:?:5286689 -o hellohollie.flv

or:

rtmpdump --mfc video489:107735752:?:7366515:1 -o tatertot.mp4

Basically the format is:

--mfc videoserver:sessionid:authentication:modelid:[hd]

Where authentication is a single '?' without quotes if guest. The 'hd' parameter is optional and setting it to 1 will attempt to latch onto the MP4 f4v path. The default is FLV.

This should be pretty self-explanatory, if you have no idea what sessionid is or how to get the video server you need to investigate MFC a bit more =] I provide no support or anything like that nor do I actually cap myself. Please note that you will need a socket connection to the chatserver or you'll get RickRolled. You can close it once you have the stream.

E.

Edge
05-25-2013, 10:56 PM
Addendum to the above post:

The code assumes that you're trying to grab a public room stream (mfc_*). It would be trivial to make it so that a parameter controls the type (grp_* and pvt_*) but I don't know or want to know anything about how that works, I'm not super interested in MFC. If someone wants the full source just ask and you can do it yourself =]

It also makes the assumption that if the MFC model ID is >=8 alphanums, it should only get a "1" prefix in the room ID, not a "10" prefix. Is this correct behavior? I don't know, I don't care =]

E.

Elgero
05-26-2013, 04:51 PM
Thank you very much, Edge. It works great.

I can extract the parameters just fine, only need to find out how to map the 'camserv' to the real video server, so I can do everything automatically without having to load the webcam in the browser first. Time to study MFC's source code...

Yes, the prefix is correct. The room ID = model ID + 100000000.


::edit::

What is the correct command for the "RTMP_SetupURL" function in librtmp?

Normally I call it like this, but I'm not sure how to do it now.

RTMP_SetupURL(r, Marshal.StringToHGlobalAnsi("rtmp://server.com/live app=live flashVer=WIN\2011,6,602,168 swfUrl=http://server.com/flash/flash.swf..............")

I tried this, but then "RTMP_Connect" returns 0 (fails).

RTMP_SetupURL(r, Marshal.StringToHGlobalAnsi("mfc=video70:115013455:?:9384194"))

david_kh91
05-26-2013, 07:04 PM
guys i have little problem :(

i cant record in HQ i tried many ways i only get 320x240 video even in HD rooms :mad:

Edge
05-26-2013, 08:21 PM
In reverse order; The HD cams can be any resolution, the only thing that's actually "HD" about them is that they're MP4/F4V streams and need to be latched onto as such. They *might* be of larger dimensions than 320x240 but from what I've seen that's very rare.

E.

Edge
05-26-2013, 08:46 PM
Right, Elegro, to clarify: What I did was hack the RTMPDump source to sort of shorthand the MFC-specific parameters so I wouldn't have to type the -C S:blablabla -C S:morestuff -C S:DOWNLOAD.... bits over and over.

RTMP_SetupURL is only called if fullUrl is filled in, which it will only be if you use -r rtmp://host.com/app, which I never do, I set the variables "hostname" and "app" manually to videoNN.mfc and NxServer, respecfively.

What you probably want to do if you're using LibRTMP is something like this:


AVal mfcapp;
AVal mfcsockshost={0,0};
AVal mfchost;
AVal mfcsession;
AVal mfcauth;
AVal mfcroom;
AVal mfcmode;
AVal mfcmodel;

STR2AVAL(mfcapp,"NxServer");
STR2AVAL(mfchost,"video100.myfreecams.com");

STR2AVAL(mfcsession,"S:12345678");
STR2AVAL(mfcauth,"S:");
STR2AVAL(mfcroom,"S:101234567");
STR2AVAL(mfcmode,"S:DOWNLOAD");
STR2AVAL(mfcmodel,"S:1234567");

RTMP_SetOpt(&rtmp,&av_conn,&mfcsession);
RTMP_SetOpt(&rtmp,&av_conn,&mfcauth);
RTMP_SetOpt(&rtmp,&av_conn,&mfcroom);
RTMP_SetOpt(&rtmp,&av_conn,&mfcmode);
RTMP_SetOpt(&rtmp,&av_conn,&mfcmodel);

RTMP_SetupStream(&rtmp,
RTMP_PROTOCOL_RTMP,
&mfchost,
1935,
&mfcsockshost,
&mfcplaypath,
&tcUrl,
&swfUrl,
&pageUrl,
&mfcapp,
&auth, /* unused */
&swfHash, /* unused */
swfSize,
&flashVer,
&subscribepath,
&usherToken, /* unused */
dSeek, /* unused */
dStopOffset, /* unused */
1, /* we are live */
timeout);


MFC doesn't care about tcUrl, swfUrl or pageUrl and you can probably reuse an empty AVal for all the unused parameters but you get the general idea. The most important thing is to call RTMP_SetOpt *before* you create the stream, LibRTMP will pass it into the connect string. Remember to use an AVal type from amf.h, it's just a struct:


typedef struct AVal {
char *av_val;
int av_len;
} AVal;


Everything in LibRTMP expects AVals for the parameters because it's what AMF uses internally so it just passes it on.

On a side note, a thing I've been tinkering with is to rewrite the timestamping code in LibRTMP to start at zero and tick up accordingly so the saved streams don't get all annoying, do you have any insight here? Aside from using FFMpeg which doesn't do a very good job with this in my experience.

E.

Elgero
05-26-2013, 09:36 PM
Thanks, it works now.

I'm not a C programmer, so I can't help you with the timestamps, but the author of TubeDigger has posted the source code of a small tool that fixes these odd timestamps.

http://stream-recorder.com/forum/showpost.php?p=58087&postcount=31

Edge
05-27-2013, 02:25 PM
^^-- aren't you the one who wrote about how to fill in the videomap array some time ago? No need to investigate then is there =]

My method is slightly different, I connect to the chatserver, send hello, guest and wait for the giant videomap. The regex I use is /0\\[(.*?)\\]/ and then I split $1 with /,/ and end up with a giant array of numeric values. Even entries will be the cam server, odd entries the model ID, so if I have:

...79,1330746,80,10710877,81,13118455,82,3058461,8 3,1492467,84,11664080,85,10125943,86,10798883...

It means model ID 1330746 is video79. If this turns out to be a miss, I take camserv, subtract 500 if >500 and check with the preset videomap from the JS (104:64,109:69... etc).

This seems to work 90% of the time, the problem happens when the model is not in the first list received over the socket, ie. she's on page 2 or something. I have no idea how to keep receiving events or receive events for specific models so I don't know how to get around this.

If you come to any conclusions or figure out a fool-proof method of resolving model->real video server I would definitely like to hear about it, I'm starting to take an interest in MFC =]

Also the timestamp thing, might not be so easy to fix since all LibRTMP does is take whatever timestamp the server sends and stuff it into the outfile, it might just be better to let people fix the file post-download using whichever method they see fit. I am looking at a general patch/solution since this seems to affect pretty much all live streaming sites.

E.

Elgero
05-27-2013, 10:08 PM
That wasn't me. I think it was user 'itsme' who wrote that on one of the first pages of this thread.

I'm not using the videomap from the chatserver. I connect to the chatserver, send hello, guest and it returns "fileno" and I use that to get "/mfc2/php/mobj.php?f={0}&s=chat{1}". This returns the entire list of broadcasters currently online and other various info about them in JSON. You do not have to stay connected to the chatserver while getting this list, but you can only get it once with that particular "fileno".

{"fileno":"112411765_1085803"}

{0} = fileno returned
{1} = chatserver number you connected to

I extract "nm", "uid" and "camserv". Then I do what you do as well. If "camserv" > 500 then substract 500. If "camserv" < 500 then I get the server from the videomap from the JS.

So far I have tested it with about 30 broadcasters and every time the videoserver was correct.

Edge
06-10-2013, 07:59 PM
Well they changed the auth format again =] Go read up on Shunting-Yard algorithm, I'm not posting a patch here or they'll just do it again... and again... and again =P

E.

drbmn
06-10-2013, 09:52 PM
Here's my rtmpdump patch that implements the latest (javascript eval)version of their challenge. http://pastebin.com/fzWnsiVU

Elgero
06-10-2013, 09:55 PM
That's the problem with these forums. Not only the people who want to record the streams are here, but also the admins/programmers of the webcam sites are here to see if people have found ways to record their streams, if they have security holes, etc.

I'm not a C programmer and won't be able to fix it, but it was fun playing around with this rtmpdump version. Thank you, Edge :)

InterdimensionalCow
06-11-2013, 01:20 AM
So would that be why the forums came back? I noticed they disappeared the end of last month and I thought they were gone forever, but I accidentally clicked a link into the site 10 minutes ago while checking cached versions and it loaded up. But back on point, did make it go down but then let it back up for observation? (Or where is the announcement post I haven't found yet.)

gaben
06-11-2013, 07:23 AM
Here's my rtmpdump patch that implements the new javascript eval challenge.

http://pastebin.com/fzWnsiVU

compile with mingw:
make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ="-lz -static"

EDIT: Didn't think the post I made on the bugmenot account above would go through.

xaboxa
06-11-2013, 08:08 AM
If any of you think to be in front of MFC I think all this patches and informations should be exchanged over PM. Otherwise, you will have to write new patches.

By the way, I would be grateful if any of you tell me is it possible to record pvts at MFC using this patches (via private message of course). Thank you :)

Edge
06-11-2013, 12:42 PM
Gaben that's a lot of code for something that only needs a Shunting Yard =] It's actually pretty smart because Flash/AS3 doesn't have "eval" anymore so in order to "run" their little challenge you need to be an actual browser to accept it in an ExternalInterface call... Or, well, you don't *need* to as just shown =] I have a different way of solving it that's less elegant but also less code.

E.

gaben
06-11-2013, 01:37 PM
It was the easiest fix and it works. Don't need proper code for something they will just patch again down the road.

itsme
06-18-2013, 09:24 AM
If any of you think to be in front of MFC I think all this patches and informations should be exchanged over PM. Otherwise, you will have to write new patches.

By the way, I would be grateful if any of you tell me is it possible to record pvts at MFC using this patches (via private message of course). Thank you :)

no you'll need more "patches"

CristianoA
06-18-2013, 12:13 PM
no you'll need more "patches"

so it's possible ?

Leifman
06-19-2013, 11:27 AM
no you'll need more "patches"

can you please free some pms? can't pm you...

stalker96
06-19-2013, 01:03 PM
no you'll need more "patches"
can you please free some pms? can't pm you...

+1, I'm curious if lurk4 still works

CristianoA
06-20-2013, 07:26 PM
+1, I'm curious if lurk4 still works

+2 me too

yerman
07-09-2013, 08:16 AM
I nearly have a working solution which I will share for free if someone can help me debug the last bit

http://stream-recorder.com/forum/automated-cam4-downloading-script-inside-need-help-t16474.html

CristianoA
07-09-2013, 11:30 AM
I nearly have a working solution which I will share for free if someone can help me debug the last bit

http://stream-recorder.com/forum/automated-cam4-downloading-script-inside-need-help-t16474.html

solution to record group/private shows without being in the room (MFC) ?

yerman
07-09-2013, 12:23 PM
I think I was jumping the gun a bit, it looks like im getting the rickrolled message :(

CristianoA
07-09-2013, 01:31 PM
I think I was jumping the gun a bit, it looks like im getting the rickrolled message :(

don't give up :)

Edge
07-10-2013, 05:00 PM
All I can say is, you're making it too complicated.

itsme
07-12-2013, 08:29 AM
+2 me too

it works but it has gotten a lot of problems lately. I'm currently in the progress of rewriting it, ditching my own rtmpdecoder/httpclass and utilize curl/librtmp so I don't have to worry about a lot complicated codebase

Admin
08-20-2013, 10:19 AM
Replay Video Capture (http://applian.com/replay-video-capture/) will always work, no matter what the protocol changes are in the future.

For a free version, try Vixy Freecorder (http://vixy.net). Not quite as good quality, but the screen recorder works reasonably well.

forlan38
09-21-2013, 07:10 AM
Is it possible to record a model when she gets online? If the popup page open, RMC can directly start recording, but when the browser is closed and the model is offline, it's not possible to open that popup page again.

Spinnaker2001
10-16-2013, 05:39 PM
I recently got a bootleg version of the latest lurk4 which is supposed to handle the curling a lot better (last version of lurk4 stalls out at least twice daily). The only problem is that the software closes as soon as I open it up, guessing that happens with bootleg copies :(

I've been trying for over a year now to get my hands on a legitimate copy of this software, but every time I try to send itsme a private message it bounces back at me with:

itsme has exceeded their stored private messages quota and can not accept further messages until they clear some space.

Can anyone point me in the right direction so that I can simply purchase a legit copy of the latest build of lurk? I really hate ripping it off and I don't feel like decompiling what I have to circumvent the Delphi code :(

tural2010
10-21-2013, 01:58 PM
I read in another thread that it is possible to get the online model list by connecting via telnet. I did the following:


telnet
open chat40.myfreecams.com 80
It connects to the server. I quickly paste the two following commands.

send hello fcserver\n\0
send 1 0 0 20071025 0 guest:guest\n\0

A few seconds passes and the server sends a response.

HTTP/1.1 408 Request Time-out

It says that "Server timeout waiting for the HTTP request from the client." What am I missing here? I would to get the giant videomap too. I am a .NET developer and not a web developer, unfortunately. So I'm coming up short when manipulating javascript code. If someone can help with either the telnet solution to receiving the videomap or how to establish a socket connection. I would be really thankful.

Spinnaker2001
02-11-2014, 10:12 PM
it works but it has gotten a lot of problems lately. I'm currently in the progress of rewriting it, ditching my own rtmpdecoder/httpclass and utilize curl/librtmp so I don't have to worry about a lot complicated codebase

I'd be very interested in purchasing a copy if there is any way to, but your inbox is always full :(

Deynorx
02-14-2014, 02:04 PM
Hi,
sorry if i do a question that has already been done.
is there a simply way to automatically capture video from MFC when a model login in public chat? I'm interested only in that.

I read about Replay Video Capture (yes i need it in windows).
It Will work?

Thanks in advance :)

zappy99
03-02-2014, 04:33 AM
Hi again, I added some code, and now the interface is better. Now can add and delete models in watchlist without edit files directly. I added, organized and formated some data.
Here a capture

http://img216.imagevenue.com/img.php?image=001212566_recordMev02_123_578lo.jpg


Do you like the interface?

I will finish some details, and i think the version 0.3 is the first version you will get.
If you have some comment, please send pm, or post.

In the next versions i will add some sites like
girlsonsexcam, eurolive, cam4, camfuze, chaturbate, streammate, xlovecam, flirt4free

If you are interested in other, please tell me

RecordMe, your message private is full, I tried to give you a message.

thefan
03-21-2014, 10:01 AM
Recordme software is not working/available, the guy disappeared after selling a few copies. Thats what i heard atleast...

thefan

zappy99
03-22-2014, 04:33 AM
Recordme software is not working/available, the guy disappeared after selling a few copies. Thats what i heard atleast...

thefan

Thanks for clarifying. It's sad that I can not find a program like that lurk4 :(

jimmycrow
03-24-2014, 09:29 AM
There's a free version of recording software for Chaturbate that I found while surfing the web. And on the site there seems to be a solution for MFC recording as well. Worth to take a look.

http://bit.ly/1pspPT8

Rhade
03-24-2014, 12:39 PM
running it sandboxed it looks legit, rtmpdump, librtmp in the folder but askes to register or supply a pw to open, clicling the regiest link sends me to xexit.com vpn signup page. Seems like a scam anyone else get it to work?

jimmycrow
03-24-2014, 12:51 PM
Yes, it's actually xexit.net and it's their site. So it's also common sense to have a user/pass there in order to run it.

The screenshot of the program: http://imgur.com/EsVt9RK

Rhade
03-24-2014, 12:53 PM
Ya my bad its legit, it works tested and confirmed

whats the mfc one?

jimmycrow
03-24-2014, 01:01 PM
It's in the services there. they record the model for you for a fee. The program as far as I know is on linux and that's why it's not public release. (not many ppl use linux)

Rhade
03-24-2014, 01:05 PM
Ya jsut saw that, its 8 dollars per month per model to record

thats kinda way too much i recored over 100 models lol 800 bucks per month

if some one uses linux can we buy the software lol? i wonder, prob not

jimmycrow
03-24-2014, 01:27 PM
Haven't thought of that, you could always ask I guess :) I got my answers writing to the e-mail they sent me to confirm the account.

thefan
03-28-2014, 04:17 PM
Asked them, software seems pricey at 350$+ monthly fee+linux only. I hope i get some screenshots though, so i could see how it really works/feels like.

thefan

Rhade
03-28-2014, 06:32 PM
also only accepts bitcoin :P

but not a big deal :P

CristianoA
03-29-2014, 05:48 AM
Asked them, software seems pricey at 350$+ monthly fee+linux only. I hope i get some screenshots though, so i could see how it really works/feels like.

thefan

350$ lol

capping_is_fun
03-30-2014, 12:18 PM
350$+ monthly fee

lol

Is there a lot of demand for an app that caps streams from mfc? Because I can make one that's much cheaper. But I'm not going to bother if there's no interest.

Rhade
03-30-2014, 12:39 PM
lol

Is there a lot of demand for an app that caps streams from mfc? Because I can make one that's much cheaper. But I'm not going to bother if there's no interest.

Yes, Yes there is :P

jabbath1987
03-30-2014, 04:51 PM
lol

Is there a lot of demand for an app that caps streams from mfc? Because I can make one that's much cheaper. But I'm not going to bother if there's no interest.

That would be really nice if you can make a tool similar or even better than lurk4. How much will it cost?

jimmycrow
03-30-2014, 06:35 PM
At least post some real information if you do it.
Their application is for linux only at the moment, the windows version is due at the end of this week.
The price is 16$/month NOT 350$ + 16$.
And ye, they only take bitcoin.

CristianoA
03-31-2014, 04:45 AM
lol

Is there a lot of demand for an app that caps streams from mfc? Because I can make one that's much cheaper. But I'm not going to bother if there's no interest.

yes there is :)

zappy99
03-31-2014, 07:29 AM
yes there is :)

Idem*

capping_is_fun
04-01-2014, 11:35 AM
That would be really nice if you can make a tool similar or even better than lurk4. How much will it cost?

I've never used lurk4 so I don't know what features it has.

But these are the features I'm thinking of in my app.


Cross platform (Windows/Mac) Maybe Linux
Cap manually or auto, based on a list of models or criteria like camscore # of people in room, new models etc
Embedded ffmpeg so you can re-encode the caps to whatever codec/format/compression you want


If you have any other ideas private message me or post it here.

As for the cost I don't know but I don't think it'll be over $20

zappy99
04-01-2014, 03:02 PM
capping_is_fun, can you show us some pictures or a tutorial of your application? Thank you

jabbath1987
04-01-2014, 04:18 PM
I've never used lurk4 so I don't know what features it has.

But these are the features I'm thinking of in my app.


Cross platform (Windows/Mac) Maybe Linux
Cap manually or auto, based on a list of models or criteria like camscore # of people in room, new models etc
Embedded ffmpeg so you can re-encode the caps to whatever codec/format/compression you want


If you have any other ideas private message me or post it here.

As for the cost I don't know but I don't think it'll be over $20

That is pretty much all what is needed. Download automatically by model list or per criteria like viewers or camscore. That's the same lurk4 does. Pricing seems fair to me.

jimmycrow
04-04-2014, 12:38 AM
Windows release is available. Screenshots on the site.

thefan
04-06-2014, 04:09 PM
Yup the price of the program is 16$ a month no startup fee and windows version . Sorry for incorrect input first, but first i was given the wrong info.

jabbath1987
04-07-2014, 10:55 AM
Yup the price of the program is 16$ a month no startup fee and windows version . Sorry for incorrect input first, but first i was given the wrong info.

Anyone post a link to the program? Thanks

Rhade
04-07-2014, 12:20 PM
Anyone post a link to the program? Thanks

Sign up on his site, he has screencaps and info on how to get it

jabbath1987
04-07-2014, 07:03 PM
Sign up on his site, he has screencaps and info on how to get it

Sorry can't find the link to the site. Has it been posted here before?

guestbuy
04-08-2014, 05:50 PM
Sorry can't find the link to the site. Has it been posted here before?

http://xexit.net/

I'm not sure if Rhade is still working on his wonderful program, but any way to include auto join for similar files (ie, same date)?

Rhade
04-08-2014, 06:17 PM
ive modded it to work with xexits app, but no i still cant figure out how to get the original creation date in the filename or only join files together if they occur on the same day

jabbath1987
04-09-2014, 10:53 AM
http://xexit.net/

I'm not sure if Rhade is still working on his wonderful program, but any way to include auto join for similar files (ie, same date)?

Ok thanks. But it seems to me auto recording when a model comes online is not supported.

Rhade
04-09-2014, 11:03 AM
Ok thanks. But it seems to me auto recording when a model comes online is not supported.

it works

CristianoA
04-10-2014, 08:30 AM
lol

Is there a lot of demand for an app that caps streams from mfc? Because I can make one that's much cheaper. But I'm not going to bother if there's no interest.

any progress ? :D

zappy99
04-10-2014, 12:39 PM
any progress ? :D
capping_is_fun, I am interested in your program.

ZeChico
04-30-2014, 09:10 AM
If anyone have problems repairing the FLV files from MFC I suggest you to read this post:
http://stream-recorder.com/forum/showpost.php?p=67367&postcount=49

Regards!

hotrod4us15
05-13-2014, 07:24 PM
capping_is_fun, I am interested in your program.

I am also very interested. any progress?

hotrod4us15
05-13-2014, 07:24 PM
lol

Is there a lot of demand for an app that caps streams from mfc? Because I can make one that's much cheaper. But I'm not going to bother if there's no interest.

very interested.

thefan
06-03-2014, 06:30 PM
same here, i am interested even though im currently with another program.

Garret666
06-25-2014, 06:18 AM
I am also very interested in a program to auto record MFC :)

CristianoA
06-25-2014, 11:53 AM
capping_is_fun

Last Activity: 04-20-2014 09:52 AM :(

alphabr
06-25-2014, 10:08 PM
another bit of information for other developer:

check out the loginResult invoke packet, it contains the streamid and key you need, wait for the UpdateSession Packet until the girl is in RX_IDLE Mode and use the key to compute the hash, send the result as result packet. If you guys are developer... the way to compute the hash is in the swf (decompile it).
rtmpdump might be capable of responding to the check, I don't know never had to use it so deeply. Don't except streaming recorder to fix this (more like to add since nothing is broken). This check was in before but MFC never checked for the result of the loginResult Packet (and wasn't sent by the client)



I don't think you guys have Lurk4. Probably the 3 year old version being a remote control for orbit, which could do nothing? Post screenshots and I'll tell you.
It's not public anymore I only sell it via aim/mail so stop pming for a dl link lol.

Itsme if you are still here, can you help explaning how I reply to the chalenge using rtmpdump.exe

thanks

getflv
06-29-2014, 02:28 AM
Latest GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) can record myfreecmas videos no problem.:cool:

alphabr
06-30-2014, 10:31 AM
I managed to replay the mfc challenge, but when star recording, it keep forefever in 0kb.

Here is the debug log :

Starting download at: 0.000 kB
DEBUG: RTMP_ClientPacket, received: notify 24 bytes
DEBUG: (object begin)
DEBUG: Property: <Name: no-name, STRING: |RtmpSampleAccess>
DEBUG: Property: <Name: no-name, BOOLEAN: FALSE>
DEBUG: Property: <Name: no-name, BOOLEAN: FALSE>
DEBUG: (object end)
DEBUG: HandleCtrl, received ctrl, type: 31, len: 6
DEBUG: HandleCtrl, Stream BufferEmpty 1
DEBUG: RTMP_SendPause, 1, pauseTime=0
DEBUG: Invoking pause
DEBUG: HandleCtrl, received ctrl, type: 32, len: 6
DEBUG: HandleCtrl, Stream BufferReady 1
DEBUG: RTMP_ClientPacket, received: invoke 156 bytes
DEBUG: (object begin)
DEBUG: Property: <Name: no-name, STRING: onStatus>
DEBUG: Property: <Name: no-name, NUMBER: 0.00>
DEBUG: Property: NULL
DEBUG: Property: <Name: no-name, OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: status>
DEBUG: Property: <Name: code, STRING: NetStream.Pause.Notify>
DEBUG: Property: <Name: description, STRING: Pausing mfc_111994074.>
DEBUG: Property: <Name: details, STRING: mfc_111994074>
DEBUG: Property: <Name: clientid, STRING: BYIQQQsK>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Pause.Notify
DEBUG: RTMP_SendPause, 0, pauseTime=0
DEBUG: Invoking pause
DEBUG: HandleCtrl, received ctrl, type: 31, len: 6
DEBUG: HandleCtrl, Stream BufferEmpty 1
DEBUG: HandleChangeChunkSize, received: chunk size change to 4096
DEBUG: HandleCtrl, received ctrl, type: 0, len: 6
DEBUG: HandleCtrl, Stream Begin 1
DEBUG: HandleCtrl, received ctrl, type: 32, len: 6
DEBUG: HandleCtrl, Stream BufferReady 1
DEBUG: RTMP_ClientPacket, received: invoke 160 bytes
DEBUG: (object begin)
DEBUG: Property: <Name: no-name, STRING: onStatus>
DEBUG: Property: <Name: no-name, NUMBER: 0.00>
DEBUG: Property: NULL
DEBUG: Property: <Name: no-name, OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: status>
DEBUG: Property: <Name: code, STRING: NetStream.Unpause.Notify
>
DEBUG: Property: <Name: description, STRING: Unpausing mfc_111994074.
>
DEBUG: Property: <Name: details, STRING: mfc_111994074>
DEBUG: Property: <Name: clientid, STRING: BYIQQQsK>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Unpause.Notify
DEBUG: HandleCtrl, received ctrl, type: 31, len: 6
DEBUG: HandleCtrl, Stream BufferEmpty 1
DEBUG: HandleCtrl, received ctrl, type: 32, len: 6
DEBUG: HandleCtrl, Stream BufferReady 1
DEBUG: RTMP_ClientPacket, received: invoke 162 bytes
DEBUG: (object begin)
DEBUG: Property: <Name: no-name, STRING: onStatus>
DEBUG: Property: <Name: no-name, NUMBER: 0.00>
DEBUG: Property: NULL
DEBUG: Property: <Name: no-name, OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: status>
DEBUG: Property: <Name: code, STRING: NetStream.Play.Start>
DEBUG: Property: <Name: description, STRING: Started playing mfc_1119
94074.>
DEBUG: Property: <Name: details, STRING: mfc_111994074>
DEBUG: Property: <Name: clientid, STRING: BYIQQQsK>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.Start
DEBUG: RTMP_ClientPacket, received: notify 24 bytes
DEBUG: (object begin)
DEBUG: Property: <Name: no-name, STRING: |RtmpSampleAccess>
DEBUG: Property: <Name: no-name, BOOLEAN: FALSE>
DEBUG: Property: <Name: no-name, BOOLEAN: FALSE>
DEBUG: (object end)
DEBUG: HandleCtrl, received ctrl, type: 31, len: 6
DEBUG: HandleCtrl, Stream BufferEmpty 1
DEBUG: HandleCtrl, received ctrl, type: 6, len: 6
DEBUG: HandleCtrl, Ping 360409342
DEBUG: sending ctrl, type: 0x0007
DEBUG: HandleCtrl, received ctrl, type: 6, len: 6
DEBUG: HandleCtrl, Ping 360709933
DEBUG: sending ctrl, type: 0x0007
DEBUG: HandleCtrl, received ctrl, type: 6, len: 6
DEBUG: HandleCtrl, Ping 361010525
DEBUG: sending ctrl, type: 0x0007

Any help if rtmpdump can still record from MFC ?

When I send a wrong challenge check, it sownload fine the rickrolling video...

Thanks

alphabr
06-30-2014, 11:25 AM
I used -R switch and sometimes it works for some models .

Strange

alphabr
07-02-2014, 04:22 PM
now I see..

It stuck on 0kB just for MFC HD video models.

Is rtmpdump support it ?

thanks

alphabr
07-07-2014, 05:24 PM
The problem is Im not mapping correctly the cam server ID,

I got a map from JS and from FC Hello server.

Now I need to find out how Hd cam is mapped.

Thanks

CristianoA
07-13-2014, 10:27 AM
anyone bought MFC-Gurlz app ?

CristianoA
07-13-2014, 10:32 AM
I've never used lurk4 so I don't know what features it has.

But these are the features I'm thinking of in my app.


Cross platform (Windows/Mac) Maybe Linux
Cap manually or auto, based on a list of models or criteria like camscore # of people in room, new models etc
Embedded ffmpeg so you can re-encode the caps to whatever codec/format/compression you want


If you have any other ideas private message me or post it here.

As for the cost I don't know but I don't think it'll be over $20

are you still there :(

Garret666
07-14-2014, 01:41 AM
anyone bought MFC-Gurlz app ?

Yes and it working great. I highly recommend it :)

On the other hand, I have problems with Gurlz for Chaturbate. The recording starts (the file is created but it stops immediately)

EDIT: CB Gurlz is working as long as the files are in a dir without spaces

luhzifer
07-14-2014, 05:31 AM
anyone bought MFC-Gurlz app ?

Where can i get the app from? ;)

CristianoA
07-14-2014, 09:48 AM
Yes and it working great. I highly recommend it :)

On the other hand, I have problems with Gurlz for Chaturbate. The recording starts (the file is created but it stops immediately)

EDIT: CB Gurlz is working as long as the files are in a dir without spaces

but it doesn't have the most important option you can't add list of models to record you need to wait when model is online which sucks :(

Rhade
07-14-2014, 05:38 PM
if your savvy you can add offline models by following the format in his config file and keep appending on new models, it works here have added many offline models

CristianoA
07-15-2014, 09:34 AM
if your savvy you can add offline models by following the format in his config file and keep appending on new models, it works here have added many offline models

thanks for info

CristianoA
07-15-2014, 09:36 AM
Yes and it working great. I highly recommend it :)

On the other hand, I have problems with Gurlz for Chaturbate. The recording starts (the file is created but it stops immediately)

EDIT: CB Gurlz is working as long as the files are in a dir without spaces

i have the same problem The recording starts (the file is created but it stops immediately) :(

directory path is correct no spaces and still not working :(

CristianoA
07-17-2014, 03:17 PM
i have the same problem The recording starts (the file is created but it stops immediately) :(

directory path is correct no spaces and still not working :(

problem solved :)

hotrod4us15
08-04-2014, 06:43 PM
if your savvy you can add offline models by following the format in his config file and keep appending on new models, it works here have added many offline models

where can I find the config file?

highland89
09-05-2014, 11:57 PM
Can anyone help with a way to monitor when a model enters group, then automatically have my computer enter the group show? RMC can record, but I don't want to sit around for hours waiting for a group show.

Elgero
09-06-2014, 12:34 PM
Does anybody know if there's a patched librtmp available that can handle the MFC challenge? If you do, then please reply via Private Message or they'll change the challenge again.

Thanks.

jyrek23
10-08-2014, 04:51 AM
Hi!

I have a solution for MFC.
If anyone needs - send me PM
Price: $100 - with free updates (via GIT)

{ Free test [via TeamViewer] }

jyrek23
10-09-2014, 07:12 PM
I have a solution for MFC.
If anyone needs - send me PM
Price: $100 - with free updates (via GIT)

{ Free test [via TeamViewer] }

Allows you to record HD / SD via RTMPdump.

xaboxa
10-10-2014, 03:46 AM
Hi!

I have a solution for MFC.
If anyone needs - send me PM
Price: $100 - with free updates (via GIT)

{ Free test [via TeamViewer] }

I am wondering how much will cost solution to record pvt using the same tool...

jyrek23
11-02-2014, 09:22 AM
There is free "demo" limited to 30 secs.
http://goo.gl/DralUm

I sell a patch to rtmpdump.

Price dropped to $59.99

Rhade
11-02-2014, 10:24 AM
where can I find the config file?

C:\Users\%Computer Name%\AppData\Local\xexit.net

Rhade
11-02-2014, 10:25 AM
There is free "demo" limited to 30 secs.
http://goo.gl/DralUm

I sell a patch to rtmpdump.

Price dropped to $59.99

does it auto record when the model comes online?

jyrek23
11-02-2014, 03:55 PM
anyone can crack MFC Gurlz ?

REMOVED!

https://www.virustotal.com/pl/file/f637e5edc99f38ed957a8faec0a6cb97f19995e09b2b0bc934 468620bd1d7b64/analysis/
http://www.avgthreatlabs.com/virus-and-malware-information/info/msil/?name=MSIL4.AIIA&utm_source=TDPU&utm_medium=RS&PRTYPE=AVF

CristianoA
11-02-2014, 06:17 PM
http://www.avgthreatlabs.com/virus-and-malware-information/info/msil/?name=MSIL4.AIIA&utm_source=TDPU&utm_medium=RS&PRTYPE=AVF

wow i scanned the whole zip archive before a few weeks ago and it was clean weird

edit: jyrek23 can please edit your post and remove download link thx

jyrek23
11-03-2014, 02:12 AM
wow i scanned the whole zip archive before a few weeks ago and it was clean weird

edit: jyrek23 can please edit your post and remove download link thx


OK, I removed

CristianoA
11-30-2014, 05:46 PM
anyone know if MFC Gurlz app still works ?

jaredmfc
01-01-2015, 06:09 PM
@jyrek23 -- how can I contact you? your stream-recorder profile won't accept any new private messages. do you have a contact email you can pm me? I'm interested in collaborating on your software development efforts. Cheers. J

Farquaad
01-02-2015, 06:24 AM
@jyrek23 -- how can I contact you? your stream-recorder profile won't accept any new private messages. do you have a contact email you can pm me? I'm interested in collaborating on your software development efforts. Cheers. J

same for me

Elgero
01-10-2015, 09:56 AM
That jyrek guy hasn't been online for a month and a half.


http://img106.imagevenue.com/loc180/th_907917336_Screenshot_122_180lo.jpg (http://img106.imagevenue.com/img.php?image=907917336_Screenshot_122_180lo.jpg)

johnpupek
01-10-2015, 10:56 AM
OK, I removed
Where are you,dude?I'm waiting for you clear your inbox;)

Winstontoo
01-10-2015, 11:37 AM
That jyrek guy hasn't been online for a month and a half.


http://img106.imagevenue.com/loc180/th_907917336_Screenshot_122_180lo.jpg (http://img106.imagevenue.com/img.php?image=907917336_Screenshot_122_180lo.jpg)

Interesting cap there :) .

johnpupek
01-10-2015, 12:06 PM
That jyrek guy hasn't been online for a month and a half.


http://img106.imagevenue.com/loc180/th_907917336_Screenshot_122_180lo.jpg (http://img106.imagevenue.com/img.php?image=907917336_Screenshot_122_180lo.jpg)

I need that software!!!

CristianoA
01-10-2015, 04:28 PM
That jyrek guy hasn't been online for a month and a half.


http://img106.imagevenue.com/loc180/th_907917336_Screenshot_122_180lo.jpg (http://img106.imagevenue.com/img.php?image=907917336_Screenshot_122_180lo.jpg)

do you sell it ?

ak74su
01-18-2015, 02:05 AM
That jyrek guy hasn't been online for a month and a half.


http://img106.imagevenue.com/loc180/th_907917336_Screenshot_122_180lo.jpg (http://img106.imagevenue.com/img.php?image=907917336_Screenshot_122_180lo.jpg)

How much for that software?

jyrek23
01-30-2015, 02:53 AM
If anyone needs still my software

http://screenshu.com/static/uploads/temporary/83/n7/z9/atvdde.jpg

jaredmfc
02-02-2015, 07:34 AM
jyrek23,

I'm still interested. PM me.

arafaq
02-05-2015, 02:56 PM
did somebody test MFCdump? is it worth the money?

xaboxa
02-06-2015, 01:13 AM
did somebody test MFCdump? is it worth the money?

Every app that was made by Elgero till now was great so I am sure and this one is worth money if you can afford it to buy...

123meins
02-06-2015, 03:19 AM
Interested too in that software.

anyone hat luck to get his hands on it? only works for mfc or chaturbate as well?
whats about password/private shows, if u have the password? does that work?

Thanks for this information.

Garret666
02-07-2015, 12:00 PM
I am also interested by the MFCDump program if it is still for sale :)

hylongauer
02-08-2015, 02:51 AM
I'm interested too.

jyrek23
02-10-2015, 03:17 AM
** MFC is not my - i have own linux-based app **

MarekPh
02-12-2015, 06:23 AM
** MFC is not my - i have own linux-based app **

does it work on windows ? is there any appl for windows ?

Garret666
02-13-2015, 01:18 PM
** MFC is not my - i have own linux-based app **
So do you know who programmed it and how I can buy it?

rambus8
02-14-2015, 10:58 PM
hi guys,

I record MFC streaming with RTMPdumpHelper and it works very well.
I only have a problem.....is it normal that all videos have the resolution
320x240 ? Even if model have an HD cam...videos are alway 320x240

am I doing something wrong ? Is There a way for record mfc streaming at higher resolution ?

Thanks :)

darbie193
02-16-2015, 05:07 AM
that HD icon is a lie.. 320x240 is their max supported resolution. MFC must think it's 2005 still or something

xaboxa
02-16-2015, 08:24 AM
that HD icon is a lie.. 320x240 is their max supported resolution. MFC must think it's 2005 still or something

I believe HD icon represent that performer have HD cam and is broadcasting in HD resolution but their system does not support delivering of such quality of a video stream to us.

lol

Rhade
02-16-2015, 09:09 AM
i believe HD actually refers to the Codec used. IE all the HD labeled cams seem to be H264 AVC while normal cams are H263 sorenson

superfake123
02-28-2015, 02:29 PM
hi guys,

I record MFC streaming with RTMPdumpHelper and it works very well.
I only have a problem.....is it normal that all videos have the resolution
320x240 ? Even if model have an HD cam...videos are alway 320x240

am I doing something wrong ? Is There a way for record mfc streaming at higher resolution ?

Thanks :)

can you please give instructions on how to record with RTMPdumpHelper ?

jaredmfc
03-02-2015, 04:15 AM
For anyone who has had success recording rtmp, I am looking for 3 mfc beta testers for a Win7 app I'm currently developing. PM me with your method and if it's legit and one I haven't seen before (Ie. Best possible sound and/or image quality recording methods are what I'm mainly interested in.) I'll send you a download link as soon as the beta version is available. (Late April)

Also, I'm looking for 3 CB beta testers as well. If you know how to record cb rtmp streams, send me a PM!

AnonCapper
03-12-2015, 09:12 PM
Hi guys,

I'm working on a new recording tool that should be ready soon.

Feature:

Auto Record - Based on Cam Score and Inclusion List
Highest Quality Recordings
Exclusion List - Models to never record
Video Preview - Stream can be previewed at any time


Are there any core features that I am missing?

http://s14.postimg.org/jdfl47jmp/MFCRecorder.png

diablo888
03-14-2015, 11:26 PM
Hi guys,

I'm working on a new recording tool that should be ready soon.

Feature:

Auto Record - Based on Cam Score and Inclusion List
Highest Quality Recordings
Exclusion List - Models to never record
Video Preview - Stream can be previewed at any time


Are there any core features that I am missing?


if you record the .ts stream instead of the Flash Video stream you shouldnt call it highest quality, should you? ;)
its not much of a difference but there is a tiny difference in quality. and yea i got no idea how to easily grab the flash video version either without rtmpsuck...

Garret666
03-15-2015, 08:33 AM
Hi guys,

I'm working on a new recording tool that should be ready soon.

Feature:

Auto Record - Based on Cam Score and Inclusion List
Highest Quality Recordings
Exclusion List - Models to never record
Video Preview - Stream can be previewed at any time


Are there any core features that I am missing?



I would like a way to format the filename:
- a girl has a different name, 1 on CB and 1 on MFC and I would like to use only 1 for both (I know it's only for MFC but maybe add CB?)
- a way to have the date and time like YYYYMMDD-HHmmss 20150315-132942 for 2015/13/15 13:29:42
- allow to add a girl even if her stream is offline

Otherwise, it's looking good :)

rambus8
03-16-2015, 08:21 AM
How can you record the .ts stream instead of the Flash Video stream ?

When I run RtmpDumpHelper it automatically starts to record the flash stream.

Rhade
03-16-2015, 10:39 AM
How can you record the .ts stream instead of the Flash Video stream ?

When I run RtmpDumpHelper it automatically starts to record the flash stream.

from the looks of it he is connecting to the MFC mobile feeds, using FFMPEG or somthing similar and m3u8 manifests

CapMan
03-19-2015, 12:35 AM
that HD icon is a lie.. 320x240 is their max supported resolution.
Actually, models can broadcast at least 640x480 on MFC.

i believe HD actually refers to the Codec used. IE all the HD labeled cams seem to be H264 AVC while normal cams are H263 sorenson
Rhade is correct.

The indication of HD on MFC refers to the codec utilized, independent of broadcast resolution.

sillyfooly
04-14-2015, 04:09 AM
How to record MFC in Groupshow or PrivateShow ?

What program to use ?

i am new user please suggest me
Thankyou

CristianoA
04-14-2015, 05:39 AM
How to record MFC in Groupshow or PrivateShow ?

What program to use ?

i am new user please suggest me
Thankyou

try TubeDigger

sillyfooly
04-14-2015, 06:41 AM
Sorry
I mean
I not have premium member in mfc ( no Token )
and how to record in GroupShow when model has start Groupshow

Thank you all

Rhade
04-14-2015, 01:02 PM
Sorry
I mean
I not have premium member in mfc ( no Token )
and how to record in GroupShow when model has start Groupshow

Thank you all

you can't

Garret666
04-23-2015, 08:23 AM
So, is there any working CB/MFC recorder? I don't need private/groups, just "This model is online, I start recording" :)

fefe78
04-30-2015, 09:06 AM
Hi,

I'm looking for someone who can share informations and hints on MFC mechanism to understand how it works and which are the challenges to beat... developer side (only unix os)..
I tried to study the socket mechanism with python.. but still have problems..

All this is for personal knoweledge.. not interested in making profits..

thanks everybody..

guestbuy
05-18-2015, 03:24 PM
So, is there any working CB/MFC recorder? I don't need private/groups, just "This model is online, I start recording" :)

I'm curious to. The one I was using seems to no longer be "supported".

AnonCapper
06-12-2015, 01:32 PM
Hi guys,

I'm working on a new recording tool that should be ready soon.

Feature:

Auto Record - Based on Cam Score and Inclusion List
Highest Quality Recordings
Exclusion List - Models to never record
Video Preview - Stream can be previewed at any time


Are there any core features that I am missing?

http://s14.postimg.org/jdfl47jmp/MFCRecorder.png

Hey guys,

I am releasing MFCRecorder including the source code.

Pre Requisites:
Awesomium SDK http://www.awesomium.com/download
ffmpeg.exe and ffmplay.exe

The binary version has all the pre-requisites included.

Bugs:
ffmpeg sometimes doesn't terminate a recording when the feed ends, you will have to manually stop the ffmpeg process.
The Model status is not 100% correct, the app will re-try recording the Model every 30 seconds.


Downloads:
Binary: https://mega.co.nz/#!0x9CmJrL!YMtpas_zGmscozOuhagRgSGJ6Q--2jc-evmi5Rnr5TM
VirusTotal: https://www.virustotal.com/en/file/cbd7db28165d25057150ec5e2353fea0e5f41819a008f4adb0 1d6c4f12ba714e/analysis/1434136572/

Source: https://mega.co.nz/#!098EABKD!yJwJTuQuSTwEO9ntT3Mh3ITWekipmufjSpX1_H4 CLWU
VirusTotal: https://www.virustotal.com/en/file/0ff50ba091517dbf6567412c6fb22c2caa8c9f0a6ca22a2c2e 7c7ecfe5e4f0d5/analysis/1434136476/

Please note, I assume no liability for any lawsuits or damages that may arise in any way or form from using this application. I have created this application for fun as a technical challenge and not to infringe on any copyrights.

prytech
06-13-2015, 08:10 PM
pretty decent thing, thanks for the share..

johnpupek
06-13-2015, 10:31 PM
Nice software!But why you choosed .ts as an format?And what to do with it?I try to direct copy to .mp4 with ffmpeg and get incorect .mp4 file with smaller size than source file:(

AnonCapper
06-14-2015, 10:07 AM
I used .ts as that is the steam format. Anything else would cause ffmpeg to re-encode the video and limit how many streams the computer can record at one time.

Download VLC, it can watch them nativity.

slim10
06-14-2015, 11:26 AM
And if you are using an older version of VLC, update it. MFC uses Speex audio. For years, VLC would not play Speex audio in videos. It appears that they have finally fixed their Speex problem in VLC versions 2.2.0 and later.

johnpupek
06-14-2015, 11:47 AM
But some videos after re-encoding with ffmpeg to .mp4 has out of sync of audio and video,maybe better use mp4 in your software as output format?Whould you help how to catch rtmp with ffmpeg?Which syntacsis of comand line?

Elgero
06-14-2015, 12:25 PM
This is my downloader :)

http://s23.postimg.org/x211ymy13/app.jpg (http://postimg.org/image/x211ymy13/)

Rhade
06-14-2015, 03:33 PM
This is my downloader :)

http://s23.postimg.org/x211ymy13/app.jpg (http://postimg.org/image/x211ymy13/)

i second this :P

johnpupek
06-14-2015, 07:26 PM
This is my downloader :)

http://s23.postimg.org/x211ymy13/app.jpg (http://postimg.org/image/x211ymy13/)

Where's link to download your software :confused: ?

Garret666
06-15-2015, 05:10 AM
Very nice, thank you :)
Is there a way to choose the dir for the recording or the format of the date/time? I would like Model-YYYYMMDD-HHMMSS.ts or at leat 24h not 12h

nullacht
06-15-2015, 05:24 AM
How can you record the .ts stream instead of the Flash Video stream ?


http://video483.myfreecams.com:1935/NxServer/mfc_111791923.f4v_aac/playlist.m3u8

livestreamer "hlsvariant://video483.myfreecams.com:1935/NxServer/mfc_111791923.f4v_aac/playlist.m3u8" best -o 111791923.ts

[cli][info] Found matching plugin stream for URL hlsvariant://video483.myfreecams.com:1935/NxServer/mfc_111791923.f4v_aac/playlist.m3u8
[cli][info] Available streams: 240p (worst, best)
[cli][info] Opening stream: 240p (hls)

ak74su
06-15-2015, 01:24 PM
I tried using the program but it uses so much ram, is there anyway to lower it to like what the Gurlz chaturbate uses up? I can get like 250 models at a time with that program for chaturbate, but only 5 or mfc models with MFCRecorder. With TubeDigger, which I'm trying to get away from since it uses too much bandwidth and cpu I can do 20 at a time.

AnonCapper
06-15-2015, 09:41 PM
Which part is consuming lots of memory? mfcrecoder.exe or the ffmpeg instances?

For me MFCRecorder is taking 72MB Ram and each ffmpeg instance is consuming 4.5MB. I think this is reasonable, also ram is dirt cheap...

ak74su
06-16-2015, 08:47 PM
It must have been an error from my pc, I ran it as administrator and the program is running great now. Before it when I opened it, it was causing svchost to having a memory leak and shoot up to 1.3GB of ram usage.

dardo82
06-17-2015, 09:37 PM
I've done this to watch MFC on the Apple TV using a Mac
https://gist.github.com/dardo82/f037908b4fb6b501bdfd

coalmorning
06-22-2015, 09:36 AM
Hey guys,

I am releasing MFCRecorder including the source code.

Pre Requisites:
Awesomium SDK http://www.awesomium.com/download
ffmpeg.exe and ffmplay.exe

The binary version has all the pre-requisites included.

Bugs:
ffmpeg sometimes doesn't terminate a recording when the feed ends, you will have to manually stop the ffmpeg process.
The Model status is not 100% correct, the app will re-try recording the Model every 30 seconds.


Downloads:
Binary: https://mega.co.nz/#!0x9CmJrL!YMtpas_zGmscozOuhagRgSGJ6Q--2jc-evmi5Rnr5TM
VirusTotal: https://www.virustotal.com/en/file/cbd7db28165d25057150ec5e2353fea0e5f41819a008f4adb0 1d6c4f12ba714e/analysis/1434136572/

Source: https://mega.co.nz/#!098EABKD!yJwJTuQuSTwEO9ntT3Mh3ITWekipmufjSpX1_H4 CLWU
VirusTotal: https://www.virustotal.com/en/file/0ff50ba091517dbf6567412c6fb22c2caa8c9f0a6ca22a2c2e 7c7ecfe5e4f0d5/analysis/1434136476/

Please note, I assume no liability for any lawsuits or damages that may arise in any way or form from using this application. I have created this application for fun as a technical challenge and not to infringe on any copyrights.

Hey, nice job on this, and thanks for sharing! Working well on Win 7.

A couple of questions.

First, the "record if camscore is..." option is broken. Even if I have this option unticked, it still records anything over the default score. I even set the score to 30000, and it still recorded anything over the default value you included.

Second, is the mobile feed the best quality? It seems the flv's recorded by RTMPdump a little higher quality. Just curious if what your program is recording is the same quality.

jabbath1987
06-22-2015, 11:48 AM
Great tool. But I have one suggestion for improvement: Save the models to record and to ignore by the model id because the id does not change when the model changes her name.

davll
06-23-2015, 04:39 AM
I tried running MFCRecorder but it won't start properly. It shows up in the task list but I can't see it. Any suggestions?

ak74su
06-23-2015, 06:24 AM
I tried running MFCRecorder but it won't start properly. It shows up in the task list but I can't see it. Any suggestions?


I have the same problem sometimes, I just end it in task manager, and then restart it.

ak74su
06-24-2015, 07:41 AM
Only a few models can be recorded now, the majority are saying No video in the program. It seems like they changed some of the servers to close the loophole.

ak74su
06-25-2015, 01:35 PM
Its working good again now, it just must have taken a while for the models to get back on mobile feed.

ISeeAll
06-25-2015, 03:02 PM
[QUOTE=AnonCapper;77397]Hey guys,

I am releasing MFCRecorder including the source code.

Pre Requisites:
Awesomium SDK http://www.awesomium.com/download
ffmpeg.exe and ffmplay.exe

The binary version has all the pre-requisites included.

Bugs:
ffmpeg sometimes doesn't terminate a recording when the feed ends, you will have to manually stop the ffmpeg process.
The Model status is not 100% correct, the app will re-try recording the Model every 30 seconds.


Downloads:
Binary: https://mega.co.nz/#!0x9CmJrL!YMtpas_zGmscozOuhagRgSGJ6Q--2jc-evmi5Rnr5TM
VirusTotal: https://www.virustotal.com/en/file/cbd7db28165d25057150ec5e2353fea0e5f41819a008f4adb0 1d6c4f12ba714e/analysis/1434136572/

Source: https://mega.co.nz/#!098EABKD!yJwJTuQuSTwEO9ntT3Mh3ITWekipmufjSpX1_H4 CLWU
VirusTotal: https://www.virustotal.com/en/file/0ff50ba091517dbf6567412c6fb22c2caa8c9f0a6ca22a2c2e 7c7ecfe5e4f0d5/analysis/1434136476/

Will someone please reupload the binary and the source. :D They seem to have been removed. :(

tgrunft
06-28-2015, 02:37 PM
Can anybody re upload the binary and the source. Please.

gharris001
07-11-2015, 12:15 PM
Can anybody re upload the binary and the source. Please.

I miss out on this too...I hope someone will re upload as well.

AnonCapper
07-16-2015, 07:22 PM
Hi guys,

Here is an updated version of MFCRecorder.
Updates:

Records to .mkv
Output shows full date
Minimizes to tray
Fixed many issues


It takes about 30s for data to show up.

This will most likely be my last release.

Source (https://mega.co.nz/#!xxEgADSD!UdBYySxHNILDY05tjqYAM__5ZMWvF8lodIQuw1H kifs)
Binary (https://mega.co.nz/#!Qh9hlYIS!9XbO0oSaXaX_Qw4s9oFMUbzSRU9E9d6-oWMCWwCUIHc)

gharris001
07-17-2015, 06:39 PM
Thanks Anon!

ISeeAll
07-18-2015, 09:55 AM
Thank You AnonCapper

jabberssd
07-19-2015, 04:07 PM
Thanks Anon, sorry to hear it may be your last version. I was looking forward to more features in potential future releases.

Garret666
07-20-2015, 01:36 AM
Thanks AnonCapper :)
Sorry to hear that will be the last version. I was also looking forward to that program to be updated from time to time to add features, etc.
I will try the new version as soon as I get home.

kondrat
07-20-2015, 03:44 PM
Thanks a lot! It's possible to keep recordings with original quality?

ZeroZero7
07-26-2015, 02:08 PM
Thanks, Anon. It's a shame it looks like the last release. There are several models that never record but show up in the live feed on MFC. They all seem to be from the Czech Republic, so there's a common denominator there.

AnonCapper
07-27-2015, 01:01 PM
ZeroZero7, can you give some info on the models that wont record? (ie model id)

Thanks

Wacker66
07-28-2015, 09:05 AM
Thanks anon for the app. I am having some issues though. I am using on windows 7 64 bit and most of the ffmpeg processes don't close. When this happens nothing gets recorded. Also if an mkv file is made and I want to delete it I can't unless I end the ffmpeg process for that model even when they are offline. Any ideas why this is happening?

Thanks

ZeroZero7
07-29-2015, 04:54 PM
ZeroZero7, can you give some info on the models that wont record? (ie model id)

Thanks



Sure can.

DivineNikky ID=5826901
Sarinecka119 ID=2104633

I'll have to do some more correlation to give you others.

Divine Nikky has been on pretty much every morning but is showing as away in your list.

Sarka was on earlier in the week but hasn't returned.

Also, I can't delete an ID without the pgm crashing. I have to edit the config file manually.

regards,
ZZ7

ZeroZero7
07-29-2015, 07:03 PM
Just verified that CrazyM_ ID=4585086 is online, your list shows online (not away or in Pvt), in my always record list, but does not record or show vid

crashdawg
07-30-2015, 11:51 AM
Hi guys,

Here is an updated version of MFCRecorder.
Updates:

Records to .mkv
Output shows full date
Minimizes to tray
Fixed many issues


It takes about 30s for data to show up.

This will most likely be my last release.

Source (https://mega.co.nz/#!xxEgADSD!UdBYySxHNILDY05tjqYAM__5ZMWvF8lodIQuw1H kifs)
Binary (https://mega.co.nz/#!Qh9hlYIS!9XbO0oSaXaX_Qw4s9oFMUbzSRU9E9d6-oWMCWwCUIHc)
can someone please tell me how to install and use this. i donloaded and opened app but cant get it to record. i guess im doing something wrong, please help.

ZeroZero7
07-30-2015, 06:03 PM
Missskira ID=16658294 is online, shows as online in the list (not away or in pvt) and is in the include list. Does not record or show vid.

CrazyM_ now records.

ZZ7

ZeroZero7
07-31-2015, 02:34 PM
Simonka ID=1760676 (Czech Rep) is online and broadcasting. List shows as "away" and doesn't show video.

ZZ7

jabbath1987
08-16-2015, 03:55 AM
Problem is the tool only records a few minutes or even seconds and then stops recording. Am I the only one with this problem?

Superwig
08-16-2015, 06:19 AM
Problem is the tool only records a few minutes or even seconds and then stops recording. Am I the only one with this problem?

Nah, a few of mine are cut short too.

ak74su
08-16-2015, 02:49 PM
It depends on if the model goes away for a bit and then comes back, if you just bulk record you can get alot of good content. I've gotten 9K videos in under 4 days so far.

jabbath1987
08-16-2015, 03:58 PM
It depends on if the model goes away for a bit and then comes back, if you just bulk record you can get alot of good content. I've gotten 9K videos in under 4 days so far.

What do you mean with bulk record?

prytech
08-16-2015, 05:11 PM
I guess he means the function to add a model to auto record.

jabbath1987
08-17-2015, 12:46 AM
And by using this function I only get videos with file size up to 5MB. Then the recording stops...

ak74su
08-17-2015, 01:57 PM
What do you mean with bulk record?

set it to record like every model over like 1,000 or 750 camscore.

super-hans88
08-18-2015, 04:57 AM
Nah, a few of mine are cut short too.

Anybody knows a fix for that?
All of the Videos I'm trying to record stop after a few mins or even seconds, and then sometimes restart to rec for another few sec, and sometimes just don't.

Maybe someone can help.

jabbath1987
08-18-2015, 10:34 AM
Anybody knows a fix for that?
All of the Videos I'm trying to record stop after a few mins or even seconds, and then sometimes restart to rec for another few sec, and sometimes just don't.

Maybe someone can help.

I have the exactly same problem. But I do not know a solution sorry:(

ak74su
08-18-2015, 05:47 PM
I'm using the older one .ts recorder since the .mkv one isn't working for me.

crashdawg
08-18-2015, 09:42 PM
still cat get ay help usig this

Sluthunter
08-19-2015, 08:33 AM
Someone have any working script to mfc to generate fast direct link to m3u8 with livestreamer ex. working on gracemonkey or tampermonkey
If someone can able to do it I can help you how to get any valid info from www to make direct link. Send PM

dardo82
08-24-2015, 12:29 PM
Someone have any working script to mfc to generate fast direct link to m3u8 with livestreamer ex. working on gracemonkey or tampermonkey
If someone can able to do it I can help you how to get any valid info from www to make direct link. Send PM
https://gist.github.com/dardo82/f037908b4fb6b501bdfd

Wacker66
09-07-2015, 05:58 PM
Anybody knows a fix for that?
All of the Videos I'm trying to record stop after a few mins or even seconds, and then sometimes restart to rec for another few sec, and sometimes just don't.

Maybe someone can help.

Hey Anon, any chance of you fixing your app to fix this issue? It would be really appreciated. App is great otherwise.

cinesino
09-13-2015, 09:39 AM
Hey Anon, thank you for the app, it's very cool. Pity for the loss video quality. Any way to improve it?

hiboy
09-18-2015, 07:14 AM
Hi guys,

Here is an updated version of MFCRecorder.
Updates:

Records to .mkv
Output shows full date
Minimizes to tray
Fixed many issues


It takes about 30s for data to show up.

This will most likely be my last release.

Source (https://mega.co.nz/#!xxEgADSD!UdBYySxHNILDY05tjqYAM__5ZMWvF8lodIQuw1H kifs)
Binary (https://mega.co.nz/#!Qh9hlYIS!9XbO0oSaXaX_Qw4s9oFMUbzSRU9E9d6-oWMCWwCUIHc)

Hello everybody! Now , the program works fine on Win 7 x64, but does not want to run on Win XP x32 bit(x86) .
Can someone help , how to run the program in Windows XP 32-bit ? Or is there some alternative to this program for Win XP x32(x86)?
Please can anyone help me answer here or send a PM. Thank you.

knudi911
09-19-2015, 08:10 AM
Does anybody know if it's possible to access pravte shows in the archive. that have been between models and other members.

So is it possibel to see other members privates from the archive??

I have noticed on my own, pvt taht it looks like the link to the change everytime I login.

Also these tools to download the free/public chat only seem to work, if the model is having a mobilfeed.. If the model don't then she always looks to be away, when she not in private.

thejones
10-02-2015, 05:03 PM
I'm new to this but it looks really promising so I have a few questions. I downloaded MFCRecorder and once I start recording I can't seem to stop it unless I exit the program. Is that the only way?

Does the list to always record work? If I add a certain model on there and leave the program on will it record every time a model appears online? Is there a certain place to find performers ID or do you just have to wait for them to be online?

Also is there any way to access the chat history too somehow?

danny4657
10-23-2015, 12:17 PM
Im trying to use the MFCRecorder but i cant seem to figure out how to use it. What do I have to do to make the models show up on the right? I got it to work randomly once but now i cant seem to figure it out. I waited about 20 mins but still nothing showing up. any help?

mfcviewer23
10-25-2015, 09:39 PM
First of all, @AnonCapper - awesome work on MFCRecorder!! The program is awesome.

Does anyone have a link to the original MFCRecorder binary? Unfortunately the original post links are dead.

I am having a similar problem as others, some recordings go long but many of them cut off under 2 minutes. It doesn't appear to only be happening when a model goes "Away" or priv/grp.

I would like to try my luck with the original version to see which one works best for my setup. Thanks in advance!!

davll
10-28-2015, 05:48 PM
Is there any other software to record MFC? I am using a Linux/Python program (https://github.com/duradesondstarm/CaptureBate/) to record CB and it works like a charm. Anyone know of a MFC version?

I am using MFCRecorder for MFC obviously but most of the time that doesnt really work..

micheal8
10-29-2015, 05:18 AM
Is there any other software to record MFC? I am using a Linux/Python program (https://github.com/duradesondstarm/CaptureBate/) to record CB and it works like a charm. Anyone know of a MFC version?

I am using MFCRecorder for MFC obviously but most of the time that doesnt really work..



CaptureBate record private room CB ?

CristianoA
10-29-2015, 10:44 AM
Is there any other software to record MFC? I am using a Linux/Python program (https://github.com/duradesondstarm/CaptureBate/) to record CB and it works like a charm. Anyone know of a MFC version?

I am using MFCRecorder for MFC obviously but most of the time that doesnt really work..

MFCDump

davll
10-29-2015, 11:51 AM
Where can I download that?

davll
10-29-2015, 11:52 AM
CaptureBate record private room CB ?

Unfortunately not..

CristianoA
10-29-2015, 02:31 PM
Where can I download that?

it's not free

davll
10-29-2015, 04:01 PM
Where can I buy it then?

bostonkid
10-30-2015, 09:32 PM
Hey davll I know exactly how to record MFC streams using Linux. Here are detailed instructions on how I record MFC streams. Keep in mind that I will be showing you how I record MFC streams and if for some reason my way doesn't exactly work the way that you would like it to then tough s&%t. Please don't waste your time asking me any additional questions because I won't be able to help you. I use Debian Jessie in conjunction with the following programs installed:
1. tcpdump
2. rtmpSnoop
3. livestreamer

Get rtmpSnoop from github tcpdump and livestreamer I assume you have those already installed by now.

Follow these steps:
1.right before entering a cam show I start tcpdump in the terminal as root.

tcpdump -w camhoe.tcpdump -s 0 -i eth0

This creates a pcap like file named "camhoe" in the home directory. Replace eth0 with wlan0 if you are using wifi.

2. Right after running the command shown in step 1 click and enter the cam show you want to record. Let your web browser finishing loading wait 5 or 10 seconds and close the terminal that is running tcpdump. Now you should have a .tcpdump file labeled "camhoe" in your home directory which you will use in the next step.

3. Analyze the camhoe.tcpdump file with rtmpsnoop in the terminal as root. First cd to the directory that rtmpsnoop is located. I use this command as root:

./rtmpSnoop.py -f '/home/bostonkid9096/camhoe.tcpdump'

if you forgot to chmod +x rtmpSnoop.py so that it is executable then run:

python rtmpSnoop.py -f '/home/bostonkid9096/camhoe.tcpdump'

once that is successfuly completed you will see something like this in your terminal:

Reading packets from dump file '/home/bostonkid/camhoe.tcpdump'...

* RTMP Stream found!
*************************************
url: rtmp://video467.myfreecams.com:1935/NxServer/mp4:mfc_114220501.f4v
app: NxServer
pageUrl: http://www.myfreecams.com/mfc2/static/player.html?broadcaster_id=0&cache_id=1440110117&target=main
swfUrl: http://www.myfreecams.com/mfc2/flash/MfcVideo150223.swf
tcUrl: rtmp://video467.myfreecams.com:1935/NxServer
playPath: mp4:mfc_114220501.f4v
flashVer: LNX 18,0,0,233
extra: N:105863501 S: N:114220501 S:DOWNLOAD N:14220501

3. Using livestreamer we can record and save the stream. This next step is important so pay attention:
remove rtmp from the tcUrl and replace with hlsvariant. Also you need to take just: mfc_114220501.f4v from the playPath and add it to the end of the tcurl. It should look like this:

Tcurl before your adjustment:
rtmp://video467.myfreecams.com:1935/NxServer

Tcurl after your adjustment + adding the playPath at the end
hlsvariant://video467.myfreecams.com:1935/NxServer/mfc_114220501.f4v_aac

Finally you need to add /playlist.m3u8 at the end the tcurl. The final tcurl product that will be used with livestreamer will look exactly like this:

"hlsvariant://video467.myfreecams.com:1935/NxServer/mfc_114220501.f4v_aac/playlist.m3u8"

Take your newly adjusted tcurl and run it with livestreamer to save and record the show. livestreamer will allow you to choose to record the cam show using best quality or worst. Here is the commands for both.

High Quality run:
livestreamer "hlsvariant://video467.myfreecams.com:1935/NxServer/mfc_114220501.f4v_aac/playlist.m3u8" best -o moviename.ts

Low Quality recording run:
livestreamer "hlsvariant://video467.myfreecams.com:1935/NxServer/mfc_114220501.f4v_aac/playlist.m3u8" worst -o moviename.ts

Final product is moviename.ts which can be converted to mp4 or avi format if necessary. Otherwise vlc can play it as is without any problems.

Good Luck

geldropslaaf
11-04-2015, 02:43 PM
Hey,

Just like another person i saw in this thread i have trouble getting the model list to show. I downloaded the zip, opened it and ran the program. Nothing happened so i added a modelID to the always record list, afterwards i removed the ID again resulting in a crash of the program.

Then i opened the program again and this time it did show the model list properly after 30sec (as claimed it would.) I was able to record a model for a while, after which i closed the program because i wanted to see if it would stop recording. which it did.

But afterwards whenever i open the program the modellist wont load. Even after waiting several (20+) times for the 30sec interval update. (administrator mode didnt help)
In the log file (on debug level) i get the following:
2015-11-04 23:08:52,874 [1] DEBUG MFCRecorderUI.MFCRecorder: Starting Run
2015-11-04 23:08:53,854 [1] DEBUG MFCRecorderUI.MFCRecorder: _modelsJson download failed
2015-11-04 23:08:53,854 [1] DEBUG MFCRecorderUI.MFCRecorder: Ending Run

(Running x64 Win7)

I hope someone can help me :)

marioscarpa
11-07-2015, 03:12 AM
anyone pls can reupload mfcrecorder2.zip??
mega says error all the time

Vanness
11-12-2015, 12:04 AM
Hi everyone. I'm currently trying Replay Media Catcher on MFC but it only capture in 320x240 video. Is this because of the software or the status of basic member in MFC? How to record better quality video?

da vinc
11-15-2015, 02:55 PM
anyone pls can reupload mfcrecorder2.zip??
mega says error all the time

me too
will be very nice if someone can reupload it, thanks

tantanwind
11-18-2015, 11:59 AM
HI

anyone using mfc recorder? i found out that loading model list takes very long, sometimes hours... any ideas how to make it loading fast?

thanks

anoncapper is not active anymore?

yerry28
11-26-2015, 10:52 AM
a mi no me tarda en cargar modelos,,pero algunas modelos están online pero en el programa aparecen como "away"

yo tengo el programa,,si alguien lo quiere , os lo mando por skype o email por ejemplo,,

no hablo ingles,,traducirlo ,,solo quiero ayudar,

Asudem
11-29-2015, 11:51 AM
Hi everyone,

I am a c# programmer who has a friend who wanted to download a MFC show so I looked into it. I found this tool, and I noticed it was removed from it's host, but the source code was still up.

I recompiled the program and it works, but there are many improvements in my opinion that I could make to make this thing work better. Would anyone be interested if I continued where the developer left off?

Some improvements over the current version of the program:
Model scraping would no longer be on a timer. You will no longer need to wait 30 seconds for the model list to refresh, you will be able to do it manually from a menu item.
WebClients would be replaced with with HttpWebRequests to allow for faster timeouts.
Automatic downloading of the latest FFMPEG builds based on your computer's architecture (x86/x84).

That's all I can think of off the top of my head.

Garret666
11-30-2015, 05:12 AM
Hi everyone,

I am a c# programmer who has a friend who wanted to download a MFC show so I looked into it. I found this tool, and I noticed it was removed from it's host, but the source code was still up.

I recompiled the program and it works, but there are many improvements in my opinion that I could make to make this thing work better. Would anyone be interested if I continued where the developer left off?

Some improvements over the current version of the program:
Model scraping would no longer be on a timer. You will no longer need to wait 30 seconds for the model list to refresh, you will be able to do it manually from a menu item.
WebClients would be replaced with with HttpWebRequests to allow for faster timeouts.
Automatic downloading of the latest FFMPEG builds based on your computer's architecture (x86/x84).

That's all I can think of off the top of my head.

Yes please continue :)
A few improvements I can think of:
- more control of the directory or filename e.g. choose %dir%\%ModelName%-%YYYY%%MM%%DD%-%HH%mm%%ss%.flv to save as MySexiestModel-20151130-141500.flv in V:\MFC
- a way to add a model by name even if she is offline and stick to that name even if she changes

Asudem
11-30-2015, 07:44 AM
Yes please continue :)
- more control of the directory or filename e.g. choose %dir%\%ModelName%-%YYYY%%MM%%DD%-%HH%mm%%ss%.flv to save as MySexiestModel-20151130-141500.flv in V:\MFC

This is an easy change, where the directory would be stored in the settings.xml file, and I personally also believe the model name should come first. The way the files currently are organized is a little redundant.

- a way to add a model by name even if she is offline and stick to that name even if she changes
Information regarding the model, including the server they are broadcasting on, is only given when the model is online. You could add them by name, but the ID number might change. Do the ID numbers change when their name changes too? That may be impossible to prevent but I'll look into it.

Garret666
11-30-2015, 08:11 AM
This is an easy change, where the directory would be stored in the settings.xml file, and I personally also believe the model name should come first. The way the files currently are organized is a little redundant.

The model name 1st is a good idea, maybe even completely hide the ID and just use it internally to uniquely identify the model :)

Information regarding the model, including the server they are broadcasting on, is only given when the model is online. You could add them by name, but the ID number might change. Do the ID numbers change when their name changes too? That may be impossible to prevent but I'll look into it.

No the ID stays the same, just the name is changed:
e.g. I have "6715005 - GemmaLinx" and "6715005 - GemmaMinx"

Asudem
11-30-2015, 08:29 AM
The model name 1st is a good idea, maybe even completely hide the ID and just use it internally to uniquely identify the model :)
Not gonna happen. I can hide the id from the user, but the id is used to grab the stream. Also, if a model changes their name, you wouldn't be able to auto grab it anymore. I can still add an "Offline model name" grab though.



No the ID stays the same, just the name is changed:
e.g. I have "6715005 - GemmaLinx" and "6715005 - GemmaMinx"

Good to know, thanks!

davll
11-30-2015, 12:09 PM
Hi everyone,

I am a c# programmer who has a friend who wanted to download a MFC show so I looked into it. I found this tool, and I noticed it was removed from it's host, but the source code was still up.

I recompiled the program and it works, but there are many improvements in my opinion that I could make to make this thing work better. Would anyone be interested if I continued where the developer left off?

Some improvements over the current version of the program:
Model scraping would no longer be on a timer. You will no longer need to wait 30 seconds for the model list to refresh, you will be able to do it manually from a menu item.
WebClients would be replaced with with HttpWebRequests to allow for faster timeouts.
Automatic downloading of the latest FFMPEG builds based on your computer's architecture (x86/x84).

That's all I can think of off the top of my head.

I'm sure most of us on here are very interested. Maybe you could make the program actually work correctly. Most of the time it only records bits and pieces instead of the entire show.(For me anyway)

Asudem
11-30-2015, 12:27 PM
I'm sure most of us on here are very interested. Maybe you could make the program actually work correctly. Most of the time it only records bits and pieces instead of the entire show.(For me anyway)

I've dabbled into a similar program for Chaturbate and it records the streams in the exact same way. I find that the bits and pieces are caused by the model blocking the cam from public view (privates, there is no way to get around them publicly currently), and flaky internet connections. I will look to see if the software is causing any sort of problems, but when I ran a few benchmarks yesterday, they were all fine.

Speaking of, why doesn't this program handle both MFC and CB? It'd be easy to implement.

tantanwind
11-30-2015, 03:33 PM
I found out that previous mfc recorder having problems with downloading model list, sometimes i wait for 1 hour to get the model list to download, which very troublesome.
especially sometimes after model goes away or private return to public show, it wont download the model but instead stop downloading after 15 seconds, so i have to restart the programme and wait for another 30 minutes to download model list.

I am very keen on your improvement. please let me know if you have successfully tweak on the programme.

ZeroZero7
11-30-2015, 03:44 PM
Asudem: It would be great if you could fix some of the issues associated with this genuinely useful tool. There are several posts to this thread that describe the issues.

I'm sure I speak for many on this thread that we all look forward to your efforts!

Garret666
12-01-2015, 01:36 AM
I don't have too many problems fortunately but I have a good internet connection :)

It takes a long time (like 30min somtimes) to load the list and sometime it takes also a few minutes to start the recording but the recording itself is ok.

It would be awesome to add CB too :) I follow models on both sites.
Also, do you have a bitcoin address so I can send you a donation to help? You can easily get one by creating an account on Coinbase.com

Garret

Asudem
12-01-2015, 05:08 AM
I found out that previous mfc recorder having problems with downloading model list, sometimes i wait for 1 hour to get the model list to download, which very troublesome.
especially sometimes after model goes away or private return to public show, it wont download the model but instead stop downloading after 15 seconds, so i have to restart the programme and wait for another 30 minutes to download model list.
I have already fixed this problem. :)
There are several posts to this thread that describe the issues.
I see the ones about taking a very long time to download model data, which is fixed, but I don't think I can fix problems people may have with the ffmpeg capture. Maybe the new version of ffmpeg will fix their problem!
It takes a long time (like 30min somtimes) to load the lis...
This has already been fixed :cool:

It would be awesome to add CB too :) I follow models on both sites.
Also, do you have a bitcoin address so I can send you a donation to help? You can easily get one by creating an account on Coinbase.com


I've considered a bitcoin purse but I've never created one before. I plan on releasing the software for free, but I will never refuse donations to keep me motivated and enhance the program with features :p

I just want to know why the old author disappeared. If a model got a lawyer and sued him or something, which if that's the case, I may put a "killswitch" in the software.

tantanwind
12-01-2015, 06:30 AM
Glad to hear that you have solved the big problems, looking forward to your update.

Not sure about old authors, he is not active though

Flanger808
12-01-2015, 09:04 AM
I had to login for once and actually say that MFCRecorder works for me. It needs an option to stop videos though. My RMCs 4,5, aren't working anymore. I tried 6 with no dice. Currently on Windows 10 (no choice) and I have Win10PCAP and when I query for it, it's running and active. I tried the 4.1.0 version as well. Any other ideas what might be wrong ? Or is RMC just obsolete against MFC? I somewhat do this off and on so it's not a big deal for me at least, just curious.

Thanks AnonCapper

ZeroZero7
12-02-2015, 04:42 PM
Asudem, glad to see you've been having success in stomping out the bugs. Looking forward to your release!

ZeroZero7
12-02-2015, 04:47 PM
Asudem, one of the issues with the model list (once it loads) is that many models are shown as "away" who are not away and broadcasting fine from mfc.

Asudem
12-03-2015, 07:36 PM
Asudem, glad to see you've been having success in stomping out the bugs. Looking forward to your release!
Thank you, a release is coming real soon! I promise!
Asudem, one of the issues with the model list (once it loads) is that many models are shown as "away" who are not away and broadcasting fine from mfc.
Okay, the model data grabbed from the mfc servers should be 100% accurate, else they have a bug in their data reporting. I won't add something to this by default, but I will add an option to manually recheck the status of each away camgirl, how does that sound?

So I've found another web forum called donationcoder.com, and I signed up and lo and behold, the site is much like mfc or chaturbate but for coders. I'm gonna ask if I can post "continued" software like this, but if I can, you guys can sign up, download it for FREE and if you want, you can donate! So you all remain as anonymous as you are here, or even more transparent because you can use a different username, lol.

EDIT1: So I've asked, and posting continued software is allowed! I am now asking the admin about a killswitch and if it violates the software upload agreement.

Itsukak
12-03-2015, 10:47 PM
Looking forward to your release Asudem!

Asudem
12-04-2015, 12:09 AM
Sad news folks. It looks like until AnonCapper gives me a license or some kind of permission to continue his software, I don't really have any legal right to continue it.

The only thing I think I could do is write a wrapper for the program, like a memory patcher to run the code which grabs the model data every 30 seconds. The bugs in the code which catch the exception remain, but you guys still won't have to spend hours trying to get model data.