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

any ANONYMOUS forum user
04-10-2009, 06:19 PM
How can I record free sex web-cam chat My Free Cams
http://www.myfreecams.com/#Deluxeslut

Stream Recorder
04-22-2009, 06:09 PM
Replay Media Catcher (http://applian.com/replay-media-catcher) can perfectly record RTMP .flv videos from myfreecams.com:

You can also try Freecorder (http://freecorder.com) for free. Use the video screen recorder.

BarackObama
08-14-2009, 09:06 PM
Can it keep recording in private like it does for F4F or Eurolive?


:cool:

Stream Recorder
08-15-2009, 12:44 AM
Can it keep recording in private like it does for F4F or Eurolive?
Use a high quality screen capture program like Replay Video Capture (http://applian.com/replay-video-capture/) or WM Capture (http://wmrecorder.com/products/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
Does Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) continue to record the private session on myfreecams - or does it just record the free chat?

chair
01-01-2011, 04:32 AM
Does Replay Media Catcher (http://applian.com/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 (http://applian.com/replay-video-capture/) will capture any chat session.

Stream Ripper
01-01-2011, 11:54 PM
I just tested this at the cost of a few bucks - lol.

Replay Media Catcher (http://applian.com/download-videos/)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
I have been working on this yesterday.
Since my main station is on linux, I can't use Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm), so I'm working with rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm).

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
- app: NxServer
- flashVer: LNX 10,2,161,23
- swfUrl: http://www.myfreecams.com/mfc2/flash/MfcVideoBeta.swf?nc=33
Variable parameters
- 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.

- 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:

./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: http://img.myfreecams.com/photos2/400/4001347/avatar.300x300.jpg

OSSRecording
01-04-2011, 02:34 PM
Now without wireshark:

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

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

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
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
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
#!/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
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.


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
For these types of streams, I generally recommend Replay Media Catcher (http://applian.com/download-videos/) or WM Recorder (http://wmrecorder.com/download.php) - 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
Can anyone please check, if this procedure would work on the private sessions of livejasmin?

grizzler
01-21-2011, 05:00 PM
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:

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 (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) 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 (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) (which is not bugfree either btw)

itsme
01-25-2011, 03:13 PM
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
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:


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
We can download myfreecams live stream videos with latest GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm). Please check it and give us your feedback.

papapump
01-28-2011, 01:07 PM
Just paid for some tokens and attempted to spy on a private session, record it using Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) 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
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
Thanks again for sharing your knowledge on how to use rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) 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
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
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
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&


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
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
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
Thanks. Just wanted to show this to you:


%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
Thanks. Just wanted to show this to you:


%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
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/MfcVideoBeta.swf?nc=33

-s http://www.myfreecams.com/mfc2/flash/MfcVideoBeta.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/static/player.html?broadcaster_id=0&cache_id=144&target=main&no_cache=0.20080500586012184&objectEncoding=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 ?

[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 ...
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

thanks in advance !!

itsme
04-20-2011, 10:47 AM
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.

http://i.imgur.com/0omE7.png

sup88
04-20-2011, 01:29 PM
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
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
Works with CooJah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) but with no sound

metsman
04-20-2011, 08:33 PM
Its doable with Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 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 (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) works, messing around with that right now.

minipc
04-20-2011, 09:10 PM
Works with CooJah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) 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
Its doable with Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 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 (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) 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
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 (http://all-streaming-media.com/record-video-from-screen/) 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
:confused:

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


General recording.

silentjafh
04-20-2011, 09:39 PM
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 (http://all-streaming-media.com/record-video-from-screen/) 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 (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm), but tested with WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) and GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) all getting the famous rickrolled :(

sup88
04-20-2011, 09:45 PM
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 (http://all-streaming-media.com/record-video-from-screen/) with much larger file sizes

This also means that whatever the site "MFC" did, they only did it to Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm), So far!

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

SOMFW
04-20-2011, 10:18 PM
The cam pig always sees who is viewing them and can ban them for an hour, 60 day and or Perm.

Doesn't matter if they are a guest, basic or premium.

Point is, if you are going to keep a pigs window open and she doesnt have 300+ people in her room and only a couple, theres a better chance then not that she will ban you, especially since you are NOT paying her.

Which also defeats the purpose of the program. There are to many Pigs to record, to have to sit there and watch them for hours just to get a few minute show.

getflv
04-20-2011, 11:04 PM
You can always view any model in the lounge, or as a guest.

GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) 9.0.0.5 can help you download myfreecams.com live videos. Please check it and give your feedback.

minipc
04-21-2011, 07:04 AM
GetFLV 9.0.0.5 can help you download myfreecams.com live videos. Please check it and give your feedback.

does getflv 9.0.0.5 address the rickrolling issue, because a previous post in this thread (#40 (http://stream-recorder.com/forum/showpost.php?p=27759&postcount=40)) suggests it may also be affected?

getflv
04-21-2011, 08:08 AM
does getflv 9.0.0.5 address the rickrolling issue, because a previous post in this thread (#40 (http://stream-recorder.com/forum/showpost.php?p=27759&postcount=40)) suggests it may also be affected?

V9.0.0.6 has addressed the rickrolling issue. Please check it.

Stream Recorder
04-21-2011, 11:22 AM
not only Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm), but tested with WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) and GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) all getting the famous rickrolled :(
myfreecams.com now allows one connection only otherwise it displays that music video. Capturing RTMP streams instead of downloading is the way around this.

Just use

Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 4 (Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm)) in the RTMP recording mode,
Loopback Recorder from WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) in the Loopback mode,
freeware CooJah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) without Blader,
freeware Orbit Grab Pro.

This allows to capture RTMP packets instead of downloading. The good thing is that can't be detected while you capture. The only drawback is that RTMP capturing works in real time and as long as you play your stream in your web-browser; doesn't seem to be a problem at all in case of live streams.

internetmania009
04-21-2011, 11:52 AM
I found it. But I'm not sure if I should make it public..
I'm sick of the cat and mouse game and just want to download.

will think about it, please don't pm me unless you wanna buy my software.

Can capture audio too?

cameronj
04-21-2011, 12:37 PM
Nice board - I found it looking for others who've been rickrolled.

I tried the GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) today and still got the rickroll.

I'm using Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm) - which looks exactly like RMC 4 - and it works with rtmp set to record stream.

On Ifriends though, it's still downloading.

Look forward to working with all of you.

stalker96
04-21-2011, 12:40 PM
Well, Orbit Grab Pro doesn't work for me at all.
Will try the non-free apps...

@cameronj, I think Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm) is the same RMC4 (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) engine but a different interface... Applian is a commercial outfit after all.

internetmania009
04-21-2011, 01:02 PM
If someone finds a program who can capture multiple streams at once without leaving the browser window open, please share it on here

SOMFW
04-21-2011, 01:27 PM
Just use

Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 4 in the RTMP recording mode,
Loopback Recorder from WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) in the Loopback mode,
freeware CooJah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) without Blader,
freeware Orbit Grab Pro.

This allows to capture RTMP packets instead of downloading. The good thing is that can't be detected while you capture. The only drawback is that RTMP capturing works in real time and as long as you play your stream in your web-browser; doesn't seem to be a problem at all in case of live streams.

And this is helpful info why?
Using the recorders this way defeats the purpose of them.
If I am going to have to keep the windows open to record the stream, I might as well use the Older and far superior screen video capture software (http://all-streaming-media.com/record-video-from-screen/)

minipc
04-21-2011, 02:21 PM
V9.0.0.6 has addressed the rickrolling issue. Please check it.

thanks for the suggestion.

downloaded and installed the trial version of 9.0.0.6. if it has addressed the rickrolling issue, then i can't tell, because unfortunately, i can't seem to get it to work. which is a shame, because it's a very good looking bit of software, although i'm not a big fan of apps that make me get out the task manager in order to close them down. nor, indeed, am i a fan of apps that make me use system restore in order to uninstall them.

but thanks, all the same.

stalker96
04-21-2011, 02:25 PM
SOMFW, it's not the same thing...

I just tried out Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 4.1 and works... it got better than 4.0, which was buggy as hell, never-mind it wouldn't uninstall properly. The difference to what was suggested and what you said is that RMC injects itself into the process and dumps the stream data to disk, where as in non-capture mode the connection would have been re-initiated, possibly raising some flags at MFC. *** and other screen grabbers (http://all-streaming-media.com/record-video-from-screen/) only capture the screen that is active, so in front of you. Right now I'm running 9 shows in parallel in the background using stream capture in RMC and all work properly, except some won't load in avidemux but that's OK, they still encode fine with ffmpeg.

One downside is that v4 is not naming the files as 3.1 used to, but luckily the history database is sqlite3 and I'll make some script that renames files to mfc_10xxx... as 3.1 used to.

SOMFW
04-21-2011, 04:24 PM
SOMFW, it's not the same thing...

I just tried out RMC 4.1 and works... it got better than 4.0, which was buggy as hell, never-mind it wouldn't uninstall properly. The difference to what was suggested and what you said is that RMC injects itself into the process and dumps the stream data to disk, where as in non-capture mode the connection would have been re-initiated, possibly raising some flags at MFC. Hypercam and other screen grabbers only capture the screen that is active, so in front of you. Right now I'm running 9 shows in parallel in the background using stream capture in RMC and all work properly, except some won't load in avidemux but that's OK, they still encode fine with ffmpeg.

One downside is that v4 is not naming the files as 3.1 used to, but luckily the history database is sqlite3 and I'll make some script that renames files to mfc_10xxx... as 3.1 used to.

You either don't understand the issue, the differences in recording and or, you are Full of it.

Let me put this to rest, so you and others like you who think RMC 4.X work will understand it

All version of RMC worked prior to two days ago. With me so far?
In fact earlier versions (3.11) worked much better then the latest, and still do on other sites, but that another issue.

All versions of RMC stopped working two days ago. I know this confuses you, but keeping the stream open and recording it is NOT the same as opening hundreds of streams, letting RMC do it's thing for a few seconds, Then Closing ALL the streams, the site, the Browser etc... Everything but RMC and the Computer! then coming back hours later to see what you got or not. That is how it used to work.

Staying in front of a PC or keeping dozens of streams open is not practical or going to happen for 99% of cappers.

The only way it works now with any program tested including all versions of RMC is to keep the stream active = not closing it. Shrinking it to the background is still keeping it open, And will eventually get your IP banned by the worthless models who hate people watching for free.

Hope you understand the difference now


And just like Minipc said, GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) 9.0.0.6 does not open after being installed, so there is no way to check if it works as claimed by the person who keeps saying it does

