Re: chaturbate.com: SecureToken problemsNow CB changed the protocol from rtmpe to rtmp in version 634
|
Re: chaturbate.com: SecureToken problems@nacnay
YEAH! Works fine with just a "rtmp://" in command line! Thanks alot! :) |
Re: chaturbate.com: SecureToken problemsThis was working until the recent changes... now it just hangs. Any help would be appreciated
Code:
rtmpdump -r "rtmp://edge4-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,4,402,265" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/model/" -y "mp4" -o "model_%_date%_%_time%.flv" -C S:Anonymoususer -C S:model -C S:2.627 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live |
Re: chaturbate.com: SecureToken problemsQuote:
Code:
... -f "WIN 11,6,602,180" ... -W ".../flash/CBV_2p634 ... -C "S:2.634" |
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsQuote:
Take a look at Tencoder, it will let you convert the speex to something more usable like mp3 without touching the video portion. |
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemswe need a new ksv rtmp release. when you loop a chaturbate cam in your batchfile the stream dont connect.
you see only INFO: Connected |
Re: chaturbate.com: SecureToken problemsI read and read and read...I must be dump:o , how come my following strings doesn't work?
I'm still using Flash 11,2,202,235, so I changed the strings to reflect that...everything else I'm following from gurus here:D . I only need Flash ant NOT SWF, right? I do the manual way of running URLSnooper 2 or Rtmpdump Helper to get the correct "edgeX.X"...what did I do wrong? rtmpdump -r "rtmp://edge12-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,6,602,180" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/CamName/" -y "mp4" -o "C:\temp\Test.flv" -C S:Anonymoususer -C S:CamName -C S:2.634 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live rtmpdump -r "rtmp://edge12-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,2,202,235" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/CamName/" -y "mp4" -o "C:\temp\Test.flv" -C S:Anonymoususer -C S:CamName -C S:2.634 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live P/s How to get/figure out the "your_password_hash" ? |
Re: chaturbate.com: SecureToken problems@muller91
you have to use latest rtmpdump by ksv to work the code u mentioned. If you dont have it get it from the link below. Code:
http://www.mediafire.com/file/bwxugu3x319p1x5/rtmpdump-2.4.zip or just use the following javascript to get your password hash. Code:
javascript:var%20prm=document.getElementById('movie').childNodes[6].value;prm=prm.replace(/=/g,"&").split("&");alert(prm[25]); |
Re: chaturbate.com: SecureToken problemsHi everybody!
I'm trying to record chaturbate model with this code: rtmpdump -r "rtmp://edge4-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,6,602,180" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/model/" -y "mp4" -o "model_%_date%_%_time%.flv" -C S:Anonymoususer -C S:model -C S:2.634 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live ...but it doesn't work! It says : Connecting ... INFO: Connected... ERROR: Closing connection: NetStream.Play.Failed What's the problem? How can I fix this??? Please, somebody help me!!! |
Re: chaturbate.com: SecureToken problemsQuote:
OK, I got the password hash part, but I kept getting "model status is error"? |
Re: chaturbate.com: SecureToken problems@muller92 & @pianeta5
If you are using the following CB Script; rtmpdump -r "rtmp://edge12-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,6,602,180" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/CamName/" -y "mp4" -o "C:\temp\Test.flv" -C S:Anonymoususer -C S:CamName -C S:2.634 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live Replace 'Anonymoususer' with YOUR CB USERNAME and 'anonymous' with YOUR PW HASH |
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsQuote:
Now says: ERROR: Closing connection: NetStream.Play.Failed |
Re: chaturbate.com: SecureToken problemsanonymous can only have a stream open once. Did you close it in your browser?
|
Re: chaturbate.com: SecureToken problemsOK, it seems like different versions of rtmpdump.exe produces different errors code.
RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV) - Model Status Error rtmpdump v2.4 GIT-2011-07-11 (Compiled by KSV) - NetStream.Play.Failed Just to be sure, I only need to copy one file rtmpdump.exe to my Windows/systems32 folder, right? Thanks. |
Re: chaturbate.com: SecureToken problemscan any one tell me what is the exact rtmp url of each chaturbate stream ? how i can feed it to jw player ?
|
Re: chaturbate.com: SecureToken problemsI have using the following code it works fine with me with any version of rtmpdump by ksv.
Code:
rtmpdump -r "rtmp://edge7-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,5,502,146" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/CamName/" -y "mp4" -o "C:\temp\Test.flv" -C S:CB_USERNAME -C S:CamName -C S:2.634 -C S:PW_HASH -T "m9z#$dO0qe34Rxe@sMYxx%" --live |
Re: chaturbate.com: SecureToken problemsQuote:
It should work then (at least the anonymous login recording). Regarding the error with real username login, I would guess that the password hash is not correct. Did you escaped it? Like it is described here: Quote:
Quote:
|
Re: chaturbate.com: SecureToken problems[quote=by callten You need to go through and put a ^ in front of all the $'s and replace the \u003D with a "=" (minus the quotes). Then put the resulting string (starting with pdkd and ending with =) in place of "anonymous" in the 4th parameter in the rtmpdump command string.[/QUOTE]
Hmm, this is my password copied from my browser: pbkdf2_sha256$10000$FOmA2kP7HuQX$B4b0B1QsyXIToLTjS lS3vsvyA+KwX8qfR3exyRg5lWQ\u003D What should be the correct way to change/enter it? Thanks. |
Re: chaturbate.com: SecureToken problemsQuote:
Code:
pbkdf2_sha256^$10000^$FOmA2kP7HuQX^$B4b0B1QsyXIToLTjSlS3vsvyA+KwX8qfR3exyRg5lWQ= Code:
-C S:pbkdf2_sha256^$10000^$FOmA2kP7HuQX^$B4b0B1QsyXIToLTjSlS3vsvyA+KwX8qfR3exyRg5lWQ= |
Re: chaturbate.com: SecureToken problemsQuote:
Now I know the reasons for mine not working yesterday! I DID NOT insert the ^ and = and I used the full \u003D!...my bad. Best regards. |
Re: chaturbate.com: SecureToken problemsnon90 i tried to capture as Anonymous user but i keep getting this eror:
Quote:
Quote:
|
Re: chaturbate.com: SecureToken problems@skyDude14
Well if you are sure you are not trying to record a password protected room (you cannot get into it on browser too) then I would guess it is not an appropriate version of KSV-patched rtmpdump. Does it look like this when you run it? Code:
RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV) |
Re: chaturbate.com: SecureToken problemsnon90 many thanks for reply. when i run it it looks like this:
Quote:
|
Re: chaturbate.com: SecureToken problemsQuote:
But have CB_USERNAME and PW_HASH to be enclosed throw " " ? I did not it... Another question... : where do you find the "m9z#$dO0qe34Rxe@sMYxx% token? I haven't in my sorce page... is it a problem? |
Re: chaturbate.com: SecureToken problemsQuote:
Quote:
|
Re: chaturbate.com: SecureToken problemsThanks non90 for you help. knowing the rtmp stream of each stream is there a way to play the stream in Jw player ?the reason i like jw player that it always doesn't need new flash player installed. i just don't know how to feed the jw player with correct rtmp values.do you know how this can be done ?
|
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsSo we're resorting to manually building the batch code again? Because I tried the old javascript bookmark with the rtmpdump version nacnay linked and got a handshake failed error.
|
Re: chaturbate.com: SecureToken problemsQuote:
you just need to change in it from rtmpe to rtmp |
Re: chaturbate.com: SecureToken problemsIt now gives me:
ERROR: RTMP_Connect1, handshake failed. Quote:
I tried that but it gives me a model status error. It worked fine in the past but it seems to have stopped working now... |
Re: chaturbate.com: SecureToken problemsMy old script is working with one little modification:
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']+' -y "playpath" -o "'+fv['pid']+'_'+Number(new Date()/1000).toFixed(0)+'.flv"'); A stripped down call could look like this: Code:
rtmpdump -v -r "rtmp://edge13-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/PERFORMERNAME" -C S:AnonymousUser -C S:PERFORMERNAME -C S:2.634 -C S:anonymous -y "playpath" -o "file.flv" Those who need to record many streams should replace AnonymousUser & anonymous by CB_USERNAME & PW_HASH as described above (or use the proposed script). (You'll get NetStream.Play.Failed otherwise) The token isn't needed anymore, because they changed from rtmpe to rtmp. No need to worry about it fo now. |
Re: chaturbate.com: SecureToken problemsThanks very much oelk! Your parameters helped me alot :D
Btw the parameters I've changed are the: - token (removed) - S:2.634 (changed from S:2.632) - rtmp:// (changed from rtmpe://) Once again, thanks :p |
Re: chaturbate.com: SecureToken problemsskyDude14 , i have been testing this on jw player website but couldn't see the feed
http://www.longtailvideo.com/jw-player/wizard/ |
Re: chaturbate.com: SecureToken problemsoelk , script is working perfectly with video recording but why it is not recording audio anymore? I remember previously everything was fine until they changed rtmpe:// to rtmp:// . Please , how to fix this?
|
Re: chaturbate.com: SecureToken problemsBecause they changed back to the speex audio codec. As said previously you can use open source Tencoder video converter. Just set the video to direct copy audio to mp3.
|
Re: chaturbate.com: SecureToken problemsthanks a lot malky! Just encoded the audio with Tencoder. Everything is fine now.
|
All times are GMT -6. The time now is 12:57 AM. |