www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)How can I record free sex web-cam chat My Free Cams
Code:
http://www.myfreecams.com/#Deluxeslut |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Replay Media Catcher can perfectly record RTMP .flv videos from myfreecams.com:
You can also try Freecorder for free. Use the video screen recorder. |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Can it keep recording in private like it does for F4F or Eurolive?
:cool: |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
|
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Does Replay Media Catcher continue to record the private session on myfreecams - or does it just record the free chat?
|
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
Applian's Replay Video Capture will capture any chat session. |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)I just tested this at the cost of a few bucks - lol.
Replay Media Catcher does record the FREE sessions on MFC, however it will NOT record the private sessions unfortunately. Still though, it's nice and you're able to record MULTIPLE free sessions with it. |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)I have been working on this yesterday.
Since my main station is on linux, I can't use Replay Media Catcher, so I'm working with rtmpdump. The use of rtmpsuck, described in this thread How to use rtmpsuck in Ubuntu 10.04 Lucid Lynx is interesting but only permit to record one stream at once. I was stuck with the parameters given by rtmpsuck when using them with rtmpdump. Then I read about Wireshark and packets analysis. 1. Start wireshark on your interface connected to the internet. 2. Use this Filter: rtmpt.amf.string matches "tcUrl" 3. Look the section 'Real Time Messaging Protocol (Handshake part 3)' Unfolding 'AMF Object', you'll find the same parameters given by rtmpsuck: Constant parameters Code:
- app: NxServer Code:
- tcUrl: rtmp://video187.myfreecams.com:1935/NxServer Code:
- AMF Object Property Code:
./rtmpdump -W ($swfUrl) -s ($swfUrl) -a ($app) -f ($flashVer) -t ($tcURL) -r ($tcUrl)/mfc_($ModelID) -p ($pageUrl)&objectEncoding=0 -C N:($SessionID) -C S:($Password) -C N:($ModelID) -C S:DOWNLOAD -C N:($RoomNumber) -o output.flv -v - I have tested this as guest and as a registered member. - It works with multiple streams. - I don't know if it works in group or premium, and I don't intend to test that. If you pay for one of this service, the connection will probably be closed to be established again on a new subdomain. Anyway don't share what you have recorded. Edit: I'm stupid, "room number" and "ModelID" are almost the same, '10' is appended before. You could easily know this number just by looking at the URL of a model picture, For example GlamourHottie profile picture: Code:
http://img.myfreecams.com/photos2/400/4001347/avatar.300x300.jpg |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Now without wireshark:
Code:
./rtmpdump -W ($swfUrl) -s ($swfUrl) -a ($app) -f ($flashVer) -t ($tcURL) -r ($tcUrl)/mfc_10($ModelID) -p ($pageUrl)&objectEncoding=0 -C N:($SessionID) -C S:($Password) -C N:10($ModelID) -C S:DOWNLOAD -C N:($ModelID) -o output.flv -v Code:
- app: NxServer
Code:
XHR finished loading: "http://www.myfreecams.com/mfc2/php/client_info.php?r=971378&uid=15273321683852&tz=1&username=AnUsername&passcode=&co=1224851467203&sz=1920x1080&session_id=54828537&sCrcSystemInfo=-445883272&sCrcSystemBroad=-9919407&sCrcSystemFonts=-1924852102&sCrcSystemFontsSorted=270372655&flashver=10.2.0&connection_completed=1". |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Great findings! But do you have any idea how the camserver IP is communicated (tcURL)? Been going through packets, even gz-unzipped content of that kind sent from the site, but found nothing.
|
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)I have no idea. I just know the server range: from 4-96 and 100-232 IIRC. There is probably some way to find it because Lurk4 is doing it.
BTW, bash script I have made Code:
#!/bin/bash You can use any sessionID, assuming it's a real one, it seems it is randomly generated for any new connection to the site, probably just a variable which is incremented. It's not actually tied to an IP or userid. You can fetch sessionID from other users by listening to chatXX.myfreecam.com (As soon as you're logged to MFC, you are connected to a random chat server on port 8100). You can also see their 'level' (0 guest, 1 basic, 2 premium, 4 model, 5 admin) The password is never check in Public, I don't know for private or group. |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)to summarize the process:
connect to chatxx.myfreecams.com (where xx is a random number between 1 and 28) on port 8100 or 5001. listen to the socket send the connect packet (hello fcserver) and then your username and passcode (or use guest:guest) in the login packet (1) handle the different packet types sent in json. (20 is join/state change, 43 is shared cam slave server, 15 is model leaves, check the source for more). the session id is unique and sequential. the room id is userid (sent in 20) + 100000000. Private and group room ids are userid + 200000000. you can get a part of the mfc source here, its the core part showing you how to manage the user list and how to transform the internet camserverid to the real ones (Check MapServer function) http://pastebin.com/vhcDnSpE. Quote:
if you have more questions, go ahead ;) btw you probably want to change to an actual good streaming recorder, if you want to start multiple downloads at once, rtmpdump is badly coded and wastes alot of CPU. more than 10 downloads on your machine and it slows down, also there are STILL a crazy amount of bugs in. |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)For these types of streams, I generally recommend Replay Media Catcher or WM Recorder - BOTH can record MULTIPLE streams at once - even if you can only view one at a time on your PC.
|
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Can anyone please check, if this procedure would work on the private sessions of livejasmin?
|
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Hi all,
Really good stuff, but Iīm doing something wrong and cannot figure out what that is... First of all, the session ID I only can see if I join a payed session - then it will indeed show in my packet log as /session_id=. But if I just have a normal free look at a model - no matter if Iīm guest or logged on with a name - I donīt find anything looking like a session ID in my packet log; all numbers are 9 digits, and the string session_id is nowhere. Iīve tried with the one you provided earlier and also one I did by doing a quick join on a group show, but they werenīt working. Perhaps thereīs an expiry on session IDīs? I was wondering if you could take a look at the stuff Iīm typing in and see if itīs right what Iīm doing: Code:
rtmpdump -W http://www.myfreecams.com/mfc2/flash/MfcVideoBeta.swf?nc=33 -s http://www.myfreecams.com/mfc2/flash/MfcVideoBeta.swf?nc=33 -a NxServer -f LNX 10,2,161,23 -t rtmp://video211.myfreecams.com:1935/NxServer -r rtmp://video211.myfreecams.com:1935/NxServer/mfc_101388278 -p http://www.myfreecams.com/mfc2/static/player.html? -C N:54828537 -C S:guest:guest -C N:101388278 -C S:DOWNLOAD -C N:1388278 -o c:\QTm.flv -V With the above, Iīm getting 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.Re jected> 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 DEBUG: (object begin) DEBUG: Property: NULL DEBUG: (object end) DEBUG: HandleInvoke, server invoking <close> ERROR: rtmp server requested close DEBUG: Closing connection. And btw, Iīm on Windows in case thatīs making any difference. I hope you can see whatīs wrong here - thanks in advance! And finally, the video server no. and model IDs indeed are right (in this moment :) ) - checked in both my packet logger and with Replay Media Catcher (which is not bugfree either btw) |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)you can find the normal session id in the chatserver packets, its the response to the 0x01 login packet (the third value).
the one you find is the one stored in the browser cookies, its sent in the 0x10 (16) packet after grp/pvt request (you can also find it in the rtmp connect packet stored as amfnumber |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Thanks!
Looks to me like you may be talking about this one sent to the server: 1 0 0 20071025 0 guest:guest And receiving this from the server: 1 0 6592xxxx 0 0 Guestxxxxx Where 6592xxxx is the session ID, is that right? Ok, so far so good then! Now for something else. Having objectEncoding appended to PageUrl seems important, right? Iīve tried alot of different things, but cannot make it occur in the same way as done in the packets sniffed from an mfc session: Code:
0x0200 74 6F 72 79 3D 74 72 75-65 26 77 69 64 74 68 3D tory=true&width= How do I get those two bytes into RTMPDUMP? Tried using -C but that added alot more... If anybodyīs using RTMPDUMP in a commandline, and had it working fine, could they perhaps share an example here? Thanks! |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)We can download myfreecams live stream videos with latest GetFLV. Please check it and give us your feedback.
|
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Just paid for some tokens and attempted to spy on a private session, record it using Replay Media Catcher and exit. The recording stops as soon as you exit off the page. Pretty disappointing. If anyone can find a work around you would be a god amongst men.
|
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)If someone found out how to freely lurk on privates, theyīd prolly keep it to themselfes, or mfc would soon have it patched.
|
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Thanks again for sharing your knowledge on how to use rtmpdump and mfc together.
In the meantime Iīve been messing around a bit with things and finally got it working. Objectencoding is not needed, and in the windows version of RTMPDUMP, youīll need quotation marks around everything thatīs got an "&" sign or a space in it. And finally... got stuck untill I realized that I had "-v" with a capital V lol! Have a great weekend |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
|
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
Itīs not uptodate, cause I can see the camserver mapping is incomplete. Nowadays they sometimes use numbers larger than 257. |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
url: /mfc2/static/top.html?cache_id=136& Code:
var g_hServerMap = { 11:1, 12:2, 13:3, 14:4, 19:9, 24:14, 29:19, 34:24, 39:29, 44:34, 49:39, 54:44,59:49, 94:54, 99:59, 104:64, 109:69, 114:74, 119:79, 120:80, 121:81, 122:82, 123:83, 124:84, 125:85, 126:86, 127:87, 128:88, 149:112, 153:116, 157:120, 161:124, 165:128, 169:132, 181:144, 185:148, 199:162, 203:166, 207:170, 211:174, 215:178, 219:182, 237:200, 241:204, 245:208, 249:212, 253:216, 257:220 }; |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Ok thanks,
Superstrange. Iīve seen camserv with value 504, that maps to video4. I guess Iīll just have to fill the new ones in as I see them then manually. |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)there is another update which I dont support yet, some server update via a cookie hash. check the querycookiestring() and crc32, havent figured it out yet tho. But I think I saw it somewhere in the code udpating some camservers.
Though I've never seen such a high camserver while I was debugging the data (unknown server get mapped to 20-24 anyways) |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Thanks. Just wanted to show this to you:
Code:
%22nm%2 |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
Take a look at the server and see how it handles the videoserverid, if its above 500, its substracts 500 and more stuff, but its all in the source code.... note: the DrawVideo() function updated, the code I posted is out of date . |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)i can't get it to work ... please help :(
installing rtmpdump ... sudo apt-get -y install build-essential checkinstall libssl-dev && wget http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.3.tgz && tar xvf rtmpdump-2.3.tgz && cd rtmpdump-2.3 && make SYS=posix && sudo checkinstall && sudo ldconfig OK ./rtmpdump -W http://www.myfreecams.com/mfc2/flash...Beta.swf?nc=33 -s http://www.myfreecams.com/mfc2/flash...Beta.swf?nc=33 -a NxServer -f LNX 10,0,22,87 -t rtmp://video106.myfreecams.com:1935/NxServer -r rtmp://video106.myfreecams.com:1935/NxServer/mfc_102052799 -p http://www.myfreecams.com/mfc2/stati...jectEncoding=0 -C N:2052799 -C S: -C N:102052799 -C S:DOWNLOAD -C N:102052799 -o output.flv -v This is my output ... what i am doing wrong ? Code:
[1] 8028 Code:
Connecting ... |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)I think MFC is starting to get rid of stream cappers ( obviously ).
They stream Rickroll! for some models, really awesome MFC I had a good laugh. brb fixing lurk4. ![]() |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)I noticed this as well, got rickrolled starting yesterday. At first it was just the low number servers like rtmp://video19.myfreecams.com, but today it seemed to propagate to all the servers. I'd imagine there is a way around it, besides recording the stream which would mean keeping the video window open.
I don't know if it's detecting two different streams to the same ip or if it's detecting the flash referrer, or what. You definitely know more about how this works than I do, ITSME. |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Same issue here, Rick Roll crap
Seems like after 5 + years, one of the last sights finally figured it out Any ideas on this issue? |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Works with CooJah but with no sound
|
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Its doable with Replay Media Catcher 4 if you set it record instead of download. downside to that is you have to stay on that one page.
I'm really not sure how CooJah works, messing around with that right now. |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
is this a suggestion for how to record mfc streams in general, or specifically to solve the rickrolling issue? |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
again, is this for general recording or specifically addressing the rickrolling issue? |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)FlV catcher works also, but you need to keep the Cam Pigs window open, which means, if she ain't popular you will get banned eventually.
So basically it's just screen video capture software with much larger file sizes This also means that whatever the site "MFC" did, they only did it to RMC, So far! |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
General recording. |
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
|
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
|
All times are GMT -6. The time now is 11:26 AM. |