Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#321
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsI 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. |
#322
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsI 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"'); - 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"'); And that is it =) Thanks a lot for Malky and Basa666 for the great help! |
#323
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsThanks for this step by step instruction also
|
#324
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsWell 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.
|
#325
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsSo... 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" |
#326
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsNo 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 Sbkdf2_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 Last edited by malky : 02-21-2014 at 11:16 AM. Reason: additional information |
#327
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsstill no one provide a simple solution to get this rtmpdump work on linux , seems i cant find the compiled version
|
#328
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsLooks like the bookmarklet is not working anymore on chromium v34
|
#329
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsChaturbate 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"'); |
#330
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsIt works indeed
|
Tags: chaturbate, securetoken |
Thread Tools | |
Display Modes | |
|
|