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)

any ANONYMOUS forum user 04-10-2009 06:19 PM

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

Stream Recorder 04-22-2009 06:09 PM

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.

BarackObama 08-14-2009 09:06 PM

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:

Stream Recorder 08-15-2009 12:44 AM

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


 
Quote:

Originally Posted by BarackObama (Post 12586)
Can it keep recording in private like it does for F4F or Eurolive?

Use a high quality screen capture program like Replay Video Capture or WM Capture. These are undetectable, and you can even stretch the capture area to include the chat comments if you like.

any ANONYMOUS forum user 08-15-2009 12:52 AM

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?

chair 01-01-2011 04:32 AM

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


 
Quote:

Originally Posted by any ANONYMOUS forum user (Post 12595)
Does Replay Media Catcher continue to record the private session on myfreecams - or does it just record the free chat?

That used to be possible about a year ago. MFC patched it. In sum; your feed will drop once they go private :(

Applian's Replay Video Capture will capture any chat session.

Stream Ripper 01-01-2011 11:54 PM

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.

OSSRecording 01-04-2011 09:53 AM

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

Variable parameters
Code:

- tcUrl: rtmp://video187.myfreecams.com:1935/NxServer
 - pageUrl: http://www.myfreecams.com/mfc2/static/player.html?

At the end there are a bunch of strings and numbers that will need to be passed with the -C parameter of rtmpsuck in order to be logged.
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).

With all these info and rtmpdump manual, you should be ok. The only trick is that AMF 'objectEncoding' must be appended at the end of pageURL. Syntax looks like this:
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
Maybe someone could contribute a bash script with these infos.

- 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

OSSRecording 01-04-2011 02:34 PM

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

Variable parameters
  • tcUrl: you can get it just by listening port 1935 with lsof: 'lsof -rPi tcp:1935 -F n'
  • ModelID : 'curl -s http://profiles.myfreecams.com/ModelName | grep -oP 'admireUser\(\d{7}\)' | grep -oP '\d{7}'
  • SessionID is available in Chrome Browser Console (Inspect Page, Show Console).
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".
Or use Firebug extension with firefox (in the panel, Network>XHR).

grizzler 01-15-2011 08:44 AM

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.

OSSRecording 01-16-2011 02:49 PM

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
Password="" # not needed, maybe for group and private?
SessionID=""

usage()
{
  echo "Usage: `basename $0` [OPTIONS] MODELNAME"
  echo "            -c sessionID,  specify your sessionID "
  echo "            -e ffmpeg,        to record in x264/aac
  echo "            -p passcode,  specify your passcode"
  echo "            -h            display this help and exit"
  exit 1
}

while getopts :c:e:p:h option
do
  case "$option" in
  c)
    SessionID="${OPTARG}"
    ;;
  e)
    enc="${OPTARG}"
    ;;
  p) # not needed, maybe for group and private?
    Password="${OPTARG}"
    ;;
  \?)
    echo "Invalid option: -$OPTARG" >&2
    usage
    ;;
  :)
    echo "Option -$OPTARG requires an argument." >&2
    usage
    ;;
  esac
done
shift $(($OPTIND - 1))

