Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#281
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)That wasn't me. I think it was user 'itsme' who wrote that on one of the first pages of this thread.
I'm not using the videomap from the chatserver. I connect to the chatserver, send hello, guest and it returns "fileno" and I use that to get "/mfc2/php/mobj.php?f={0}&s=chat{1}". This returns the entire list of broadcasters currently online and other various info about them in JSON. You do not have to stay connected to the chatserver while getting this list, but you can only get it once with that particular "fileno". Code:
{"fileno":"112411765_1085803"} {1} = chatserver number you connected to I extract "nm", "uid" and "camserv". Then I do what you do as well. If "camserv" > 500 then substract 500. If "camserv" < 500 then I get the server from the videomap from the JS. So far I have tested it with about 30 broadcasters and every time the videoserver was correct. |
#282
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Well they changed the auth format again =] Go read up on Shunting-Yard algorithm, I'm not posting a patch here or they'll just do it again... and again... and again =P
E. |
#283
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Here's my rtmpdump patch that implements the latest (javascript eval)version of their challenge. http://pastebin.com/fzWnsiVU
|
#284
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)That's the problem with these forums. Not only the people who want to record the streams are here, but also the admins/programmers of the webcam sites are here to see if people have found ways to record their streams, if they have security holes, etc.
I'm not a C programmer and won't be able to fix it, but it was fun playing around with this rtmpdump version. Thank you, Edge |
#285
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)So would that be why the forums came back? I noticed they disappeared the end of last month and I thought they were gone forever, but I accidentally clicked a link into the site 10 minutes ago while checking cached versions and it loaded up. But back on point, did make it go down but then let it back up for observation? (Or where is the announcement post I haven't found yet.)
|
#286
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Here's my rtmpdump patch that implements the new javascript eval challenge.
http://pastebin.com/fzWnsiVU compile with mingw: make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ="-lz -static" EDIT: Didn't think the post I made on the bugmenot account above would go through. |
#287
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)If any of you think to be in front of MFC I think all this patches and informations should be exchanged over PM. Otherwise, you will have to write new patches.
By the way, I would be grateful if any of you tell me is it possible to record pvts at MFC using this patches (via private message of course). Thank you |
#288
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Gaben that's a lot of code for something that only needs a Shunting Yard =] It's actually pretty smart because Flash/AS3 doesn't have "eval" anymore so in order to "run" their little challenge you need to be an actual browser to accept it in an ExternalInterface call... Or, well, you don't *need* to as just shown =] I have a different way of solving it that's less elegant but also less code.
E. |
#289
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)It was the easiest fix and it works. Don't need proper code for something they will just patch again down the road.
|
#290
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
|
Thread Tools | |
Display Modes | |
|
|