Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (Adult streaming videos) (http://stream-recorder.com/forum/forumdisplay.php?f=40)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=3851)

Elgero 05-27-2013 10:08 PM

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


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

Code:

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

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


 
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

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


 
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

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


 
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

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


 
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

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


 
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

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


 
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

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


 
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

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


 
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

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


 
Quote:

Originally Posted by xaboxa (Post 62500)
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

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


 
Quote:

Originally Posted by itsme (Post 62573)
no you'll need more "patches"

so it's possible ?

Leifman 06-19-2013 11:27 AM

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


 
Quote:

Originally Posted by itsme (Post 62573)
no you'll need more "patches"

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

stalker96 06-19-2013 01:03 PM

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


 
Quote:

Originally Posted by Leifman (Post 62588)
Quote:

Originally Posted by itsme
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

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


 
Quote:

Originally Posted by stalker96 (Post 62591)
+1, I'm curious if lurk4 still works

+2 me too

yerman 07-09-2013 08:16 AM

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


 
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/aut...lp-t16474.html

CristianoA 07-09-2013 11:30 AM

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


 
Quote:

Originally Posted by yerman (Post 62789)
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/aut...lp-t16474.html

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

yerman 07-09-2013 12:23 PM

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


 
I think I was jumping the gun a bit, it looks like im getting the rickrolled message :(

CristianoA 07-09-2013 01:31 PM

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


 
Quote:

Originally Posted by yerman (Post 62792)
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

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


 
All I can say is, you're making it too complicated.

itsme 07-12-2013 08:29 AM

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


 
Quote:

Originally Posted by CristianoA (Post 62613)
+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

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


 
Replay Video Capture will always work, no matter what the protocol changes are in the future.

For a free version, try Vixy Freecorder. Not quite as good quality, but the screen recorder works reasonably well.

forlan38 09-21-2013 07:10 AM

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


 
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

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


 
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

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


 
I read in another thread that it is possible to get the online model list by connecting via telnet. I did the following:
  1. telnet
  2. open chat40.myfreecams.com 80
    It connects to the server. I quickly paste the two following commands.
  3. send hello fcserver\n\0
  4. 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

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


 
Quote:

Originally Posted by itsme (Post 62819)
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

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


 
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

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


 
Quote:

Originally Posted by recordMe (Post 51827)
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..._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

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


 
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

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


 
Quote:

Originally Posted by thefan (Post 66521)
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

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


 
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

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


 
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

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


 
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

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


 
Ya my bad its legit, it works tested and confirmed

whats the mfc one?

jimmycrow 03-24-2014 01:01 PM

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


 
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

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


 
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

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


 
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

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


 
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

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


 
also only accepts bitcoin :P

but not a big deal :P

CristianoA 03-29-2014 05:48 AM

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


 
Quote:

Originally Posted by thefan (Post 66687)
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

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


 
Quote:

Originally Posted by thefan (Post 66687)
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.


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