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. |
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! |
Re: chaturbate.com: SecureToken problemsThanks for this step by step instruction also :)
|
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. :)
|
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 |
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 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 |
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
|
Re: chaturbate.com: SecureToken problemsLooks like the bookmarklet is not working anymore on chromium v34
|
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"'); |
Re: chaturbate.com: SecureToken problemsIt works indeed :)
|
Re: chaturbate.com: SecureToken problemsQuote:
2/ -C S:***** = model username 3/ -C S:2.644 = client flash version 4/ -C S:pbkdf2_sha256 = user pass hash 5/ -C S:6ba9a53862b1a4c741ede208635e24ebcfacfac7706629ed 631adabca107c3a3 6/ -T "m9z#$dO0qe34Rxe@sMYxx%%" = secure token Anyone can explain what this last (#5) S: param is and how do you get it through command line ? |
Re: chaturbate.com: SecureToken problemsI know this number change each room, but i don't know if it changes each streaming, you would need to check the same streaming at different times... but anyway the code is there on the html of the model page, if you're going to do it by command line you would need to download and process it with some script, you could use php for example. all the relevant info is inside the html right after this piece of code
Code:
if (HasFlash()) { EmbedViewerSwf( |
Re: chaturbate.com: SecureToken problemsYeah I'm pretty sure it's a model room hash, and it's now needed.
No more directly running a batch script to rtmpdump, a first curl+egrep/gawk will prolly be needed (or php). |
Re: chaturbate.com: SecureToken problemsThat's why you should use the bookmark script. It gets all the data you need and forms the rtmpdump command line ready for you to use. If you use multiple cmd windows you can record as many models as you want.
As for the use of anonymous. My old script still works no problem. If you get the parameters using the javascript console parameter 5 is called rp. So probably room password I would have thought. |
Re: chaturbate.com: SecureToken problemsThank you malky and Arukarudo!!!
|
Re: chaturbate.com: SecureToken problemsWhile trying something new I accidently forgot to put the room password hash in the command line. I was surprised to see it still recorded!
|
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsIs the script meant to work with RTMPDump v2.4 out of the box?
Code:
DEBUG: RTMP_ClientPacket, received: invoke 113 bytes |
Re: chaturbate.com: SecureToken problemsNo. It only works with the KSV patched version of RTMPdump that is available from his github.
https://github.com/K-S-V/Scripts/downloads |
Re: chaturbate.com: SecureToken problemsQuote:
:o which directive i will use to call the rtmpdump :confused: /home/ ?? |
Re: chaturbate.com: SecureToken problemsYou have my sympathies. They might slag off Windows but at least with windows you're more likely to find that someone has already sorted you problem.
|
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsfinally solved !
http://stream-recorder.com/forum/rtm...e-t4229p4.html :o :eek: this shit took me 2 years :o :eek: |
Re: chaturbate.com: SecureToken problemsThe error with Linux is based on $ and = in the command.
Quote:
|
Re: chaturbate.com: SecureToken problemsQuote:
with Firefox I have this message : TypeError: swfu is undefined :confused: thanks |
Re: chaturbate.com: SecureToken problemsTry typing :-
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.data; swfv = swfu.substring(swfu.indexOf('_')+1, swfu.lastIndexOf('.')).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"'); Into the firefox javascript console. This works it's just a pity that if you use it from the bookmark bar cancelling the popup takes you away from the broadcaster. |
Re: chaturbate.com: SecureToken problemsthanks a lot !!!
|
Re: chaturbate.com: SecureToken problemsSo I'm using the latest checkout for rtmpdump from git, and compiled it using make across two different distros (Arch & Ubuntu 13.10), and both return me this lovely error message, which I can't seem to find much about:
Code:
Connecting ... Oh butts, it works fine when I tried it on a windows VM (with KSV's rtmpdump.exe), so it's something with my systems that is causing an issue, or something finnicky going on... |
Re: chaturbate.com: SecureToken problemsI didn't tried, but from I know you can't just compile the git version of rtmpdump.. you have to patch the git version, with the KSV's patch and then compile
Try that: http://stream-recorder.com/forum/cus...le-t16103.html |
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsQuote:
the exact error was showing to me just start from scratch ... remove rtmpdump ,rtmpdump directory + reset any changes then follow this instructions http://stream-recorder.com/forum/rtm...e-t4229p4.html |
Re: chaturbate.com: SecureToken problemsis it only me getting a
"Model status is error" since a couple of weeks? |
Re: chaturbate.com: SecureToken problemsI just tried recording. No problems here.
|
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsis there any way to somehow config rtdump to record a "passworded" room if you actually know the password to it?
like not hack the room or record it without knowledge of the password, but rather knowing the password of the room to record it (and basically record the room without being inside the chat room or showing up in the user list) coz password related all i always get is : "ERROR: Closing connection: NetStream.Play.Failed" |
Re: chaturbate.com: SecureToken problemsCode:
RTMPDump v2.4 GIT-2012-11-01 (Compiled by KSV) they just update somethin yestoday , can someone send me a code with usernamehash which work? (you dont need to send your real name hash ,just make sure the code work,but i think they also change somethin with the namehash) ,you can send pm if you like t, :D |
Re: chaturbate.com: SecureToken problemsNo change as for as I can see. The swf is still 2.45 and no problem recording with the bookmark script you'll find in previous posts to this thread.
|
CB using https?I noticed the other day my ladroop chaturbate script had stopped working. Easy fixed just changed the @includes to https. Ominous signs of changes to come I wonder.
|
Re: CB using https?yes they start using https , since march 2013 they gonna paraonid !
i'm having problem watching streams via squid after this change :mad: |
Re: CB using https?I run a script to record some models I like (basicly it keeps checking if they are online), since yesterday cb updated something and now rtmpdump is weird, it seems like it detects some sort of stream from specific models (while they are offline) and it shows: "INFO: Connected..." but doesnt download anything, the problem is that doesnt timeout at all, I tried -timeout 5 or -timeout -m 5, can someone help me? :(
|
All times are GMT -6. The time now is 07:11 PM. |