if [ $# -eq 0 ]
then
  usage
fi

Model="$1"
ModelID=`curl -s http://profiles.myfreecams.com/"${Model}" | grep -oP 'admireUser\(\d+\)' | grep -oP '\d+'`
if [ -z "$ModelID" ]
  then
  echo "Unknown model, check the spelling."
  exit 1
fi

vfeed=`lsof -c /npviewer/ -c /chrom/ -aPi tcp:1935 -F n | grep -oP '(?<=->).*'`
while [ -z "${vfeed}" ]
do
  echo "You must start the video."
  read -p "Press Enter when ready…"
  vfeed=`lsof -c /npviewer/ -c /chrom/ -aPi tcp:1935 -F n | grep -oP '(?<=->).*'`
done

while [ -z "${SessionID}" ]
do
  SessionID=`su -c'tcpdump -Anc1 -s112 -i any "src port xprint-server and greater 88 and tcp[13] & 8 != 0" | grep -oP "\b\d{8}\d*\b"|tail -n1'`
done

app="NxServer"
swfUrl="http://www.myfreecams.com/mfc2/flash/MfcVideoBeta.swf"
output="${Model}"_`date -u '+%Y%m%d%H%M%S'`

echo "sessionID: ${SessionID}"
echo "${Model}: ${ModelID}"
echo "${output}"

echo "$vfeed" | while read tcUrl
do
  echo "Testing stream $tcUrl"

  cmdargs_rtmp="-r rtmp://${tcUrl}/${app}/mfc_10${ModelID} \
-W ${swfUrl} \
-t rtmp://${tcUrl}/${app} \
-C N:${SessionID} -C S:${Password} -C N:10${ModelID} \
-C S:DOWNLOAD -C N:${ModelID} \
-m 2 -v"

  cmdargs_ffmpeg="rtmp://${tcUrl}/${app}/mfc_10${ModelID} \
swfUrl=${swfUrl} swfVfy=1 \
tcUrl=rtmp://${tcUrl}/${app} \
conn=N:${SessionID} conn=S:${Password} conn=N:10${ModelID} \
conn=S:DOWNLOAD conn=N:${ModelID} \
timeout=2 live=1"

  trap 'signal=1' SIGINT SIGTERM

if [ "$enc" != "ffmpeg" ]
then
  rtmpdump ${cmdargs_rtmp} -o "${output}".flv
else
  #  Hangs if no audio: https://roundup.ffmpeg.org/issue2213
  ffmpeg -async 1 -re -i "${cmdargs_ffmpeg}"  \
-acodec libfaac -ac 2 -ar 22050 -ab 96k \
-vcodec libx264 -vpre slow -sameq -threads 0 \
"${output}".mp4
fi

  if [[ $? -eq 0 ]] || [[ $? -eq 1 && $signal -eq 1 ]]
  then
    echo "Stream recorded"
    exit 1
  else
    echo "Stream not found"
  fi
  trap SIGINT SIGTERM
done

if [ $? -ne 1 ]
then
  echo "No stream for the requested model was found. please \
check that her video stream is running before starting mfcrecord \
or check you SessionID."
fi
exit

It does not always work, ffmpeg won't if there is no sound or if the connection is bad (see bug report in comment of the script). Also need to be root to fetch the sessionID (I'm using tcpdump for this), but you can specify one with -c sessionID.

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.

itsme 01-17-2011 05:42 AM

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:

The password is never check in Public, I don't know for private or group.
It's used in the login process and its used in the rtmp connection if you connect to groups and privates (you have to send your passcode and DOWNLOAD:xxxxxx where xxxxxx is the GRP/PVT session id, sent in the 16er packet (after you sent the 34 request join grp).

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.

Stream Ripper 01-17-2011 09:45 PM

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.

nash28 01-19-2011 04:55 AM

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?

grizzler 01-21-2011 05:00 PM

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
Also, the objectencode thingy I had to remove to make it work just a bit. It will fail with a message from rtmpdump that itīs not recognized.
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)

itsme 01-25-2011 03:13 PM

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

grizzler 01-26-2011 12:42 PM

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=
0x0210  C3 33 32 30 26 68 65 69-67 68 74 3D 32 34 30 26  ?320&height=240&
0x0220  6D 75 74 65 3D 6F 66 66-26 00 0E 6F 62 6A 65 63  mute=off&..objec
0x0230  74 45 6E 63 6F 64 69 6E-67 00 00 00 00 00 00 00  tEncoding.......

Not sure what this will look like, directly pasted from my packet monitor, but what itīs showing is that between mute=off& and objectEncoding, thereīs two bytes with the values 0 and 0E (14).
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!

getflv 01-26-2011 03:19 PM

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.

papapump 01-28-2011 01:07 PM

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.

grizzler 01-28-2011 02:51 PM

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.

grizzler 01-29-2011 01:11 AM

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

Stream Recorder 01-30-2011 12:11 PM

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


 
Quote:

Originally Posted by grizzler (Post 24893)
and in the windows version of RTMPDUMP, youīll need quotation marks around everything thatīs got an "&" sign or a space in it.

just put the URLs and other such parameters into quotes

grizzler 02-09-2011 12:38 PM

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


 
Quote:

Originally Posted by itsme (Post 24565)

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.


Heya mate, do you know which .js this was from - do you have the URL to where on myfreecams that itīs located? Tried different ones from the sourceview but this one I couldnīt find.

Itīs not uptodate, cause I can see the camserver mapping is incomplete. Nowadays they sometimes use numbers larger than 257.

itsme 02-10-2011 12:21 PM

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


 
Quote:

Originally Posted by grizzler (Post 25160)
Heya mate, do you know which .js this was from - do you have the URL to where on myfreecams that itīs located? Tried different ones from the sourceview but this one I couldnīt find.

Itīs not uptodate, cause I can see the camserver mapping is incomplete. Nowadays they sometimes use numbers larger than 257.

nope they didnt update it. (see array below)

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

grizzler 02-10-2011 12:59 PM

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.

itsme 02-11-2011 12:10 PM

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)

grizzler 02-20-2011 01:25 AM

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
2:%22Phatrice%22
,%22sid%22:86821
345,%22uid%22:60
05187,%22vs%22:1
3,%22u%22:{%22ag
e%22:18,%22avata
r%22:1,%22blurb%
22:%22i wish you
 injoy my room g
uys ;)iam single
 and working stu