itsme
04-21-2011, 04:32 PM
It's rtmp related, they've added rtmp based checks you have to respond to before requesting the video, so the only streaming that work beside Lurk4 (which is no real stream recorder because it's only working for cam4, camfuze and MFC) are those that hook your browser and hijack the rtmp traffic, I know orbit did that 2-3 years ago.

thefan
04-21-2011, 05:14 PM
Where can i download this lurk4 program? It was made to record cam4 streams right? By the way i can verify that getflv is also working.

thefan

sup88
04-21-2011, 05:17 PM
Gave the trial of GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) a try, and the method it seems to use is switching up the feed, so you'll get the rick roll in the browser window and getflv will download the actual file. But it doesn't always work, and was very buggy on my windows 7 machine.

I don't know if the full version would be less buggy, can anyone verify this?

And, yes, where can this lurk4 program be acquired?

any ANONYMOUS forum user
04-21-2011, 05:32 PM
It's rtmp related, they've added rtmp based checks you have to respond to before requesting the video, so the only streaming that work beside Lurk4 (which is no real stream recorder because it's only working for cam4, camfuze and MFC) are those that hook your browser and hijack the rtmp traffic, I know orbit did that 2-3 years ago.

proof that it's still working:
click me (http://i.imgur.com/5SUJV.png)

Nice screen shot.

Someone tell me what program this is using to capture the streams ???

Anyone pls

stalker96
04-21-2011, 07:34 PM
@SOMFW, acting bitchy doesn't help you, nor people looking for an answer.

After your reply I see that I understand more about what happens than you since I got around rick-rolling, and about 4 GB of content from 16 girls.

Second, the new Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) (RMC) / Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm) (which is one and the same thing) are working now only using the recording method and not the downloading method. Since you can't get it around your head to understand how this works I'll dumb it down for you a bit.

In downloading mode, both versions 3 and 4, clone the RTMP commands that get sniffed from the browser and resend them as one command each. Now, since MFC added the RTMP checks itsme found out about it's not a simple resending of a command, more like several before the real stream gets pushed through.

In recording mode in RMC 4 only, it works by copying the buffer of the loaded media from the browser onto the disk instead of discarding it. That media is 99% the same with what is streamed, same flv encoded video content and same nellymoser audio, nothing gets reencoded.

As for the connections, those get handeled by the MFC system, the page, the js, and Flash... RMC only takes the content, which is what ALL of us actually want.

Regarding the banning it doesn't matter if you're in the chat room or not, there are operators that frequently blacklist IP's based on their activity on the system, rarely girls do that in the rooms and only if you piss them off, others not at all since most of them don't even know from where to turn down the volume before damning every premium that doesn't tip. Sometimes the ops catch you, other times they don't. Depends on your IP and what girls you like to watch.

I don't go through desperation phases like you, I got some girls and a studio admin who can un-ban my IP at request, and on top of that my ISP gives me dynamic external IP's which can be reset at request as well. Even so, I've only been blacklisted by ops once, and two or three girls from my country banned me because I was from the same country and they get uncomfortable, and not because I was a guest or other dumb things like that. As long as you keep you mouth shut they don't ban you.

Nor should you if you want to last so get some.

Regarding how connections are handled, the same way as the browser establishes connections is the same way as RMC works, there's no other magic involved, and NO, you can't leave RMC recording for hours because most of the girls reconnect, go private, group or offline (code 90) until premium members gather, and that's a tip that I got directly from one of the girls, a rated one even. When these events happen, RMC goes into timeout and if no content gets streamed, it terminate the job... plus RMC 3 always needs to get the browser pages refreshed to continue with new jobs for each model that reconnected but only after the list in RMC gets cleaned. This happens automatically in RMC 4 for timeouts that aren't in tens of minutes long or longer.

I don't need you to hope anything for me, I'm not the one with issues and if you want your MFC fix, since probably that's the reason you're uptight, I suggest you get some manners.

We're here to help one another. Understand?



@itsme, found lurk4... nice bit of info you provided us! Danke!
Edit: strike that... but still nice to see there is something that compact

SOMFW
04-21-2011, 09:27 PM
Nice screen shot.

Someone tell me what program this is using to capture the streams ???

Anyone pls

How does that picture prove RMC still records MFC when you close the models stream or MFC?

SlimPickins
04-21-2011, 09:53 PM
stalker96 - thanks for your explanation. It was most helpful to read a clear explanation that Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm) works for MFC in recording mode (ie records while watching stream) and not in downloading mode (ie download stream and leave the page).

Obviously downloading mode in Jaksta is preferrable, but until an alternative is found, I'm happy with the results of recording mode (ie getting the MFC model stream rather than rickroll).

itsme - thanks for your contributions also. I suspect you are the guru here. Hope to hear more of your insights.

I look forward to further constructive comments on the issues raised in this thread.

metsman
04-21-2011, 10:53 PM
Gave GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) a try seemed to have worked once. Ill work with it some more to try to give more feedback on it.

@SOMFW
Yes the whole situation is fustrating, Adding drama to the mix by shouting and called out names only will only make the resolve of the whole thing take longer. So unless you have an data or feedback on a progam just sit back and let the big boys do there work. Otherwise the problem is going to be solved and not shared on acount of your bullshit.

sup88
04-21-2011, 11:02 PM
Great explanation by stalker96 and thanks itsme for letting us know that it can still work

@SOMFW - stalker's post explained that Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm)/Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) only works in recording mode, not the way that most of us are used to. Starting a flame war here doesn't get anything accomplished.

We know there is a way around it, and it has only been a couple days since it started happening. It's like what happened with people modding Xbox's and burning games and playing them on xbox live, a game of cat and mouse like itsme said.

sup88
04-21-2011, 11:11 PM
Has anyone tried this method of capping that's described in this video?

b1WWpKEPdT4

silentjafh
04-21-2011, 11:18 PM
Guys i suggest we all calm down.

Up until a few days ago we had a system that worked fine...that system is now no longer working.

PPl have posted a work around (setting Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) to record) and not downloading. While that way is not ideal it works.

@itsme is clearly one of the gurus here, and has explained briefly what MFC has done, and that there is a fix.

Flaming here will not get us any quicker to a permanent solution.

Stream Recorder
04-22-2011, 12:46 AM
If someone finds a program who can capture multiple streams at once without leaving the browser window open, please share it on here
AFAIK this is not possible:
http://stream-recorder.com/forum/showpost.php?p=27793&postcount=45

And this is helpful info why?
Using the recorders this way defeats the purpose of them.
If I am going to have to keep the windows open to record the stream, I might as well use the Older and far superior screen video capture software (http://all-streaming-media.com/record-video-from-screen/)
This is definitely wrong. First of all, when you capture streams you always do it losslessly, so you get a perfect digital copy of the stream. Secondly you can record or play any sound while capturing streams. And thirdly you leave your web-browser open, but you can work with other windows (without using software like WM Capture (http://all-streaming-media.com/record-video-from-screen/WM-Capture-screen-video-capture-software-that-records-with-high-quality.htm) which can record from a second monitor).

@SOMFW
I've deleting your posts with chitchats as well as the ones insulting users.

This is a reminder to all other users as well. You may use private messages and the General Discussion Forum for anything, but this thread is for solutions only.

internetmania009
04-22-2011, 04:22 AM
Look what i got when i try GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) :eek:

http://img272.imagevenue.com/loc561/th_66895_rickroll_123_561lo.JPG (http://img272.imagevenue.com/img.php?image=66895_rickroll_123_561lo.JPG)

SomeOtherGuy
04-22-2011, 06:44 AM
I suspect they are playing the rick video as a flv and the real video as some other data type which their site knows is really a flv, but Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm)/Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) only see's the flv.

The reason why i suspect this is because they do the same thing on the private images which are supposed to be secured, except with google chromes developer view you get the following when viewing the jpg..

exclusive_gallery.php
Dimensions 320 Ũ 240
File size 7.70KB
MIME type text/html

when its not really php/txt/html its binary/jpg

So the view images screen knows to override the mime type.

Theres an app called fiddler (link) that might help us find what mime type they are using to hide the live video stream.

Hope this helps.

pyrnon
04-22-2011, 07:31 AM
I did find a way to download private/group streams from MFC using WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) and Chrome. But all of that went out the door when the whole Rick Roll thing started.

I did manage to find Lurk4 and I have no idea how to use it lol. :confused:

itsme
04-22-2011, 07:43 AM
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.

scv10
04-22-2011, 08:22 AM
It's not public anymore I only sell it via aim/mail so stop pming for a dl link lol.

If this program will work without getting rick, please PM me to tell me how to purchase. Thx

itsme
04-22-2011, 09:10 AM
Yes it does but it's not a streaming recorder per se, it monitors specific websites (Cam4, Camfuze and MFC) and records predefined profiles or unknown profiles that fullfill certain criteria e.g.: All new models with age 18-19, all models with more than xx viewer etc.

So if you never want to miss a show without being at your computer, Lurk4 is the way to go but if you're looking for an universal streaming recorder you shouldn't bother with it.

For MFC there is no grp and pvt support BUT I've started on it and it's pretty much included the only downside: It burns all your tokens because I still need to add the endsession properly ;)
Not much of work tho but I've been busy

jakizakiflak
04-22-2011, 09:27 AM
hello to all, just registered and wanted to say thx for finding a solution to avoid this rickroll. but i have a little problem, when i wanna watch a recorded vid, lets say its 10 mins long, the player shows 2 hours for example, and its total in slowmo, anyone can tell me whats wrong with my settings ?
i use old version had the option to increase/decrease a number if records were too slow or too fast. cant find it on this

stalker96
04-22-2011, 10:00 AM
itsme, figures you're the author. ;)

jakizakiflak, it's normal, the stream that you captured started 2 hours ago but you only got the 10 minutes. You could use ffmpeg to reencode the clip and trim off the excess using a container tool. The reencoding is needed if you wan't to keep audio and video in sync... otherwise I haven't found out a tool that can cut flv's properly without issues. Maybe someone here has some info about this.

