
12-02-2012, 01:07 PM
|
Junior Member
|
|
Join Date: Jun 2012
Posts: 10
|
|
 Re: chaturbate.com: SecureToken problems
Quote:
Originally Posted by KSV
it's wrong. in batch file everything separated by newline is treated as separate command. put all parameters in single line and try again.
|
Quote:
Of 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-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3 c0176135569ad8" -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 assword -T "m9z#$dO0qe34Rxe@sMYxx%%" --live
pause
|
Haha I knew it was something simple that I was missing. Thank you both so much for your help, I'll try this and let you know how it goes.
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%
rtmpdump -r "rtmpe://edge4-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,3,300,271" -W "http://chaturbate.com/static/flash/CBV_2p627.swf" -p "http://chaturbate.com/%username%/" -y "mp4:%username%-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8" -o "chaturbate\%username%-%date:~-4,4%%date:~-7,2%%date:~-10,2%%time:~-11,2%%time:~-8,2%%time:~-5,2%.flv" -C S:genericfemalecam -C S:%username% -C S:2.627 -C S:pbkdf2_sha256^$10000^$359rVHwP0C4J^$QsaV6o5/5HHjbxnhaaAeMM7lu1En+XPK6NIJOe+/aws\= -T "m9z#$dO0qe34Rxe@sMYxx%%" --live
pause
Last edited by RDLS : 12-02-2012 at 01:54 PM.
|