dent..%22,%22cam
serv%22:504,%22c
hat_bg%22:61,%22
chat_color%22:%2
2FF0000%22,%22ch
at_font%22:5,%22
chat_opt%22:1,%2
2city%22:%22Quez
on City%22,%22co
untry%22:%22Phil
ippines%22,%22cr
eation%22:129646
2257,%22ethnic%2
2:%22Asian%22,%2
2occupation%22:%
22wOrking sTuden
t/pErfOrmer %27M
FC%27%22,%22phot
os%22:10,%22prof
ile%22:1},%22m%2
2:{%22ascamscore
%22:11974.800,%2
2avgrating%22:0.
000,%22camscore%
22:2396.400,%22c
ontinent%22:%22A
S%22,%22flags%22
:32,%22kbit%22:1
28,%22mg%22:3,%2
2new_model%22:0,
%22topic%22:%22h
ello guys..Pleas
e read my profil
e and please adm
o%22,%22totratin
g%22:0}}.š20 868
23781 86906733 0
 5156158 {%22lv%
22:4,


itsme 03-06-2011 01:13 PM

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


 
Quote:

Originally Posted by grizzler (Post 25478)
Thanks. Just wanted to show this to you:


Code:

%22nm%2
2:%22Phatrice%22
,%22sid%22:86821
345,%22uid%22:60
05187,%22vs%22:1
3,%22u%22:{%22ag
e%22:18,%22avata
r%22:1,%22blurb%
22:%22i wish you
 injoy my room g
uys ;)iam single
 and working stu
dent..%22,%22cam
serv%22:504,%22c
hat_bg%22:61,%22
chat_color%22:%2
2FF0000%22,%22ch
at_font%22:5,%22
chat_opt%22:1,%2
2city%22:%22Quez
on City%22,%22co
untry%22:%22Phil
ippines%22,%22cr
eation%22:129646
2257,%22ethnic%2
2:%22Asian%22,%2
2occupation%22:%
22wOrking sTuden
t/pErfOrmer %27M
FC%27%22,%22phot
os%22:10,%22prof
ile%22:1},%22m%2
2:{%22ascamscore
%22:11974.800,%2
2avgrating%22:0.
000,%22camscore%
22:2396.400,%22c
ontinent%22:%22A
S%22,%22flags%22
:32,%22kbit%22:1
28,%22mg%22:3,%2
2new_model%22:0,
%22topic%22:%22h
ello guys..Pleas
e read my profil
e and please adm
o%22,%22totratin
g%22:0}}.š20 868
23781 86906733 0
 5156158 {%22lv%
22:4,


yes, I assumed you looked at the source code and noticed the shared cam servers... also I wanted some problems to get solved by other people... :P Create an array of int [0..255] and set all values to 0 Listen to event 43, you get serverid and model user id. the index is equal to the server id, the value of each element is set to the userid. now upgrade your mapserver method (and take a look at the sourcecode!), iterate your shared server array, check if there are shared servers for the user id und add them to your pool of servers.
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 .

slopsbox 03-29-2011 09:49 AM

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
[2] 8029
[3] 8030
[4] 8031
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
bash: -C: command not found
[2]  Done                    cache_id=144
[3]-  Done                    target=main
[4]+  Done                    no_cache=0.20080500586012184

then ...
Code:

Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

thanks in advance !!

itsme 04-20-2011 10:47 AM

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.


sup88 04-20-2011 01:29 PM

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.

SOMFW 04-20-2011 02:55 PM

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?

internetmania009 04-20-2011 07:03 PM

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


 
Works with CooJah but with no sound

metsman 04-20-2011 08:33 PM

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.

minipc 04-20-2011 09:10 PM

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


 
Quote:

Originally Posted by internetmania009 (Post 27752)
Works with CooJah but with no sound

:confused:

is this a suggestion for how to record mfc streams in general, or specifically to solve the rickrolling issue?

minipc 04-20-2011 09:12 PM

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


 
Quote:

Originally Posted by metsman (Post 27754)
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.

:confused:

again, is this for general recording or specifically addressing the rickrolling issue?

SOMFW 04-20-2011 09:28 PM

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!

metsman 04-20-2011 09:33 PM

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


 
Quote:

Originally Posted by minipc (Post 27756)
:confused:

again, is this for general recording or specifically addressing the rickrolling issue?


General recording.

silentjafh 04-20-2011 09:39 PM

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


 
Quote:

Originally Posted by SOMFW (Post 27757)
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!

not only Replay Media Catcher, but tested with WM Recorder and GetFLV all getting the famous rickrolled :(

sup88 04-20-2011 09:45 PM

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


 
Quote:

Originally Posted by SOMFW (Post 27757)
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 Replay Media Catcher, So far!

You can always view any model in the lounge, or as a guest.


All times are GMT -6. The time now is 11:26 AM.