Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

chaturbate.com: SecureToken problems

(http://stream-recorder.com/forum/showthread.php?t=10869)

KSV 05-31-2012 02:34 PM

Re: chaturbate.com: SecureToken problems


 
no i mean to say is that you don't have to specify the playpath. it will work even without -y.

greenythebeast 05-31-2012 02:37 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 46923)
no i mean to say is that you don't have to specify the playpath. it will work even without -y.

This is what I get:
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
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath


trewq 05-31-2012 02:58 PM

Re: chaturbate.com: SecureToken problems


 
Hi 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?

marktr 05-31-2012 03:15 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 46914)
nothing fancy going on :D

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/lilix/" -C S:AnonymousUser -C S:lilix -C S:2.607 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "mp4:lilix-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8" -o "Test.flv"

@KSV - amazing as usual!

The new command line prompted me to switch the position of two parameters and change the playpath to match your scheme. It works!

Quote:

Originally Posted by greenythebeast (Post 46922)
Well I use an applescript that opens up an rtmpdump command with all the relevant information based on a username and it requires a -y parameter. Does that mean I'm out of luck now? Even in previous versions where the playpath was dynamically retrieved, the "mp4:public-<username>" still worked :/

@greenythebeast - it worked for me as long as:

Code:

-C S:viewer_username -C S:broadcaster_username -C S:player_version -C S:viewer_password
For the playpath, I just followed the pattern below, from KSV's:

Code:

-y "mp4:broadcaster_username-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8"
EDIT: anything other than a blank playpath, such as -y "mp4" will keep rtmpdump happy, and still work, as the specified playpath doesn't really matter.

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!

greenythebeast 05-31-2012 04:58 PM

Re: chaturbate.com: SecureToken problems


 
I 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
This doesn't:
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

KSV 05-31-2012 10:35 PM

Re: chaturbate.com: SecureToken problems


 
have 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.

greenythebeast 05-31-2012 10:41 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 46942)
have 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.

The posts were moderated so there was no way for me to see his post before mine was posted, sorry. As for the password issue, I know I use the hash I just decided to blank it out anyway.

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
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
INFO: Model status is error

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
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath

As you can see both when using the playpath as you did and when not specifying the playpath, it fails both times. I'm not sure what I'm doing wrong...

greenythebeast 05-31-2012 10:46 PM

Re: chaturbate.com: SecureToken problems


 
Gah, 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 :)

KSV 05-31-2012 11:07 PM

Re: chaturbate.com: SecureToken problems


 
yep, 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"

callten 06-01-2012 04:41 AM

Re: chaturbate.com: SecureToken problems


 
Hi 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.

callten 06-01-2012 05:09 AM

Re: chaturbate.com: SecureToken problems


 
Sorry, ignore previous post, as usual my stupidity was to blame. :D

nick85 06-01-2012 09:03 AM

Re: chaturbate.com: SecureToken problems


 
hi. 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?

callten 06-01-2012 10:29 AM

Re: chaturbate.com: SecureToken problems


 
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.

nick85 06-01-2012 11:16 AM

Re: chaturbate.com: SecureToken problems


 
thank you very much callten :) Now I find out why I couldn't find password ash... I wasn't in a room... thank you again ;)

non90 06-01-2012 04:19 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by greenythebeast (Post 46922)
Well I use an applescript that opens up an rtmpdump command with all the relevant information based on a username and it requires a -y parameter. Does that mean I'm out of luck now? Even in previous versions where the playpath was dynamically retrieved, the "mp4:public-<username>" still worked :/

Hi, i think i used the same script just under windows. It stopped working like it is described here. Found it on a forum a few weeks ago. So I'm a total novice to rtmpdump. With more than a little effort i got it working again - so thanks to all the people here!!!

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"
Don't Work (variable filename depends on model name, date and time):
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"
You see that the model name is given as the variable %username% that you have to give to the batch file. It works fine at the "-p" and "C S:" parameters, but not in the "-o". So just using -o "%username%.flv" will get that error. But using only the %date and %time part with fixed model name before (test-%date:... and so on) work neither - get the same error.

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!

callten 06-02-2012 02:17 AM

Re: chaturbate.com: SecureToken problems


 
It 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
And secondly, I would create a %filename% variable outside the rtmpdump command with the date and time formatted and then pass that in as a single variable. It's just less crap to go wrong inside the command and you can echo the filename before you start the rtmpdump command to make sure it's all working (especially if you are having problems with the -o parameter).

RDLS 06-02-2012 02:48 AM

Re: chaturbate.com: SecureToken problems


 
Hello, 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%"

pause

Going off of a previous post I got my password from Chaturbate and put "^" in front of all the $ symbols as well as changing \u003D to "=" so I don't think that's what's causing it to not work. If anyone could give me some advice that would be greatly appreciated.

non90 06-02-2012 03:19 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by callten (Post 47007)
It 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
And secondly, I would create a %filename% variable outside the rtmpdump command with the date and time formatted and then pass that in as a single variable. It's just less crap to go wrong inside the command and you can echo the filename before you start the rtmpdump command to make sure it's all working (especially if you are having problems with the -o parameter).

Thank you very much for your fast and brilliant help! It works for me also now.

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!

non90 06-02-2012 09:55 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by RDLS (Post 47008)
Hello, 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%"

pause

Going off of a previous post I got my password from Chaturbate and put "^" in front of all the $ symbols as well as changing \u003D to "=" so I don't think that's what's causing it to not work. If anyone could give me some advice that would be greatly appreciated.