I make all the clips in x264, mp3 constant and mkv container and for mkv I have command line tools but also tools with graphical interface like mkvtoolnix to easily trim the wanted parts and remove the ones that I don't want.

silentjafh
04-22-2011, 10:22 AM
snip snip

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.

I found this. Was this yrs itsme ?

http://img131.imagevenue.com/loc479/th_348918152_Lurk4image_122_479lo.jpg (http://img131.imagevenue.com/img.php?image=348918152_Lurk4image_122_479lo.jpg)

sup88
04-22-2011, 11:21 AM
Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm)/Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) has a fix flv utility where you can adjust the timestamp. you usually want to go somewhere in between 24-34 to fix it, and then test in vlc to see if it's correct. only prob with this way is if there is any silence in the flv, that part will be fast forwarded when played back.

I haven't found a perfect way of converting, and I've tried a lot of different ways.

jakizakiflak
04-22-2011, 11:23 AM
actually i play them with windows media player classic, i tried once flv player and i skip the time, u know ? the bar where u can jump from sec 10 to 50 for example. then i never used it again

EDIT: tried flv player just now, works fine lol, but only 1 vid, i will test more

sup88
04-22-2011, 11:38 AM
With VLC, you can play them and then use the + and - keys on your numberpad to fast forward through the video. Only way I know of to watch them in their original format (in a timely fashion).

pyrnon
04-22-2011, 11:38 AM
jaksta/rmc has a fix flv utility where you can adjust the timestamp. you usually want to go somewhere in between 24-34 to fix it, and then test in vlc to see if it's correct. only prob with this way is if there is any silence in the flv, that part will be fast forwarded when played back.

I haven't found a perfect way of converting, and I've tried a lot of different ways.

Thank you so much for this lol. I just started using Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) and was trying to figure it out.

jakizakiflak
04-22-2011, 11:50 AM
i still cant find it xD

stalker96
04-22-2011, 12:10 PM
Make a batch. OSSRecording posted some ffmpeg commands on page 2 at the end of the script, and they're roughly the same as mine, a twist the output container should be mkv. Use mkbtoolnix (mmg), drop the final file in it and in Global tab enable splitting, just enter the time from where the show starts and it will make a split with the frozen part and one with the actual show. Through this method, the silence and fast-forwarding get fixed by ffmpeg with -async 1, that's the whole secret.

So far there's no other way, and probably will never be since what we are asking isn't normal usage... and I doubt Adobe will allow anyone to make such apps for the flv file format.

sup88
04-22-2011, 12:10 PM
i still cant find it xD

Click Tools>Fix FLV.....then choose the flv file you want to fix. Then click the arrows to the right of File Contents and there will be box to enter a number in, then click the Fix Time button.

FAQ on the Applian site about using Fix FLV with live streams (http://www.applian.com/faq-pro/index.php?action=article&cat_id=003&id=86&lang=)

sup88
04-22-2011, 12:14 PM
stalker96, I definitely need to try your method

SOMFW
04-22-2011, 12:17 PM
@nd, the only thing wrong is you think you know it all - Hyper C@m and other screen recorders (http://all-streaming-media.com/record-video-from-screen/) are Just as "lossless" as recording the stream, If you set them up to be. But who the fuck wants a 200mb 10 min video of some camwhore who doesn't speak English. I record "Lossy" aka Compressed and My videos are 99.999% of exactly what w as seen on the live feed and sync up perfectly.

Stream Recorder
04-22-2011, 01:45 PM
jakizakiflak, it's normal, the stream that you captured started 2 hours ago but you only got the 10 minutes. You could use ffmpeg to reencode the clip and trim off the excess using a container tool. The reencoding is needed if you wan't to keep audio and video in sync... otherwise I haven't found out a tool that can cut flv's properly without issues. Maybe someone here has some info about this.
Fix/repair flv files (make flv files seekable,playable,inject metadata,fix duration)

@nd, the only thing wrong is you think you know it all - Hyper C@m and other screen recorders (http://all-streaming-media.com/record-video-from-screen/) are Just as "lossless" as recording the stream, If you set them up to be. But who the fuck wants a 200mb 10 min video of some camwhore who doesn't speak English. I record "Lossy" aka Compressed and My videos are 99.999% of exactly what w as seen on the live feed and sync up perfectly.
Bla-bla-bla... nothing useful again

jhkss
04-23-2011, 01:35 PM
I did find a way to download private/group streams from MFC using WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) and Chrome. But all of that went out the door when the whole Rick Roll thing started.

I did manage to find Lurk4 and I have no idea how to use it lol. :confused:

Could you tell us what did you do to get private/group shows with WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm)? I would appreciate that.

sup88
04-23-2011, 06:12 PM
Some things are best left for a pvt message :rolleyes:

stalker96
04-24-2011, 08:29 AM
XSinderella: 800 guys in room and not one can give me tok?((

We should at least think of paying them for the private shows.

any ANONYMOUS forum user
04-24-2011, 11:45 AM
We should at least think of paying them for the private shows.

Where's the logic in that? lol :rolleyes:

Stream Recorder
04-24-2011, 11:56 AM
Could you tell us what did you do to get private/group shows with WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm)? I would appreciate that.
Try the Loopback Recorder in the LOOPBACK mode. It is in the WM Recorder folder.

JasonB01
04-24-2011, 12:09 PM
Try the Loopback Recorder in the LOOPBACK mode. It is in the WM Recorder folder.

Hi, how do I start LOOPBACK mode? Available modes are 'ADA', 'WMX', 'PRO' and 'URL' afaics.

Regards, Jason

Stream Recorder
04-24-2011, 09:53 PM
Hi, how do I start LOOPBACK mode? Available modes are 'ADA', 'WMX', 'PRO' and 'URL' afaics.
In WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) 14.8 hit the "Options" button and select "Open LOOPBACK"

Or just create a shortcut for WMLoop.exe:

http://img20.imageshack.us/img20/7882/loopback.png

thefan
04-25-2011, 03:40 PM
Ricknroll is gone, but bigger problems occur . Myfreecams video authorization error, you are unable to view the video because you attempting to access it outside of the myfreecams website.
Started to happen today.... Currently for freechat , loop back mode and WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) 14.8 work, but you have to have the chats open, but its still a bit better option then screen recording (http://all-streaming-media.com/record-video-from-screen/) software, because its in flv, and you can record multiple streams at the same time if you open them all in different browser windows.

However if your lurk4 program still works id like to purchase it if you are selling.

Rhade
04-25-2011, 06:46 PM
lurk4 still works :P

its running now

http://img28.imageshack.us/img28/3539/777803465l4123530lo.th.jpg (http://img28.imageshack.us/i/777803465l4123530lo.jpg/)

silentjafh
04-26-2011, 11:18 AM
Click Tools>Fix FLV.....then choose the flv file you want to fix. Then click the arrows to the right of File Contents and there will be box to enter a number in, then click the Fix Time button.

FAQ on the Applian site about using Fix FLV with live streams (http://www.applian.com/faq-pro/index.php?action=article&cat_id=003&id=86&lang=)

Using this method Applian say use 15 as a starting point. This seems to a poor starting point, but I guess Applian had to start somewhere.

After some testing I have found between numbers 30-37 gives very good results, esp if you know how to read the numbers in the columns - Tools/Fix FLV/File contents. The numbers are secs of the record in format XXXX.XXXX.

So u if know the time length of yr record say 25.48 mins that equals 1548 secs. So change the fix flv number (try say 30) and after hitting ok and the number changes in the column check at the end. If number is less than 1548.XXX, increase the fix FLV number, or if the column displays a number greater than 1548.XXX decrease until you can arrive as close as you can to 1548.XXX.

As Applian Fix FLV does not allow fractions or decimals it will always be out by a small margin but this does effect the file.

Trust this extra info helps.

itsme
04-26-2011, 11:35 AM
No idea why you need to fix your timestamps at all if you implement the rtmp protocol correctly since the timestamps are send correctly by the server. I just don't understand it from the programmer point of view and I'm curious what's the cause of this.


To all the people who PM'ed me and I haven't responded back: Sorry got a lot of PMs these days.
To cover most questions: No Lurk4 doesn't record Groups and Privates yet. It's on my todolist and because of the huge demand since the rickroll, it's on top of it. No it's no normal streaming recorder. Yes it's for people being AWAY from the computer, yes I can add your site to support if it's not too big to implement (and if there's win). Yes you can record multiple Myfreecams/Cam4/Camfuze streams at the same time.

silentjafh
04-26-2011, 12:54 PM
No idea why you need to fix your timestamps at all if you implement the rtmp protocol correctly since the timestamps are send correctly by the server. I just don't understand it from the programmer point of view and I'm curious what's the cause of this.

snip



What I have found since using RMC4 in record mode, was using RMC3.11 previously which was much better, but that's another issue, is the video freezes for anything up to 10-15 secs though out the video.

Fixing the timestamps corrects this issue and the video then plays as normal with lil or no skipping.

As I am not really across all the details re timestamps but when i check the timestamps in Fix FLV they start at 0 but then jump up considerably....and the numbers are not evenly spaced. Now maybe my PC or some issue not sure.

Some feedback might be helpful

Stream Recorder
04-26-2011, 01:34 PM
No idea why you need to fix your timestamps at all if you implement the rtmp protocol correctly since the timestamps are send correctly by the server. I just don't understand it from the programmer point of view and I'm curious what's the cause of this.
So Myfreecams/Cam4/Camfuze send correct timestamps? Could you please share any information that could help to fix the problem? I'd love to avoid fixing FLV files manually a lot.

Rhade
04-26-2011, 01:47 PM
use WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm).

your timestamps will never be wrong (it will always start at 0:00), and you wont have the speed up between missing/dropped audio data.

Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) is horrible at capping

silentjafh
04-26-2011, 02:01 PM
use wmrecorder.

your timestamps will never be wrong (it will always start at 0:00), and you wont have the speed up between missing/dropped audio data.

rmc is horrible at capping

I use VLC to speed up or on most occasions slow down.

So WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) does this where RMC does not is that what you saying ?

Rhade
04-26-2011, 02:06 PM
im saying that in using WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm), you wont need to fix anything or do anything in vlc

i record streams using wmrecorder, then pass them to lurk4 and encode them straight to mp4, no editing or fixing required

