Re: chaturbate.com: SecureToken problems@RDLS
I would guess it interprets the "-r" not as a parameter of rtmpdump but as a command itself inside the batch file. So I think this is not an error message of rtmpdump but of your operating system. Even to try to see what is wrong there it would be very helpful to see the code of your batch file. |
Re: chaturbate.com: SecureToken problemsOk here it is:
Code:
rtmpdump |
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsOf course Master KSV is right! :)
This should do it - just copy and paste (and edit your settings of course)... Code:
rtmpdump -r "rtmpe://edge4-b.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p627.swf" -p "http://chaturbate.com/model_name/" -y mp4:%username%-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8" -o "CB\%username%-%date:~-4,4%%date:~-7,2%%date:~-10,2%%time:~-11,2%%time:~-8,2%%time:~-5,2%.flv" -C S:username -C S:%username% -C S:2.627 -C S:password -T "m9z#$dO0qe34Rxe@sMYxx%%" --live |
Re: chaturbate.com: SecureToken problemsQuote:
Quote:
EDIT: I fixed the code but now whenever I try to use the batch it automatically uses the name of profile I use to sign on to this computer where as before it had allowed me to type in the username of the person on chaturbate. I looked over it a bit and compared the code to some of my older stuff, but none of my edits have worked so far. Am I missing something simple again? This is the updated code I am using: Code:
%username% |
Re: chaturbate.com: SecureToken problemscdn.highwebmedia.com down?
|
Re: chaturbate.com: SecureToken problems@RDLS
Yeah you missing something. :) Use this... Code:
set /p username= What is the username to record? Beware that I did not repeat the full rmtpdump command line, you have to add that. @ellefften Yeah, something is wrong. I can't get a cam working in my browser, but saving it with rtmpdump works fine. |
Re: chaturbate.com: SecureToken problemsHi guys, I am practically new practically new to rtmpdump. I am on a ubuntu 12.10 machine. Has anybody tried KSV's patch on it?
Also how was the secure token calculated as "m9z#$dO0qe34Rxe@sMYxx%" ?? If i apply KSV's patch to the latest rtmpdump from "git://git.ffmpeg.org/rtmpdump" and build my own binary, will I need a different token? tia .. |
Re: chaturbate.com: SecureToken problemsokay looked at the previous posts, so the secure token does not depend on the OS ... learnt that it always stays "m9z#$dO0qe34Rxe@sMYxx%". I will get a build on linux and see if i can get it running ..
|
Re: chaturbate.com: SecureToken problemsWell it seems to me that you can have javascript do the work of constructing a command string. No need to type a model's name into a prompt. The following works if you put it in the bookmarks bar in Firefox and click the bookmark when you have entered a room. You could even modify this to extract things like the password hash automatically, have fun!
Code:
javascript:var%20a=document.getElementById('movie');var%20b=a.childNodes[6].value;%20var%20c=b.indexOf('&');var%20d=b.substr(4,c-4);%20alert('rtmpdump%20-r%20"rtmpe://edge2-b.stream.highwebmedia.com/live-edge"%20-W%20"http://chaturbate.com/static/flash/CBV_2p627.swf"%20-p%20"http://chaturbate.com/'+d+'/"%20-C%20S:AnonymousUser%20-C%20S:'+d+'%20-C%20S:2.627%20 -C S:anonymous%20-y%20"anything"%20-o%20'+d+'t.flv%20-T%20"m9z#$dO0qe34Rxe@sMYxx%"') |
All times are GMT -6. The time now is 09:48 PM. |