Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
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. |
#3
|
|||
|
|||
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?
|
#4
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
|
#5
|
|||
|
|||
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?
|
#6
|
|||
|
|||
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. |
#7
|
|||
|
|||
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. |
#8
|
|||
|
|||
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 - flashVer: LNX 10,2,161,23 - swfUrl: http://www.myfreecams.com/mfc2/flash/MfcVideoBeta.swf?nc=33 Code:
- tcUrl: rtmp://video187.myfreecams.com:1935/NxServer - pageUrl: http://www.myfreecams.com/mfc2/static/player.html? Code:
- AMF Object Property AMF string: objectEncoding AMF number: 0 AMF type: End of object (9) AMF type: Number (0) AMF number: 54578976 // Session ID AMF type: String (2) AMF string: [Empty] // Password, nil if guest (don't share this value!) AMF type: Number (0) AMF number: 104281302 // ModelID AMF type: String (2) AMF string: DOWNLOAD AMF type: Number (0) AMF number: 4281302 // Room Number? (In browser, it corresponds to the last number of the value of the 'mh' cookie. This cookie looks like a history of the room you have visited). 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 Last edited by OSSRecording : 01-04-2011 at 07:27 PM. |
#9
|
|||
|
|||
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 - flashVer: LNX 10,2,161,23 - swfUrl: http://www.myfreecams.com/mfc2/flash/MfcVideoBeta.swf?nc=33 - password: check your browser cookie 'passcode' - pageUrl: http://www.myfreecams.com/mfc2/static/player.html?
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". Last edited by OSSRecording : 01-04-2011 at 07:26 PM. |
#10
|
|||
|
|||
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.
|
Thread Tools | |
Display Modes | |
|
|