and if on the off chance it is a borked capture, IE Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) using quickview in Lurk4 almost always fixes the errors

another good feature in lurk4 :P

thefan
04-26-2011, 07:07 PM
Will you sell me a copy of your lurk4 program plz.

thefan

itsme
04-27-2011, 05:44 AM
So Myfreecams/Cam4/Camfuze send correct timestamps? Could you please share any information that could help to fix the problem? I'd love to avoid fixing FLV files manually a lot.

Yes they do, though MFC starts at values above 0 but you just have to substract the start value and you always get the correct timestamp

I don't know any fix you could apply without having access to the source code. Just use another streaming recorder or if you know the developer of RMC, pass them the source code of rtmpdump/red5 since the rtmpdocumentation released by adobe is lacking of essential information.

ettorefieramosca
04-28-2011, 01:16 AM
lurk4 still works :P

its running now

http://img28.imageshack.us/img28/3539/777803465l4123530lo.th.jpg (http://img28.imageshack.us/i/777803465l4123530lo.jpg/)

Hello everyone, yesterday I found this forum .... I was amazed.
until last week, with WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) 14 at the MFC was a blast ...... then only in loopback mode (so so), but then I saw this ......
please (Rhade) how do I get it?:p

Rhade
04-28-2011, 05:24 AM
msg itsme from this forum thread, he is getting alot of pms and will reply to you soon

:P

thefan
04-28-2011, 06:13 AM
Im trying this method aswell, i hope to hear from itsme, ill purchase your program it seems awesome. I know it does not work for privates, and grp atleast yet, but id really like to purchase it.

thefan

lakers2008
04-29-2011, 06:51 PM
Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) no longer works on myfreecams. when I open one up I get rick rolled. LOL. WTF happen last week. guess they finally fixed it. Who is selling Lurk4. I am interested. let me know who it is so I can pm them or pm me. I am only interested if it works on private cams since replay media capture pretty much works with everything. or is lurk4 where it downloads for you automatically when your favs come online??

Rhade
04-29-2011, 07:13 PM
Lurk4 watches the cam server, its not a stream downloading/capturing program like WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm), GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) or Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm), its coded for certain sites, and wont work as a capture program like the above mentioned apps

you add models to watch list, when they login it will auto record, whether you are at your pc or not

other features are,


a GUI front end for FFMPEG to encode to MP4 to get your file sizes down while keeping quality

Quickview, a way to check your caps in a timeline thumbnail view, that can also fix some flv errors in files captured with other programs. Trim captures, by selecting the series of pictures you want to throw away.

a file joiner, so if you have many small caps of a model you can easily join them to one large file.

blind feature, it will record any model with xxx camscore and xxx user's in room. And if you enable the feature will record any model with the "new" tag of a age range of your choosing

and more features, that i dont use lol


it currently does not work on privates or groups, but i think he may be working on a solution, you will need to talk with him about that in pms

pm itsme on the forum, for more info or to buy your copy :P

lakers2008
04-29-2011, 07:18 PM
how to you do loop mode. I am running windows vista business. I clicked options and I see no option for loop mode?? someone pls help

Stream Recorder
04-30-2011, 01:26 AM
Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) no longer works on myfreecams. when I open one up I get rick rolled. LOL.
Go to Tools -> Settings -> RTMP Download Tweaks and set the RTMP recording mode.

how to you do loop mode. I am running windows vista business. I clicked options and I see no option for loop mode?? someone pls help
The Loopback Recorder is available in the latest version only. Make sure to download WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) 14.8. See also:
http://stream-recorder.com/forum/showpost.php?p=27990&postcount=91

lakers2008
04-30-2011, 05:27 PM
Go to Tools -> Settings -> RTMP Download Tweaks and set the RTMP recording mode.


The Loopback Recorder is available in the latest version only. Make sure to download WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) 14.8. See also:
http://stream-recorder.com/forum/showpost.php?p=27990&postcount=91

yeah. I didnt have 14.8 but the one I downloaded with crack doesnt seem to be working properly. I click record then open camfuze/cam4 and it doesnt record. I tried loopback mode and it only worked on camfuze. Kinda dissapointed since it didnt work and everyone seems to say wm recorder is the best. can someone help me out. with a link to a proper working one. Or does wm recorder not work on cam4/cams.com/cam4premium etc??

ettorefieramosca
05-01-2011, 04:26 AM
yeah. I didnt have 14.8 but the one I downloaded with crack doesnt seem to be working properly. I click record then open camfuze/cam4 and it doesnt record. I tried loopback mode and it only worked on camfuze. Kinda dissapointed since it didnt work and everyone seems to say wm recorder is the best. can someone help me out. with a link to a proper working one. Or does wm recorder not work on cam4/cams.com/cam4premium etc??

Traduzione da italiano verso inglese
WM RECORDER (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) @ co. work fine.
sites are (MFC head) that fled to safe havens (plugging some bugs).
we only hope that some "saint" of this forum to find a new bug ....
to enhance the features 'hidden' media streaming...:( :(

itsme
05-01-2011, 12:33 PM
Sorry to bump this for my selfish reasons but I feel like I forgot to send out some PMs and the 1 PM per minute threshold did the rest..

if you are waiting for the download link and already sent money, please PM me once more and include either transid or your paypal email.

alphabr
05-01-2011, 04:52 PM
Hi!
Here is my experience with some softwares and MFC

I currently have:
- WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) 14.8 using loopback on MFC.
- Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 4 to capture cam4 nicely with right naming and timestamp and mfc with all wrong timestamp and naming.
- CooJah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) . Great software, but keep crashing my browser

Problems:
Loopback:
- Stop recording if a model goes to private and come back. It should stop the file and restart recording after like the others.
- Manage to right naming, using greesemonkey to manipulate the title of the page with the name of the model (The loopback name the files with the title of the page).
- Interface cant support to many files without all bug out.

RMC4 :
- All wrong timestamp. Need to fix the time in file contents
- Name the files randomly

Coojah :
- Any browser cant stay for 1min without crash. urlsniffer.dll error. Tried on xp virtual machine too.

My wish list:

- Right naming
- Right timestamp
- Can stop recording when the model goes private and start as soon she come back. Just like RMC4
- All functionalities of lurk4 discribed in forum would be nice.

If someone have any solution post here please.

Thanks

crashdawg
05-01-2011, 04:54 PM
aplian site has no fix. i guess we are just sol. it will never be fixed im sure:mad:

getflv
05-09-2011, 09:24 AM
GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) V9.0.1.0 (2011.5.9) can record myfreecams.com videos now. Please check it.

1).Please open your live cam browser window when recording. Don't close your browser or leave the room of your recording stream.
2).You can open several browser windows from GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) to record multi tasks.
3).Any feedback and suggestions will be very helpful for us.

jakizakiflak
05-10-2011, 10:06 AM
ye its no fun anymore with Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 4. the timefailures ruin all, u record 15 min and can only watch 2 coz it jumps all time, and when u use FLV player u sometimes cant scroll back and forth, or scroll at all (dunno if scroll is the right word lol)

_James_
05-10-2011, 10:20 AM
Any feedback and suggestions will be very helpful for us.

GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) seems to capture it really well, and the tabs are very handy for using popup chat windows rather than the homepage window as a chat window.
I have 2 issues, perhaps you can help:

1 - I'm having problems with paying back the flv files in VLC, the time slider starts near the end (even though its at the start of the file) and when using it to move to a different point in the video, it stops. This isn't just for videos created by GetFLV, though, StreamTransport (http://all-streaming-media.com/record-video-stream/StreamTransport-Download-HTTP-RTMP-RTMPE-streams.htm) used to do the same thing.
2 - The framerate of the created flv files seems to be slower than the streamed video, is there a setting to change this? During playback it plays like a fast slideshow.

I also love the way it goes to the FLV Downloader as soon as it encounters a stream in the FLV Browser - very nice!

jakizakiflak
05-10-2011, 11:37 AM
ye its same like i mentioned above with Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 4.

_James_
05-10-2011, 11:39 AM
ye its same like i mentioned above with rmc4.

Is there any way to fix the times?

getflv
05-10-2011, 03:29 PM
GetFLV seems to capture it really well, and the tabs are very handy for using popup chat windows rather than the homepage window as a chat window.
I have 2 issues, perhaps you can help:

1 - I'm having problems with paying back the flv files in VLC, the time slider starts near the end (even though its at the start of the file) and when using it to move to a different point in the video, it stops. This isn't just for videos created by GetFLV, though, StreamTransport used to do the same thing.
2 - The framerate of the created flv files seems to be slower than the streamed video, is there a setting to change this? During playback it plays like a fast slideshow.

I also love the way it goes to the FLV Downloader as soon as it encounters a stream in the FLV Browser - very nice!

The recorded flv videos don't have duration meta data. You can repair them with "FLV Fixer" of GetFLV. We can also repair them automatically. However, we don't know when should we do it. Should we repair a video file after stopping record?:)

The fastest way to open a new chat window: Right click a model and select "Popup Chat Room".:cool:

Stream Recorder
05-11-2011, 12:13 AM
Is there any way to fix the times?
http://stream-recorder.com/forum/showpost.php?p=28084&postcount=94

any ANONYMOUS forum user
05-11-2011, 03:29 PM
The recorded flv videos don't have duration meta data. You can repair them with "FLV Fixer" of GetFLV. We can also repair them automatically. However, we don't know when should we do it. Should we repair a video file after stopping record?:)
I tried to fix it in GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) and that didn't really do anything.

Thanks for pointing me to the tip on fixing the time in FLV files with Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm)

Blader
05-12-2011, 05:27 AM
im saying that in using WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm), you wont need to fix anything or do anything in vlc

i record streams using wmrecorder, then pass them to lurk4 and encode them straight to mp4, no editing or fixing required

and if on the off chance it is a borked capture, IE Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) using quickview in Lurk4 almost always fixes the errors

another good feature in lurk4 :P

There is other easy method to repair flv for those which dont have lurk4

1st step – app needed: Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) 4 or jaksta3
you have to fix flv in app above -> fix flv - file contents – fix time (if you’ll get error, press OK)

2nd step – app needed: “flv player” made by GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) (or other flv player with function repair flv, but I dont know other)
open flv with player above and there is option “repair this file”
and voila -> vid is seekable and start point will be setted on 00:00 (instead of 65min and 41secs :) )