Hi! I don't have a concrete suspicion what is wrong in your command line but for 2 things that are different from my working one:

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
FOR /F "tokens=1,2,3,4,5 delims=/. " %%a in ('date/T') do set _date=%%c-%%b-%%d%%a
FOR /F "tokens=1,2,3,4,5 delims=/: " %%a in ('time/T') do set _time=%%a.%%b.%%c%time:~6,2%
rtmpdump -r ... ... -y "anything_here" -o "chaturbate\%username%_%_date%_%_time%.flv" ...

Beware that I have shorten the rtmpdump command line! And I just found the "FOR" commands on the web, so don't ask my how it works. But it does. *lol* Dumped files then named like this: username_2012-06-02_17.40.05.flv.

Hope it will work for you. Wish you luck!

Alabaster 06-06-2012 07:57 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by callten (Post 46969)
Sorry, ignore previous post, as usual my stupidity was to blame. :D

callten, what were you doing that made you receive the NetStream.Play.Failed error message? Obviously, my stupidity is doing the same thing.

diablo888 06-09-2012 08:44 PM

Re: chaturbate.com: SecureToken problems


 
best thread of the forum.
KSV is king!

jfc2697 06-10-2012 05:15 PM

Re: chaturbate.com: SecureToken problems


 
1 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

greenythebeast 06-10-2012 05:42 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by jfc2697 (Post 47373)
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

http://stream-recorder.com/forum/sho...7&postcount=44

RDLS 07-30-2012 10:05 PM

Re: chaturbate.com: SecureToken problems


 
So 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?

non90 07-31-2012 12:01 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by RDLS (Post 50260)
So 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?

Do you have have the recent "player" version (CBV_2p61.swf / -C S:2.610) in your command line?

See here:
http://stream-recorder.com/forum/sho...23&postcount=8
and here:
http://stream-recorder.com/forum/sho...79&postcount=5

InterdimensionalCow 08-22-2012 12:53 PM

Re: chaturbate.com: SecureToken problems


 
I 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"
pause

I'm still learning the format for this tool, sadly. I replaced the flash version with my current one, and was getting a "RTMP_ReadPacket" at first. I'm not sure what I'm doing wrong exactly - I've tried several other ways I didn't keep track. What's the blatantly obvious thing I'm missing?

greenythebeast 08-25-2012 05:09 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by InterdimensionalCow (Post 53001)
I 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"
pause

I'm still learning the format for this tool, sadly. I replaced the flash version with my current one, and was getting a "RTMP_ReadPacket" at first. I'm not sure what I'm doing wrong exactly - I've tried several other ways I didn't keep track. What's the blatantly obvious thing I'm missing?

If it's a password protected room, it won't work anymore.

InterdimensionalCow 08-27-2012 06:47 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by greenythebeast (Post 53314)
If it's a password protected room, it won't work anymore.

Quote:

Originally Posted by InterdimensionalCow (Post 53370)
Well, I was able to watch it without an account. I only made the account due to reading some examples of the code I'd use. I don't think it'd be passworded then...

I guess I should centralize my posts here, huh?

non90 08-28-2012 10:19 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by greenythebeast (Post 53314)
If it's a password protected room, it won't work anymore.

If it is a password protected room but you know the password, you can log into the room and then look up the hash of the room password in the HTML code. Then use this as a 5th "-C S:" parameter like "-C S:"<roompwhash>"" right after the hash of your account password.

greenythebeast 08-28-2012 05:16 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by non90 (Post 53421)
If it is a password protected room but you know the password, you can log into the room and then look up the hash of the room password in the HTML code. Then use this as a 5th "-C S:" parameter like "-C S:"<roompwhash>"" right after the hash of your account password.

Yeah, that's what I meant. You need to know the password if you want to record it.

shakitoff222 08-28-2012 10:56 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by greenythebeast (Post 53439)
Yeah, that's what I meant. You need to know the password if you want to record it.

there must be some way the "bypass" the password....lol :(

greenythebeast 08-29-2012 08:18 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by shakitoff222 (Post 53460)
there must be some way the "bypass" the password....lol :(

There isn't.

non90 10-04-2012 11:01 AM

Re: chaturbate.com: SecureToken problems


 
Since yesterday rtmpdump doesn't work for me anymore.

After starting it you can only see...

Code:

INFO: Connected...
... and that is it. It works fine in my browser.

Anybody has any idea? Anybody with the same problem? Can anybody help me please!

ilje 10-04-2012 05:37 PM

Re: chaturbate.com: SecureToken problems


 
i have problem like you :(

supermangangsta 10-04-2012 11:23 PM

Re: chaturbate.com: SecureToken problems


 
I am having this problem as well, I can't see anything :( please help!

chap 10-05-2012 12:00 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by supermangangsta (Post 54973)
I am having this problem as well, I can't see anything :( please help!

use rtmpsusk

supermangangsta 10-05-2012 06:10 AM

Re: chaturbate.com: SecureToken problems


 
I tried it and it doesnt work :(
Chaturbate works fine in my browser, but when I try use
rtmp programs it does not show up :(

ilje 10-05-2012 03:44 PM

Re: chaturbate.com: SecureToken problems


 
nobody know what is problem ?
what is changed s..token or i wrong :(

KSV 10-06-2012 03:25 AM

Re: chaturbate.com: SecureToken problems


 
it'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"

non90 10-06-2012 03:56 AM

Re: chaturbate.com: SecureToken problems


 
Thank 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.