Re: chaturbate.com: SecureToken problemsno i mean to say is that you don't have to specify the playpath. it will work even without -y.
|
Re: chaturbate.com: SecureToken problemsQuote:
Code:
rtmpdump -r 'rtmpe://edge1-a.stream.highwebmedia.com/live-edge' -a 'live-edge' -f 'WIN 11,2,202,235' -W 'http://chaturbate.com/static/flash/CBV_2p607.swf' -C S:prettygirl654 -C S:cherrycrush -C S:2.607 -C S:***** -p 'http://chaturbate.com/cherrycrush/' -v -T 'm9z#$dO0qe34Rxe@sMYxx%' -o /Users/Greeny/Downloads/Conversion/cherrycrush_1.flv |
Re: chaturbate.com: SecureToken problemsHi all. I'm new here. Thanks KSV for your help. It works for me with anonymous login but I get a "Model status is error" message when I use my username and password in the first and fourth fields. Any ideas?
|
Re: chaturbate.com: SecureToken problemsQuote:
The new command line prompted me to switch the position of two parameters and change the playpath to match your scheme. It works! Quote:
Code:
-C S:viewer_username -C S:broadcaster_username -C S:player_version -C S:viewer_password Code:
-y "mp4:broadcaster_username-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8" If the viewer_username is AnonymousUser, anything I put in viewer_password worked. However, when trying to grab a second stream simultaneously, the PLAY command fails, which suggests I am hitting a 1 stream limit. 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. Thanks KSV again! |
Re: chaturbate.com: SecureToken problemsI agree, it has something to do with the username and password.
This works: Code:
rtmpdump -r 'rtmpe://edge1-a.stream.chaturbate.com/live-edge' -a 'live-edge' -f 'WIN 11,1,102,55' -W 'http://ccstatic.chaturbate.com/static/flash/CBV_2p607.swf' -C S:AnonymousUser -C S:cherrycrush -C S:2.607 -C S:anonymous -p 'http://chaturbate.com/cherrycrush/' -y 'mp4:public-cherrycrush' -v -T 'm9z#$dO0qe34Rxe@sMYxx%' -o /Users/Greeny/Downloads/Conversion/cherrycrush.flv Code:
rtmpdump -r 'rtmpe://edge1-a.stream.chaturbate.com/live-edge' -a 'live-edge' -f 'WIN 11,1,102,55' -W 'http://ccstatic.chaturbate.com/static/flash/CBV_2p607.swf' -C S:perfect12345 -C S:cherrycrush -C S:2.607 -C S:***** -p 'http://chaturbate.com/cherrycrush/' -y 'mp4:public-cherrycrush' -v -T 'm9z#$dO0qe34Rxe@sMYxx%' -o /Users/Greeny/Downloads/Conversion/cherrycrush.flv |
Re: chaturbate.com: SecureToken problemshave you read the above post? it requires you to put password hash in fourth parameter instead of plain password. playpath specified by user doesn't matter.
|
Re: chaturbate.com: SecureToken problemsQuote:
Code:
rtmpdump -r 'rtmpe://edge1-a.stream.highwebmedia.com/live-edge' -a 'live-edge' -f 'WIN 11,2,202,235' -W 'http://chaturbate.com/static/flash/CBV_2p607.swf' -C S:perfect123 -C S:livefreeforlife -C S:2.607 -C S:password_hash -p 'http://chaturbate.com/livefreeforlife/' -y 'mp4:livefreeforlife-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8' -v -T 'm9z#$dO0qe34Rxe@sMYxx%' -o /Users/Greeny/Downloads/Conversion/livefreeforlife.flv Code:
rtmpdump -r 'rtmpe://edge1-a.stream.highwebmedia.com/live-edge' -a 'live-edge' -f 'WIN 11,2,202,235' -W 'http://chaturbate.com/static/flash/CBV_2p607.swf' -C S:perfect123 -C S:livefreeforlife -C S:2.607 -C S:password_hash -p 'http://chaturbate.com/livefreeforlife/' -v -T 'm9z#$dO0qe34Rxe@sMYxx%' -o /Users/Greeny/Downloads/Conversion/livefreeforlife.flv |
Re: chaturbate.com: SecureToken problemsGah, I figured it out! The reason it was failing is because I failed to escape the $, thinking they were enclosed in quotes when they were not. My bad! Thanks for the help everyone :)
|
Re: chaturbate.com: SecureToken problemsyep, following command worked for me.
Code:
rtmpdump -r "rtmpe://edge1-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,1,102,63" -W "http://chaturbate.com/static/flash/CBV_2p607.swf" -p "http://chaturbate.com/livefreeforlife/" -C S:perfect123 -C S:livefreeforlife -C S:2.607 -C S:your_escpaed_password_hash -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "anything_here_doesn't_matter" -o "Test.flv" |
Re: chaturbate.com: SecureToken problemsHi KSV, do you have any idea why I might be getting a "Netstream.Play.Failed" error when using the new command? I was using the one with 2p598 successfully until a few days ago.
|
Re: chaturbate.com: SecureToken problemsSorry, ignore previous post, as usual my stupidity was to blame. :D
|
Re: chaturbate.com: SecureToken problemshi. I'm new. Sorry for my ignorance, I don't really understand where I find my password hash. Could you please explain me how to find it?
|
Re: chaturbate.com: SecureToken problemsGoto 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', |
Re: chaturbate.com: SecureToken problemsthank you very much callten :) Now I find out why I couldn't find password ash... I wasn't in a room... thank you again ;)
|
Re: chaturbate.com: SecureToken problemsQuote:
BUT... the script i found used a (for me) complex definition of the output file name to prevent overwriting. That is because the "batch" file (Windows) starts the rtmpdump.exe just again and again after hitting a key. So if the "model" just had a little break or the connection is lost, you can go on without starting the batch file again (and entering the model name). But i don't really have a clue how the commands for the variable filename work. And this "-o" definition doesn't work anymore with the new needed parameters (password hash). If this "-o" line is submitted, the error is just you described: "You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath" If I replace that with a fixed filename like test.flv it works fine. So... HELP! Just like i said, I'm a beginner. So if it has nothing to do with rtmpdump, please don't hit me. But I would appreciate any help I can get from all the experts here. Because i find this method very useful. So... here are the (shorten) lines that work and don't work. Work (fixed filename after "-o"): Code:
rtmpdump -r "rtmpe://edge1-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,1,102,63" -W "http://chaturbate.com/static/flash/CBV_2p607.swf" -p "http://chaturbate.com/%username%/" -C S:**** -C S:%username% -C S:2.607 -C S:**** -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "anything_here" -o "chaturbate\test.flv" Code:
rtmpdump -r "rtmpe://edge1-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,1,102,63" -W "http://chaturbate.com/static/flash/CBV_2p607.swf" -p "http://chaturbate.com/%username%/" -C S:**** -C S:%username% -C S:2.607 -C S:**** -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "anything_here" -o "chaturbate\%username%-%date:~-4,4%%date:~-7,2%%date:~-10,2%%time:~-11,2%%time:~-8,2%%time:~-5,2%.flv" Can anybody help me? Hope my English is not to bad so everybody understand this. If something is not clear or you need more/different information please ask! |
Re: chaturbate.com: SecureToken problemsIt works fine for me when I put the various parameters in the following order...
Code:
rtmpdump -r -a -f -W -p -y -o -C S:username -C S: broadcaster_name -C S:2.607 -C S:password -v -T |
Re: chaturbate.com: SecureToken problemsHello, I was directed to this thread by a friend trying to help me fix my code. I've been following along to the best of my ability but I seem to be doing something wrong because I keep on getting the "Model status is error" message. I've gone over the code several times and I was wondering if anyone could tell me what I'm doing wrong.
This is what I have so far: Code:
rtmpdump -r "rtmpe://edge1-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,1,102,63" -W "http://chaturbate.com/static/flash/CBV_2p607.swf" -p "http://chaturbate.com/%username%/" -y "mp4:public-%username%" -o "chaturbate\%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.607 -C S:password-v -T "m9z#$dO0qe34Rxe@sMYxx%" |
Re: chaturbate.com: SecureToken problemsQuote:
Damn... so it was "only" the right order of the parameters. Just a little bit picky that fine and very useful tool is. *lol* Next time (don't hope there will be one) i will test that too. I even create the filename now outside of the -o parameter just like you said, or most of it (time and date variables, then combine it with the username variable in the -o parameter line). But that wouldn't help with the old order of parameters because it failed at that moment any variable was given in it's line. So... thank you very much again! |
Re: chaturbate.com: SecureToken problemsQuote:
1. There is no space between the "password" and the "-v" parameter but I guess it will be in your original one with your password hash. Or? 2. I don't use -y "mp4:public-%username%" anymore but this: -y "anything_here". But if i get it right it should not matter. So here the errors of my trying out to get it going, perhaps it will help you also: - It seems not to work to just write the ^ before the $. Not until I used notepad and the find/replace function there. So I copied the password line out of the source code to notepad, use find/replace to replaced $ with ^$ (both really typed in the dialog box of notepad's find/replace) and do the "=" thing the same way. Then I copied the resulting line to my batch-file. - And maybe copy your username out of the source code also. An upper case character where it don't belong can make a lot of trouble. The website login doesn't care, the rtmpdump command line does. *lol* And I don't use the complex filename function anymore. Didn't even test it if it will do in the new order of parameters, but if I get it right, member callten did so. I now use this instead: Code:
@ECHO OFF Hope it will work for you. Wish you luck! |
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsbest thread of the forum.
KSV is king! |
Re: chaturbate.com: SecureToken problems1 Attachment(s)
hey guys i'm a newbie at this and i keep getting model status error i attached a txt file of my code
thx john |
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsSo recently my rtm stopped working for chaturbate. I followed all the steps/advice listed in this thread but for some reason I still get the "Model status is error" message. Can someone please help me out?
|
Re: chaturbate.com: SecureToken problemsQuote:
See here: http://stream-recorder.com/forum/sho...23&postcount=8 and here: http://stream-recorder.com/forum/sho...79&postcount=5 |
Re: chaturbate.com: SecureToken problemsI keep getting the problem NetStream.Play.Failed when I try the below code (I switched the username and password hash respectively, replacing the "$" with "^$" and "\u003D" with "="):
Code:
rtmpdump -r "rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,4,402,265" -W "http://ccstatic.chaturbate.com/static/flash/CBV_2p613.swf" -p "http://chaturbate.com/caylin/" -C S:USERNAME -C S:caylin -C S:2.613 -C S:PASSWORDHASH -y "mp4:caylin" -v -T "m9z#$dO0qe34Rxe@sMYxx%" -o "caylin.flv" |
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsQuote:
Quote:
|
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsSince yesterday rtmpdump doesn't work for me anymore.
After starting it you can only see... Code:
INFO: Connected... Anybody has any idea? Anybody with the same problem? Can anybody help me please! |
Re: chaturbate.com: SecureToken problemsi have problem like you :(
|
Re: chaturbate.com: SecureToken problemsI am having this problem as well, I can't see anything :( please help!
|
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsI tried it and it doesnt work :(
Chaturbate works fine in my browser, but when I try use rtmp programs it does not show up :( |
Re: chaturbate.com: SecureToken problemsnobody know what is problem ?
what is changed s..token or i wrong :( |
Re: chaturbate.com: SecureToken problemsit's just a minor change. i will upload the new rtmpdump build soon.
Code:
rtmpdump -r "rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p625.swf" -p "http://chaturbate.com/pame_la/" -C S:AnonymousUser -C S:pame_la -C S:2.625 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "anything_here" -o "Test.flv" |
Re: chaturbate.com: SecureToken problemsThank you very much KSV! :) You are the best!:cool:
Edit: downloaded... tested... worked!!! Great as always!!! Thanks again! |
All times are GMT -6. The time now is 06:52 AM. |