You can also watch flv vid during recording/downloading with using GetFLV player (make copy flv and repair file with GetFLV player – then you know if you recorded sth worth to watch or you need to reprocess stream :) )

I hope it helps ;)

Stream Recorder
05-17-2011, 01:22 AM
Yes they do, though MFC starts at values above 0 but you just have to substract the start value and you always get the correct timestamp

I don't know any fix you could apply without having access to the source code. Just use another streaming recorder or if you know the developer of RMC, pass them the source code of rtmpdump/red5 since the rtmpdocumentation released by adobe is lacking of essential information.
Thanks for the tip. Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) / Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm) 4.2.2 can rebase timestamp to 0 automatically.

b2oreal
05-20-2011, 06:30 PM
Hey itsme, I'm interested in lurk4, shoot me a pm your inbox is full

Stream Recorder
05-20-2011, 10:30 PM
I'm using "Loopback Stream Recorder"to record free My Free Cams show and I can say that this method works. It often happens, however, that while recording the "Time rtmp" stops but the file size increases. When the session closes, I get a flv file with the same length as the "Time rtmp" and I lose everything else. What causes this? Thanks in advance and sorry for the bad English.
It may be a download/processing error. To fix this


On LOOPBACK click "Tools" -> "FLV Processor"
In the pop-up window click "Files" -> "RTMP Files". This shows all RTMP recorded files.
Right click the file name then click "Extract FLV"

Stream Recorder
05-21-2011, 10:24 AM
Thanks, but I have already tried that solution:(
This problem occurs when an online model log off temporarily ("I am currently away from my webcam" and then come back online.
This does not happen if the model accepts a private or a group show, in this case the "RTMP Time" takes up perfectly.
... Is there another method to extract video and audio from RTMP file?
Most probably you will need to refresh your web-page. Will ask the developer if this can be fixed.

lakers2008
05-21-2011, 04:24 PM
I am also looking for Lurk4. Pls send me a PM I am serious buyer. thx to whoever is selling it

itsme
05-23-2011, 01:27 PM
I am also looking for Lurk4. Pls send me a PM I am serious buyer. thx to whoever is selling it

A post like this is heaven for scammer/people trying to send you trojans :)

Sent a pm.


Good news and bad news for anyone interested. I just added a MFC-Browser which makes the capping even easier.
http://i.imgur.com/bWKqB.png

bad news I still haven't implemented the grp/pvt completely. I can connect so like 20% of the shows but something is still missing, I get the rejected message on some streams. I don't give up tho..

All I can say is the 1 token exploit is fixed for sure, when I tried to close the session - so the token counter would stop decreasing - the cam sever sent the close packet and stopped sending data.

itsme
05-26-2011, 08:41 AM
Yes, you have to implement the mfc chat protocol correctly, then send the 51er packet (join chan) containing your session id and the roomid

king1
05-26-2011, 02:11 PM
A post like this is heaven for scammer/people trying to send you trojans :)

Sent a pm.


Good news and bad news for anyone interested. I just added a MFC-Browser which makes the capping even easier.
http://i.imgur.com/bWKqB.png

bad news I still haven't implemented the grp/pvt completely. I can connect so like 20% of the shows but something is still missing, I get the rejected message on some streams. I don't give up tho..

All I can say is the 1 token exploit is fixed for sure, when I tried to close the session - so the token counter would stop decreasing - the cam sever sent the close packet and stopped sending data.

where could i get this browser ?

ris
05-27-2011, 05:12 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).

I had no luck trying to decompile the swf. The best result I obtained was 4*sqrt(key), but I could not figure how this key is obtained from the values of loginResult, key, ..., sent by the server.

Please, could you elaborate on the hash computation or suggest a good swf decompiler/disassembler?

itsme
05-28-2011, 12:32 AM
I had no luck trying to decompile the swf. The best result I obtained was 4*sqrt(key), but I could not figure how this key is obtained from the values of loginResult, key, ..., sent by the server.

Please, could you elaborate on the hash computation or suggest a good swf decompiler/disassembler?

You had it. The key is included in the loginResult packet, floor(4*sqrt(key)) is the value you have to send back.

Daniel74
05-28-2011, 09:03 AM
Guys, i really need some help cause i download all the programs everybody talked about here, but i still think that Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) is the best cause when i used it, i just have to click on the record button and it works by itself even when the models get off and come back again that doesn't happen with the other programs. So could someone be so kind to explain how it could works again on MFC, but please tell me step by step cause i miss something and i can't record anymore so easily like before.
Thx so much everyone for your collaboration

gharris001
05-30-2011, 08:40 PM
Most probably you will need to refresh your web-page. Will ask the developer if this can be fixed.
I am having the same problem. I have a 185MB rtm file but can only parse 6MB of it. I really would love to recover the entire file. Any help would be appreciated.

Stream Recorder
05-30-2011, 10:09 PM
I am having the same problem. I have a 185MB rtm file but can only parse 6MB of it. I really would love to recover the entire file. Any help would be appreciated.
Have you tried to fix your FLV file?
http://stream-recorder.com/forum/showpost.php?p=29239&postcount=127

gharris001
05-31-2011, 01:18 AM
Have you tried to fix your FLV file?
http://stream-recorder.com/forum/showpost.php?p=29239&postcount=127
Thanks for the quick reply. Yes I have tried fixing the flv. The flv plays fine but only for 2.25 minutes and the file size is only 6799kbs instead of the 181 MBs of the rtm file. The FLV / RTMP Parser in loopback processes the entire 186,266kbs but the minute count stops at 2.25 so after it is done under the process tab it says 181.900MB / 00:02.25. It seems to be the same issue that Fra619 was describing as I was left with a small Time.rtm file. Unfortunately I deleted it and don't remember it's size. I tried using the WM Converter but got an error message. I really would like to figure out how to convert this from the rtm file and save the video. Thanks

Stream Recorder
05-31-2011, 06:49 AM
Thanks for the quick reply. Yes I have tried fixing the flv. The flv plays fine but only for 2.25 minutes and the file size is only 6799kbs instead of the 181 MBs of the rtm file. The FLV / RTMP Parser in loopback processes the entire 186,266kbs but the minute count stops at 2.25 so after it is done under the process tab it says 181.900MB / 00:02.25. It seems to be the same issue that Fra619 was describing as I was left with a small Time.rtm file. Unfortunately I deleted it and don't remember it's size. I tried using the WM Converter but got an error message. I really would like to figure out how to convert this from the rtm file and save the video. Thanks
Thanks for your feedback. Forwarded your message to the developer of WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm).

itsme
06-10-2011, 07:23 AM
Hey, itsme, your inbox is full. I was needing to send a pm.

Sure.


Btw since the vast majority been asking for infos and assume Lurk4 is only a shitty browser tool: a little video showing some functions
_http://www.multiupload.com/GOOJJK84NH

uckloaf
06-10-2011, 11:18 AM
I'll admit I'm a total noob here, but I tried the replay media catcher 4 today w/ MFC, and get nothing, just a like ~200k clip that says I'm unauthorized. What is everyone using? I see lurk4 mentioned, but can't actually find it anywhere? What is everyone using, and what actually works with MFC?

getflv
06-10-2011, 03:57 PM
GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) 9.0.2.0 can record myfreecams.com videos now.
(1).Please open your live cam through browser of GetFLV.
(2).Don't close your browser or leave the room when recording.
(3).You can open several browser windows from GetFLV to record multi tasks.

jakizakiflak
06-11-2011, 02:53 PM
stupid lie, i tried getflv 9.2 and it cant even record
dont bullshit ppl

getflv
06-11-2011, 05:48 PM
GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) seems to capture it really well, and the tabs are very handy for using popup chat windows rather than the homepage window as a chat window.
I have 2 issues, perhaps you can help:

1 - I'm having problems with paying back the flv files in VLC, the time slider starts near the end (even though its at the start of the file) and when using it to move to a different point in the video, it stops. This isn't just for videos created by GetFLV, though, StreamTransport (http://all-streaming-media.com/record-video-stream/StreamTransport-Download-HTTP-RTMP-RTMPE-streams.htm) used to do the same thing.
2 - The framerate of the created flv files seems to be slower than the streamed video, is there a setting to change this? During playback it plays like a fast slideshow.

I also love the way it goes to the FLV Downloader as soon as it encounters a stream in the FLV Browser - very nice!

GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) can record myfreecams.com no problem!!

stupid lie, i tried getflv 9.2 and it cant even record
dont bullshit ppl

What is your problem? Please give us detailed description about it. We will help you.
You can not record any videos if you are running a cracked version.;)

morgonglad
06-12-2011, 07:32 AM
Where can I find Lurk4 program?

fatdanny
06-19-2011, 02:16 PM
I also have the same problem with WMR (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm).

Thanks for the quick reply. Yes I have tried fixing the flv. The flv plays fine but only for 2.25 minutes and the file size is only 6799kbs instead of the 181 MBs of the rtm file. The FLV / RTMP Parser in loopback processes the entire 186,266kbs but the minute count stops at 2.25 so after it is done under the process tab it says 181.900MB / 00:02.25. It seems to be the same issue that Fra619 was describing as I was left with a small Time.rtm file. Unfortunately I deleted it and don't remember it's size. I tried using the WM Converter but got an error message. I really would like to figure out how to convert this from the rtm file and save the video. Thanks

gharris001
06-23-2011, 02:09 PM
From personal experience I can say that happens when the model has a slow connection.

I haven't had this happen with a slow connection but I noticed it happened again after the model logged off and right back on.

downloadx
06-24-2011, 12:37 AM
I'm a user of Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) and there is a fix for MFC if you have version 4. Tools -> Settings -> RMTP download tweaks -> Always record streams = ON. I found this on their official site and it works!

Before doing that, I tried out GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm). While it does work, it's complex and isn't as good as Replay Media Catcher. It's also fairly expensive, and I couldn't even find a way to buy it!

