Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

chaturbate.com: SecureToken problems

(http://stream-recorder.com/forum/showthread.php?t=10869)

malky 02-13-2014 11:04 AM

Re: chaturbate.com: SecureToken problems


 
I think what you are looking for is the first sticky post in the rtmpdump directory.

http://stream-recorder.com/forum/cus...le-t16103.html

All hail KSV none of us would have got this far without his hard work.

Arukarudo 02-14-2014 10:17 PM

Re: chaturbate.com: SecureToken problems


 
I were able to make it work as well, i used the javascript that Malky provided, it had just one little error like basa666 pointed, it were an extra space that made the script get a wrong flash version.

So basically you will download the KSVs version of Rtmpdump from https://github.com/K-S-V/Scripts/releases (click the green button)

and if you're on:

Chrome
- Press Ctrl+D
- Click Edit
- Give any Name and on url you put
Code:

javascript:var raw=$('param[name="FlashVars"]').val().split('&');var fv={}; for(var i in raw) {var d=raw[i].split('='); fv[d[0]] = unescape(d[1]);} var swfu=$('#movie').attr('data'); swfv = swfu.substring(swfu.indexOf('_')+1,swfu.indexOf('.')).replace('p','.'); prompt('RTMPDumpCL','rtmpdump -v -r "rtmp://'+fv['address']+'/live-edge" -p "http://'+fv['dom']+'/'+fv['pid']+'" -C S:'+fv['uid']+' -C S:'+fv['pid']+' -C S:'+swfv+' -C S:'+fv['pw']+' -C S:'+fv['rp']+' -T "m9z#$dO0qe34Rxe@sMYxx%%" -y "playpath" -o "'+fv['pid']+'_'+Number(new Date()/1000).toFixed(0)+'.flv"');
- Save
- Go to the chaturbate page you want and click on the favorite button you just created
- Copy the command and paste it on a cmd window (you need to be on the folder where you unzipped the rtmpdump code)

Firefox
- Go to the chaturbate's broadcaster page you want
- Press Ctrl+Shift+K
- Paste the code
Code:

javascript:var raw=$('param[name="FlashVars"]').val().split('&');var fv={}; for(var i in raw) {var d=raw[i].split('='); fv[d[0]] = unescape(d[1]);} var swfu=$('#movie').attr('data'); swfv = swfu.substring(swfu.indexOf('_')+1,swfu.indexOf('.')).replace('p','.'); prompt('RTMPDumpCL','rtmpdump -v -r "rtmp://'+fv['address']+'/live-edge" -p "http://'+fv['dom']+'/'+fv['pid']+'" -C S:'+fv['uid']+' -C S:'+fv['pid']+' -C S:'+swfv+' -C S:'+fv['pw']+' -C S:'+fv['rp']+' -T "m9z#$dO0qe34Rxe@sMYxx%%" -y "playpath" -o "'+fv['pid']+'_'+Number(new Date()/1000).toFixed(0)+'.flv"');
- Copy the command and paste it on a cmd window (you need to be on the folder where you unzipped the rtmpdump code)

And that is it =)
Thanks a lot for Malky and Basa666 for the great help!

xaboxa 02-15-2014 02:18 AM

Re: chaturbate.com: SecureToken problems


 
Thanks for this step by step instruction also :)

malky 02-15-2014 12:40 PM

Re: chaturbate.com: SecureToken problems


 
Well thanks for that for the thanks. But as I said the javascript wasn't mine. It was originally suggested by Savanna and the version I use was by oelk. I just wish I was so good at javascript. :)

Zorlan 02-21-2014 05:47 AM

Re: chaturbate.com: SecureToken problems


 
So... Anyone still doing this? I'm getting:

ERROR: Closing connection: NetStream.Play.Failed

..on a authenticated account. So maybe something has changed? Appreciate an updated working procedure, if anyone got it, or help on location the issue. I'm using the following script, and entering "./dump.sh Modelname" on the command line to start it:

Code:

#!/bin/bash
rtmpdump -z -r "rtmp://edge6-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/$1" -C S:Myusername -C S:$1 -C S:2.644 -
C S:pbkdf2_sha256\$12000\$smQcT4n1ByxT\$gjBG1HmjXtgiP3y\+KwtblahblahblahC2djrGTuUvi3E73\= -y "playpath" -o "$1.flv"

(Obivously my passsword hash is not exaclty what I pasted, but something similar)

malky 02-21-2014 09:59 AM

Re: chaturbate.com: SecureToken problems


 
No problems recording here.

rtmpdump -v -r "rtmp://edge13-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/*******" -C S:****** -C S:*****
-C S:2.644 -C S:pbkdf2_sha256$12000$Cml4dozmu5iA$bCs47aQOxTx7WIZ kdyTJMpgkWcfdXX/ZG8oONigPr4= -C S:6ba9a53862b1a4c741ede208635e24ebcfacfac7706629ed 631adabca107c3a3 -T "m9z#$dO0qe34Rxe@sMYxx%%" -y "playpath" -o "*******_1392961409.flv"
RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
90991.479 kB / 5012.37 sec

yetanotherday 02-22-2014 02:30 PM

Re: chaturbate.com: SecureToken problems


 
still no one provide a simple solution to get this rtmpdump work on linux , seems i cant find the compiled version

rastamanx 03-12-2014 12:52 PM

Re: chaturbate.com: SecureToken problems


 
Looks like the bookmarklet is not working anymore on chromium v34

Arukarudo 03-12-2014 01:57 PM

Re: chaturbate.com: SecureToken problems


 
Chaturbate made a little change on their website on the way you get the version of the flash player, this one should work:

Code:

javascript:var raw=$('param[name="FlashVars"]').val().split('&');var fv={};for(var i in raw){var d=raw[i].split('=');fv[d[0]] = unescape(d[1]);}var swfu=xmovie.data;swfv = swfu.substring(swfu.indexOf('CBV')+4,swfu.indexOf('.swf'));swfv = swfv.replace('p','.');prompt('RTMPDumpCL','rtmpdump -v -r "rtmp://'+fv['address']+'/live-edge" -p "http://'+fv['dom']+'/'+fv['pid']+'" -C S:'+fv['uid']+' -C S:'+fv['pid']+' -C S:'+swfv+' -C S:'+fv['pw']+' -C S:'+fv['rp']+' -T "m9z#$dO0qe34Rxe@sMYxx%%" -y "playpath" -o "'+fv['pid']+'_'+Number(new Date()/1000).toFixed(0)+'.flv"');

rastamanx 03-12-2014 05:09 PM

Re: chaturbate.com: SecureToken problems


 
It works indeed :)


All times are GMT -6. The time now is 03:43 PM.