Quote:
Originally Posted by muller91
Quote:
Originally Posted by nacnay
@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
|
Hi nacnay, I followed your instructions and I'm still getting "model status is error"?
|
Tested the command-line and found an error! "Anonymoususer" did not work for me, it must be "AnonymousUser" (capital U).
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:
Originally Posted by marktr
After putting my logged in username in viewer_username, and my password hash in viewer_password (which you can grab from the html source), I am able to view many streams simultaneously. Remember to escape $ in shells where appropriate, and that \u003D is = (equals symbol), and you'll be good to go.
|
Quote:
Originally Posted by callten
Goto a chaturbate room in your browser and then goto the tools menu (or whatever it is in whichever browser you use) and "view source". Search that for "password" and you will see it, something like
Code:
password: 'pbkdf2_sha256$10000$B7osw0jRC3Qb$ etc etc etc kSMBOHwjzZk\u003D',
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.
|