First impressions:
* One annoying thing is every recording you do, pops the focus to the download tab so you can't actually see the show you're recording! This is very important to a user.
* The browsing is slow, but that's probably IE's fault which is what GetFLV uses. Firefox/Replaymedia is much faster.
* Some of the flv files downloaded cannot be seeked. The flv fixer does not fix this. This is annoying, but common across a lot of software dealing with flv. For some reason, flv is universally a very bad format for seeking - there is not a program in the world that truly fixes all flvs. I've tried about 20 and they all can fix trivial errors but there are tons of flv files none of them will fix including a full reindexing. It's clear they don't have a full picture the kind of timestamp errors MFC is generating, which are indeed not straightforward.
* Otherwise, it works as advertised with minor hiccups. However the demo version cuts your video to 50%.


(1).Please open your live cam through browser of GetFLV.
(2).Don't close your browser or leave the room when recording.
(3).You can open several browser windows from GetFLV to record multi tasks.

Thanks, this does work. Unfortunately ReplayMedia is better and cheaper, and there is a fix for MFC. Good luck though!

JASON3
06-25-2011, 06:25 PM
I'm a user of Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) and there is a fix for MFC if you have version 4. Tools -> Settings -> RMTP download tweaks -> Always record streams = ON. I found this on their official site and it works!

Before doing that, I tried out GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm). While it does work, it's complex and isn't as good as Replay Media Catcher. It's also fairly expensive, and I couldn't even find a way to buy it!

First impressions:
* One annoying thing is every recording you do, pops the focus to the download tab so you can't actually see the show you're recording! This is very important to a user.
* The browsing is slow, but that's probably IE's fault which is what GetFLV uses. Firefox/Replaymedia is much faster.
* Some of the flv files downloaded cannot be seeked. The flv fixer does not fix this. This is annoying, but common across a lot of software dealing with flv. For some reason, flv is universally a very bad format for seeking - there is not a program in the world that truly fixes all flvs. I've tried about 20 and they all can fix trivial errors but there are tons of flv files none of them will fix including a full reindexing. It's clear they don't have a full picture the kind of timestamp errors MFC is generating, which are indeed not straightforward.
* Otherwise, it works as advertised with minor hiccups. However the demo version cuts your video to 50%.



Thanks, this does work. Unfortunately ReplayMedia is better and cheaper, and there is a fix for MFC. Good luck though!



That is not a fix and has been available since version 3.

For the last time - "Recording" a stream is not a fix for the lost ability of "Downloading " a Stream.

Not sure why you people still don't grasp this.

Stream Recorder
06-26-2011, 12:53 AM
That is not a fix and has been available since version 3.
Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) 3.11 wasn't able to capture RTMP streams.

For the last time - "Recording" a stream is not a fix for the lost ability of "Downloading " a Stream.
Recording by RMC 4 means capturing from your flash player, not recording from screen (http://all-streaming-media.com/record-video-from-screen/). So you get a perfect digital copy of the stream. The only difference is that you need to leave your player playing the streams that you want to capture.

Not sure why you people still don't grasp this.
Because they grasp how it really is :D

xentar
06-26-2011, 03:34 PM
Hello, I'm a new member (and new to all of this stream recording outside of pure screen recorders (http://all-streaming-media.com/record-video-from-screen/)) so thanks to all who have filled this thread with useful advice.

Now I'd love to try this lurk4 program that is being discussed often. Does anyone know where it is available and for how much?

Cheers,
Xen

Blader
06-27-2011, 07:59 AM
Originally Posted by getflv View Post
(1).Please open your live cam through browser of GetFLV.
(2).Don't close your browser or leave the room when recording.
(3).You can open several browser windows from GetFLV to record multi tasks.

We are really need one thing to make GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) best flv recorder for mfc, etc.
Would be great if getflv will be able to record livecam when we will close browser window/s. It worked with Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) in past and many members looking for recorder with this option.
Some of us have slow connections and recording many livecams at one time make our pc's slow down too :(

Good luck for GetFLV Team and thanks for any info about solving this problem

gharris001
06-27-2011, 01:35 PM
In most cases, after the model logged off and right back on, the "RTMP Time" stops and "file size" increases... Once the download is completed, I use the function "flv processor" and resolve the problem.
Instead when the model has jumpy connection, the "RTMP Time" stops, the "file size" increases but the flv processor is useless.


Finally, many times I've noticed that the "RTMP time" stops but just finished downloading, I use the "flv processor" and the "Rtmp time" is correct.:confused:

Yeah, the more I thought about it I think you are right. The model usually resets or logs off and back on BECAUSE of a choppy connection.

I've started using the "flv processor" on all files just in case and noticed many with an increase in file size and a longer video than just relying on the automatic conversion. I wish I knew for sure that the ones that don't work are never to be recovered. I suspect this is the case.:(

itsme
06-28-2011, 10:35 AM
Hello, I'm a new member
...
Now I'd love to try this lurk4 program that is being discussed often. Does anyone know where it is available and for how much?

Cheers,
Xen

Welcome to this board,
just PM me if you have questions about Lurk4.

downloadx
06-29-2011, 07:48 PM
That is not a fix and has been available since version 3.

For the last time - "Recording" a stream is not a fix for the lost ability of "Downloading " a Stream.

Not sure why you people still don't grasp this.

As another user pointed out, RMTP recording has not been available in version Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 3 - even the developer pointed this out. You're thinking of something completely different. Not sure why you don't grasp this.

Not having the slightest problems recording MFC anymore. Too bad for you.

metsman
07-01-2011, 07:17 AM
My big problem now is recording long streams with Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) (RMC) 4 . I cant seem to get anything that's recorded for any longer and 30mins to play all the way. I cant even convert or split the flv right. When do split it the first half shows up all choppy and the second half only shows the frame that I scroll to. Fixing it doesn't seem to do jack.

edit-
I also tied WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) and I was unable to pick up any of the streams

Stream Recorder
07-01-2011, 09:20 AM
My big problem now is recording long streams with Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) (RMC) 4 . I cant seem to get anything that's recorded for any longer and 30mins to play all the way. I cant even convert or split the flv right. When do split it the first half shows up all choppy and the second half only shows the frame that I scroll to. Fixing it doesn't seem to do jack.
make sure to fix both time and duration

I also tied WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) and I was unable to pick up any of the streams
Have you tried to use the Loopback recorder that comes with WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm) 14.8? Have you launched your browser from it?

metsman
07-02-2011, 03:18 AM
make sure to fix both time and duration


Heh, I completely over looked fixing the duration. Works fine now.

Thanks

JASON3
07-08-2011, 08:55 PM
As another user pointed out, RMTP recording has not been available in version Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 3 - even the developer pointed this out. You're thinking of something completely different. Not sure why you don't grasp this.

Not having the slightest problems recording MFC anymore. Too bad for you.

Recording - Not Downloading - Big Difference

Screen Recording (http://all-streaming-media.com/record-video-from-screen/) was always available in the Replay Capture Suite (http://all-streaming-media.com/record-video-stream/Replay-Capture-Suite-Audio-video-streaming-capture-software-bundle.htm), better check your sources.

But, i'm glad a *** like you is happy sitting in front of his puter for hours, live recording streams that CAN'T be Downloaded anymore.

One step forward, Two steps Backward, has always been your motto though, now that I think of it!

***

Stream Recorder
07-09-2011, 10:18 AM
Recording - Not Downloading - Big Difference

Screen Recording (http://all-streaming-media.com/record-video-from-screen/) was always available in the Replay Capture Suite (http://all-streaming-media.com/record-video-stream/Replay-Capture-Suite-Audio-video-streaming-capture-software-bundle.htm), better check your sources.

But, i'm glad a *** like you is happy sitting in front of his puter for hours, live recording streams that CAN'T be Downloaded anymore.

One step forward, Two steps Backward, has always been your motto though, now that I think of it!

***
@JASON3

Banned your account because of multiple insults. I repeat that Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) doesn't record from screen (http://all-streaming-media.com/record-video-from-screen/), it captures packets from flash player. If you still don't grasp it, I can't help you.

sanrockxp
07-20-2011, 05:04 PM
hey i used to be able to record the private sessions by opening the private window and using a token and then closing the window so i dont have to pay and it would still record, now i can only rec 130kb of mfc. anyone else have that problem?

XxHieixX
07-21-2011, 08:22 PM
I'm a user of Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) and there is a fix for MFC if you have version 4. Tools -> Settings -> RMTP download tweaks -> Always record streams = ON. I found this on their official site and it works!

Thank You man, I was trying to figure out why I couldn't get it to work but this fixed it perfectly :D

ddw1842rx100
07-22-2011, 12:19 PM
from last few month i have recorded myfreecam.com shows by Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 3.11 but now RMC is not able to recorded. I tried to down load RMC 4.0 and others but all are virus affected ...... can some one help me how to record myfreecam.com live shows or other with some nice software .................plz help

Stream Recorder
07-23-2011, 03:38 AM
from last few month i have recorded myfreecam.com shows by Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 3.11 but now RMC is not able to recorded. I tried to down load RMC 4.0 and others but all are virus affected ......
Download from Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 4 from the official web-site:
http://applian.com/replay-media-catcher/demo.php

Other recording solutions were mentioned in this thread.

nuhkka
08-15-2011, 08:51 PM
damn, it's been a while since i recorded mfc streams with rmc 3.11, but yesterday i tried recording and i get this message:

http://i51.tinypic.com/jubvv7.gif

it basically downloads some 3 minute long video of this..

Stream Recorder
08-15-2011, 10:39 PM
damn, it's been a while since i recorded mfc streams with rmc 3.11, but yesterday i tried recording and i get this message:

http://i51.tinypic.com/jubvv7.gif

it basically downloads some 3 minute long video of this..
Use Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 4 in the RTMP recording mode instead.

pork
09-08-2011, 04:29 PM
Welcome to this board,
just PM me if you have questions about Lurk4.

Hey itsme, I tried PM'ing you as well but I think maybe your box is full since I haven't heard back and you have been on since.

bman75
09-10-2011, 04:59 PM
Are there any linux tools that can grab/download/capture single streams from mfc these days?

Markbain1
09-25-2011, 05:43 PM
Interested in Lurk4. Itsme, sent you a pm.

any ANONYMOUS forum user
09-25-2011, 11:57 PM
Are there any linux tools that can grab/download/capture single streams from mfc these days?
Have you tried RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) with rtmpsuck?

bman75
09-26-2011, 10:38 AM
Have you tried RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) with rtmpsuck?
Yes, but RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) does not work, at least not for me.

Archonis10
09-26-2011, 05:48 PM
Its simple. Download the SWF file and use a decompiler and take out the overlay image :)

_www.myfacile.com/MfcVideo.swf

any ANONYMOUS forum user
09-30-2011, 06:19 PM
You Are The Same People Who Mess Up Our Reputation With The Recording And illegally Publishing Our 'secure Chat'. But With Every Unauthorized Video Posted We Are Able To Get The Ip#. Thats Exploitation, And It Has Compromised Alot Of Opportunities For Our Girls. Please Stop The Recording. :(

cinesino
09-30-2011, 10:49 PM
Well, I only agree with you ANONYMOUS user about publishing and posting videos, and everybody who does that need to be persecuted. Anyways the ability to recod will give to "Your Girls Alot Of Opportunities" indeed. Chatrooms will have more visitors, and this will make Your Girls more popular, and this in turn will make tips and pvts or group grow. The site itself will grow in popularity, popularity which started decrease as soon as You decided to make video recording harder and harder. Also groups don't start anymore so easily as in the past. And you must know, only when a group starts it makes money for Your Girls and for You! For many of Your Girls is not so easy to make a group start, so why prevent them with this opportunity? Many other sites keep allowing video recording, even for pvts, since they realised it can just improve popularity. And they grow as fast as mfc goes down.
Blocking video recording was not a good idea.
Just basic marketing rules.

(Btw there will always be a way to record anything appearing on your display...)

jakizakiflak
11-10-2011, 04:48 PM
this is strange i have Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) , i convert file, and use timefixer, but still it all is not smooth and so on.
also can someone tell me what is best to convert? .avi or ?mpeg1 or looseless
and isnt there a better programm out yet?
i also had that lurk4 ? or whats the name,can someoen explain how it works?

ddw1842rx100
11-23-2011, 12:41 AM
How can i get record www.myfreecam.com I have Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) 3.11.i have recorded lots but now days RMC 3.11 is not working for this site only.Then i used RMC 4.3 but i dont have the full version i dont want to buy the fullversion i want the cracj version of RMC 4.3 ....................... can u help me ?????

ddw1842rx100
11-23-2011, 03:25 AM
any thing just need to recorded their ( www.myfreecam.com) PVT/GROUP/PUBLICK SHOWS just for i want a working full version software....................... u will help me ?

ddw1842rx100
11-23-2011, 03:30 AM
U r right 1110% blocking recording may harm the site ...and its started.......

jakizakiflak
11-28-2011, 09:36 AM
hi, me again, some strange problem accoured.
i use rmc 3.01 to record streams on livejasmin. but suddenly since yesterday rmc doesnt record at all, i load the page as usual but it doesnt start capturing. from one sec to another, it just stopped. i tried install and reinstall. doesnt work at all :S
even i got a folder with all plugins which are needed.
anybody can help me ?

Edit: it doesnt even capture youtube (http://vixy.net/)etc anymore too.

edit2: ok i come the problem closer, i installed google chrome and suddenly all streams work as normal, but in firefox they dont. try delete and reinstall now.
edit2b: reinstalling of firefox didnt work. also i tried to try it with internet explorer, also doesnt work, only google chrome works. this is strange, and i cant find a solution. since i wanna keep using firefox as browser...

i know this thread is dead, but maybe someone wil lread this and help me out. i keep coming by here, cya

sam4037
12-10-2011, 08:37 AM
itsme, trying to get lurk4 from you now, pm sent, hope to hear back, the email you provided does not seem to work, let's work out something.. thanks.

Stream Ripper
01-12-2012, 06:37 PM
Hey Guys

Just a quick note that it's illegal to share stolen/hacked or borrowed programs or reg codes - we have to watch for those and delete those as we can be legally liable.

I recommend Screen Capture (http://all-streaming-media.com/record-video-from-screen/) software to be safe:D

crashdawg
01-16-2012, 06:42 PM
Has anyone used lurk 4? If so please contact me, im just looking to see if its a great item.NO im NOT wanting to get an ILLEGAL copy. i would just like to talk to a 3rd party for there opinion. THANKS

itsme
01-19-2012, 08:39 AM
no it's bad. :)





Just a quick note that it's illegal to share stolen/hacked or borrowed programs or reg codes - we have to watch for those and delete those as we can be legally liable.

http://stream-recorder.com/forum/images/icons/icon14.gif

tho the one version posted here is old (around 2008) and without utility.

TheShadowMaster
01-29-2012, 10:36 PM
Its simple. Download the SWF file and use a decompiler and take out the overlay image :)

_www.myfacile.com/MfcVideo.swf

anyone know if there's any credibility to this as a way of recording MFC in download mode?(aka 30min pvts costing 2 tokens ;) )

Flanger808
02-29-2012, 09:22 PM
Is Lurk4 still available?

bose
03-03-2012, 05:04 AM
itsme

Can you provide more info about Lurk4 - i'm only interested in recording from myfreecams.

regards

your Pm box is full

gharris001
04-03-2012, 11:49 PM
I'm also trying to get a message to itsme about buying lurk4..hopefully he is still around

getflv
04-04-2012, 05:39 PM
Latest GFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm)also can help you record myfreecams videos.

Yeahokman
06-10-2012, 05:33 PM
I have no problem downloading streams with RMC, but the FLV files always end up nearly unplayable. It will start playing normally for a couple of seconds but start to stutter/freeze. Seeking also seems to be broken. The timecodes also seem screwed up even after RMC "fixes" them.

Are there settings I'm missing?

majnun
06-13-2012, 01:25 PM
It will start playing normally for a couple of seconds but start to stutter/freeze.

Right click and Fix>FileContents, Fixtime=15 (or any other value) and click Fix Time.:)

Engel
06-24-2012, 02:02 PM
Sure.


Btw since the vast majority been asking for infos and assume Lurk4 is only a shitty browser tool: a little video showing some functions
_http://www.multiupload.com/GOOJJK84NH

Hi, can you reup this vid plz?

ty

santoro
06-30-2012, 01:47 AM
no it's bad. :)

http://stream-recorder.com/forum/images/icons/icon14.gif

tho the one version posted here is old (around 2008) and without utility.

Hey itsme, your PM box is full, would you shoot me a PM? I am interested in buying Lurk4.

ngalf
07-03-2012, 07:53 PM
RTMPDumpHelper

http://stream-recorder.com/forum/rtmpdumphelper-t12719.html

Records MFC streams and is free...

xaboxa
07-04-2012, 01:38 PM
RTMPDumpHelper

http://stream-recorder.com/forum/rtmpdumphelper-t12719.html

Records MFC streams and is free...

Is it continuing to record stream even if performer switch to pvt or "away" mode ?

drbmn
07-08-2012, 07:41 AM
Hi,

It used to be possible until a few days ago to access a model URL in myfreecams directly, using www.myfreecams.com/#<ModelName>

However, it seems that this has now been inhibited; does anyone know of an alternative way to generate a simple, static URL to enter a model's room?

TIA

Kazer
07-22-2012, 10:39 PM
Anyone know of any programs that can record MFC in Linux?

IGermanI
07-26-2012, 10:01 AM
Hey guys,
im new in this section and im a noob :D
i have no idea from rtmp and things like that.
but im a fan of mfc.
so if there is anyone out there who knows how to record pvts from mfc. i please himto help me, ofc i would pay for your help.
if youre interested to teach me contact me on PM or my email
sircosos@web.de

thanks in advance, and btw, excuse my bad english :D

recordMe
08-07-2012, 06:31 PM
Hi!,

oHg5SJYRHA0

I developed this app.

http://img148.imagevenue.com/loc484/th_380355501_recordMe_123_484lo.jpg (http://img148.imagevenue.com/img.php?image=380355501_recordMe_123_484lo.jpg)


I still work with the graphical interface, it is very poor now. For the moment, it is only recording naked.com and myfreecam.com .But i am planning add more funcionality like lurk4 and livecamNotifier.


if you are intereted contact me. i can t publish the app, you understand ;)

petver
08-08-2012, 07:46 AM
recordMe, check PM

_James_
08-08-2012, 07:58 AM
I developed this app.

http://img148.imagevenue.com/loc484/th_380355501_recordMe_123_484lo.jpg (http://img148.imagevenue.com/img.php?image=380355501_recordMe_123_484lo.jpg)


I still work with the graphical interface, it is very poor now.


I think the layout looks pretty good!

everythingforfree
08-08-2012, 08:59 AM
Hi!,

oHg5SJYRHA0

I developed this app.

http://img148.imagevenue.com/loc484/th_380355501_recordMe_123_484lo.jpg (http://img148.imagevenue.com/img.php?image=380355501_recordMe_123_484lo.jpg)


I still work with the graphical interface, it is very poor now. For the moment, it is only recording naked.com and myfreecam.com .But i am planning add more funcionality like lurk4 and livecamNotifier.


if you are intereted contact me. i can t publish the app, you understand ;)

can it record group and private webcam shows if i'm not in room ???

stewart
08-12-2012, 12:20 AM
Hi!,

oHg5SJYRHA0

I developed this app.

http://img148.imagevenue.com/loc484/th_380355501_recordMe_123_484lo.jpg (http://img148.imagevenue.com/img.php?image=380355501_recordMe_123_484lo.jpg)


I still work with the graphical interface, it is very poor now. For the moment, it is only recording naked.com and myfreecam.com .But i am planning add more funcionality like lurk4 and livecamNotifier.


if you are intereted contact me. i can t publish the app, you understand ;)

Sent you a PM, thanks

recordMe
08-16-2012, 06:58 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

gharris001
08-17-2012, 12:41 PM
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

This is looking very promising...I've sent you a PM

CapMan
08-20-2012, 07:55 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


The interface looks nice. I sent you a PM also.

pork
08-20-2012, 09:13 AM
I also sent you a PM yesterday :)

antrrax
08-22-2012, 07:49 PM
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

The interface looks nice. I sent you a PM also.

cashout
08-23-2012, 12:12 AM
where can i download the recordME tool?

Elgero
08-23-2012, 12:19 AM
where can i download the recordME tool?

You can't simply download it. You must private message the author of the tool and he will tell you to pay $30-$50 for it. But it doesn't download private shows on myfreecams, only the public ones.

melaw
08-27-2012, 01:49 AM
Hi!,

I developed this app.

http://img148.imagevenue.com/loc484/th_380355501_recordMe_123_484lo.jpg (http://img148.imagevenue.com/img.php?image=380355501_recordMe_123_484lo.jpg)


I still work with the graphical interface, it is very poor now. For the moment, it is only recording naked.com and myfreecam.com .But i am planning add more funcionality like lurk4 and livecamNotifier.


if you are intereted contact me. i can t publish the app, you understand ;)

Hi recordMe, very nice program. I have sent you a PM. Thanks.

itsme
09-24-2012, 02:38 AM
looking good, are u using your own rtmp recorder or using rtmpdump (or red5)?
but http://geeksploit.files.wordpress.com/2009/05/vlcsnap-156702.png?w=450

oh btw guise, I'm back. pm me for your l4 version.
http://i.imgur.com/1qZ2Y.jpg

jintd4
09-27-2012, 09:02 AM
hi there?

spookyowl
09-27-2012, 03:34 PM
Your PM box is full :(

V1ct0
09-28-2012, 02:33 AM
Your PM box is full :(

Yeah, itsme your box is full again...

itsme
09-28-2012, 02:19 PM
cleared up PM box and answered all of you

ballak
09-29-2012, 09:43 AM
sent you a pm too .
;)

Winstontoo
09-29-2012, 05:41 PM
Sent one to you as well

Elgero
09-29-2012, 08:48 PM
I wonder how many of these one time posters realise they have to pay for these tools and are not simply getting them for free.

It's not too difficult to make an auto-downloader. I didn't make an mfc version, because that site is not 'hardcore' enough for me and I never use it.

Just to brag :p , here's my cam4 grabber. Nothing fancy, don't need all the bells and whistles that lurk4 has, just logs in to cam4 and checks my favorites list every minute. Then starts downloading as soon as it detects that a broadcaster on that list is online. http://i.imgur.com/5yhaR.png

Rache
09-30-2012, 08:15 PM
I have also sent you a PM itme.

Antonio_
10-05-2012, 10:40 AM
I wonder how many of these one time posters realise they have to pay for these tools and are not simply getting them for free.

It's not too difficult to make an auto-downloader. I didn't make an mfc version, because that site is not 'hardcore' enough for me and I never use it.

Just to brag :p , here's my cam4 grabber. Nothing fancy, don't need all the bells and whistles that lurk4 has, just logs in to cam4 and checks my favorites list every minute. Then starts downloading as soon as it detects that a broadcaster on that list is online. http://i.imgur.com/5yhaR.png

I have no skill at making an auto-dowloader. I find so much of it confusing...If I had a simple MFC grabber like your cam4 I would be so damn happy. That is really all you need.

david_kh91
10-05-2012, 10:44 AM
sent u one too :D

ytiruces
10-08-2012, 02:24 PM
Lurk4 watches the cam server, its not a stream downloading/capturing program like WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm), GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) or Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm), its coded for certain sites, and wont work as a capture program like the above mentioned apps

you add models to watch list, when they login it will auto record, whether you are at your pc or not

other features are,


a GUI front end for FFMPEG to encode to MP4 to get your file sizes down while keeping quality

Quickview, a way to check your caps in a timeline thumbnail view, that can also fix some flv errors in files captured with other programs. Trim captures, by selecting the series of pictures you want to throw away.

a file joiner, so if you have many small caps of a model you can easily join them to one large file.

blind feature, it will record any model with xxx camscore and xxx user's in room. And if you enable the feature will record any model with the "new" tag of a age range of your choosing

and more features, that i dont use lol


it currently does not work on privates or groups, but i think he may be working on a solution, you will need to talk with him about that in pms

pm itsme on the forum, for more info or to buy your copy :P
Hi, guys new to this forum I tried Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) 4.4.4.0 I have only trial version. On MFC It only records one minute not sure if its because its trial.
Sometimes I ask a girl to make a clip for me but not all girls know how to record and its not always safe to pay upfront for a recording, you may end up with nothing. Can this nice software work just on a specific room? And Can It also work on yahoo chat or Skype or would you say for yahoo and Skype you can better use Screen Capture (http://all-streaming-media.com/record-video-from-screen/) ? Like CamStudio? Thanks a lot :)

casa10
10-09-2012, 12:14 PM
hi itsme sent you a pm regarding your lurk4 thanks

msudawgs74
10-09-2012, 09:01 PM
I tried to send a pm for lurk4

ytiruces
10-11-2012, 06:24 AM
hi itsme sent you a pm regarding your lurk4 thanks

so did I ;)

bobmiller
10-14-2012, 10:27 PM
ya same

rudy
10-28-2012, 05:38 PM
Has anyone been able to get in contact with itsme and actually get a copy of his software? I've asked a few questions and for his paypal address a few times and never get it but he answers the other questions. Can anyone confirm that it still captures after a window has been closed?

bobmiller
10-31-2012, 05:38 AM
same bro haven't heard from him in two weeks :/

bonerg
10-31-2012, 10:52 AM
can anyone sent me recordMe or lurk4 software from this topic, please?

vermello
11-01-2012, 11:18 AM
Can anyone tell me how to get recorMe v0.3?

thanks

youzme
11-01-2012, 11:59 AM
Chaturbate (http://freechaturbate.blogspot.com) blogs can you embed a chaturbate blog on typepad

Fuck off spammer

rudy
11-01-2012, 07:53 PM
can anyone sent me recordMe or lurk4 software from this topic, please?

PM itsme. Its his software he wrote it. He charges for it but its only fair since he is the one that figured out how to make it work and wrote the program himself.

jabbath1987
11-06-2012, 10:04 AM
itsme, just sent you a pm

casa10
11-08-2012, 04:08 PM
hi itsme sent you a pm but your inbox is full, asked about how you want payment, if you could get back to me when you can please

many thanks

jabbath1987
11-09-2012, 09:38 AM
itsme just sent you 10 USD. Don't know how much the price is but it seems a reasonable price for me.

Elgero
11-09-2012, 10:44 AM
itsme just sent you 10 USD. Don't know how much the price is but it seems a reasonable price for me.

I think it costs more than 10 USD.


i still post here guys. post your email here and i will come back to you but only if you are rdy to pay 35€ (normal price for the whole package + future versions)

jabbath1987
11-09-2012, 12:40 PM
itsme your mailbox is full. Just sent you the missing 28€

casa10
11-10-2012, 04:04 AM
hi itsme tried sending you the payment with the email you gave me but it never worked if you could get back to me with a pm thanks

bonerg
11-14-2012, 08:45 AM
Originally Posted by itsme
i still post here guys. post your email here and i will come back to you

hi itsme, can you sent me pm? your inbox is full

bonerg
11-14-2012, 08:49 AM
hi itsme, sent me pm, your inbox is full

danmanpro
11-14-2012, 12:38 PM
sorry if this has been asked already but does Lurk4 run on OSX as well?

guestbuy
11-15-2012, 08:02 PM
You all are sending money with out touching base first with itsme?

PM'd you itsme.

fefe78
12-05-2012, 07:04 AM
hi everybody..

I'm making some tests with rtmpdump, just to learn how it works..
I have captured the parameters info using rtmpsuck, but when I try to run rtmpdump I get authentication error:

DEBUG: Protocol : RTMP
DEBUG: Hostname : video221.myfreecams.com
DEBUG: Port : 1935
DEBUG: Playpath : mfc_108619053
DEBUG: tcUrl : rtmp://video221.myfreecams.com:1935/NxServer
DEBUG: swfUrl : http://www.myfreecams.com/mfc2/flash/MfcVideo121107.swf
DEBUG: pageUrl : http://www.myfreecams.com/mfc2/static/player.html?broadcaster_id=0&cache_id=7486683&target=main
DEBUG: app : NxServer
DEBUG: flashVer : LNX 11,2,202,251
DEBUG: live : no
DEBUG: timeout : 30 sec


DEBUG: RTMP_ClientPacket, received: invoke 239 bytes
DEBUG: (object begin)
DEBUG: Property: <Name: no-name., STRING: _error>
DEBUG: Property: <Name: no-name., NUMBER: 1.00>
DEBUG: Property: NULL
DEBUG: Property: <Name: no-name., OBJECT>
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: Invalid Login to MyFreeCams Video
Refresh web page and check login (undefined:undefined:rundefined)>



Can somebody help? Where I can get the playpath value dinamically?
I also add then when the iptables route is active the cam stay loading forever, not happening when i delete the route.

Thanks.. bye

suberin2000
12-11-2012, 12:07 AM
I am very new in this forum, so forgive me of my questions.

I am using RMC to record the stream from open rooms. It stops when model goes in show or away. Is there any program that can continue recording even when the model goes in show ?

thanks

youzme
12-11-2012, 12:13 AM
I am very new in this forum, so forgive me of my questions.

I am using RMC to record the stream from open rooms. It stops when model goes in show or away. Is there any program that can continue recording even when the model goes in show ?

thanks

The majority of the major adult cam sites closed the loopholes where you could just use programs like RMC or RTMPdump to just keep the stream downloading. It hasn't worked on MFC in I don't know how long, same with chaturbate and streamate.

suberin2000
12-11-2012, 12:17 AM
Yes it stops now on flirt4free too :(

damn!

relic
12-17-2012, 01:56 AM
I'm attempting to use RMC4 to record even the fee chat and the time data is jacked. Tried uninstalling and reinstalling and tried the in bedded flv fixer item, all no bueno. The flvfixer just jacks up the audio and makes the video look low frame rate. Using Firefox on winxp if that matters any. Any help is appreciated! Pms or whatnot work as well.

Elgero
12-17-2012, 09:45 AM
MFC deliberately puts a random wrong timestamp in the video, trying to make the recorded videos unplayable. As far as I know there are currently no tools publicly available that can fix them.

Thunderbolt
12-17-2012, 04:33 PM
Hi Itsme,
PM box full. Tried to send you a msg on Lurk4 and an additional idea/ way of looking at getting the same result.

frankyj
01-09-2013, 01:18 PM
Hi there, i would like to purchase a copy of lurk4 or recordme but i cannot get incontact with the sellers. if someone could send me in the right direction to make a purchase or send me the program that would be great!
Cheers.

zappy99
02-21-2013, 01:20 PM
hi Itsme, sent me pm, your inbox is full. I am willing to give you 40-50€ for lurk4. Thank you.