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)

non90 12-02-2012 04:42 AM

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.

RDLS 12-02-2012 09:46 AM

Re: chaturbate.com: SecureToken problems


 
Ok here it is:

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

pause

Of course I may be missing something that's completely obvious, I'm really only a beginner when it comes to stuff like this. But I'm almost positive that this is how I had it set up before my computer crashed.

KSV 12-02-2012 09:52 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by RDLS (Post 57049)
But I'm almost positive that this is how I had it set up before my computer crashed.

it's wrong. in batch file everything separated by newline is treated as separate command. put all parameters in single line and try again.

non90 12-02-2012 11:55 AM

Re: chaturbate.com: SecureToken problems


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


RDLS 12-02-2012 01:07 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 57050)
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:password -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


ellefften 12-02-2012 01:50 PM

Re: chaturbate.com: SecureToken problems


 
cdn.highwebmedia.com down?

non90 12-02-2012 02:04 PM

Re: chaturbate.com: SecureToken problems


 
@RDLS
Yeah you missing something. :) Use this...
Code:

set /p username= What is the username to record? 
title %username%
rtmpdump [...]

For the records... first line prompts for the model name you want to record, the second one set the window title to the name of the model (not necessary but nice).

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.

rtmposiris 12-05-2012 09:38 PM

Re: chaturbate.com: SecureToken problems


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

rtmposiris 12-05-2012 11:31 PM

Re: chaturbate.com: SecureToken problems


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

savanna 12-06-2012 12:49 PM

Re: chaturbate.com: SecureToken problems


 
Well 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%"')

albee 12-07-2012 05:19 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by Elgero (Post 57189)
Or you write your own tool in order to do everything automatically. Mwuhahahaha




(how many forumposts do you need to have, before you're allowed to add a link to your post, without that stupid message popping up it needs to be approved first by a mod?)

hey Elgero,does ur automatic recorder can also grab privates and groupshow?

albee 12-07-2012 09:12 PM

Re: chaturbate.com: SecureToken problems


 
okay thanks for answering ,just wanted to know if it was possible or not :)

yetanotherday 12-09-2012 11:32 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by savanna (Post 57184)
Well 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%"')

Thanks i was looking for things like this :D
but can we use this bookmarklet to download the video

bhatti00 12-10-2012 03:42 PM

Re: chaturbate.com: SecureToken problems


 
how did u get the secure token may i ask?

youzme 12-11-2012 12:48 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by Elgero (Post 57228)
Currently no, because I'm testing the tool. I can modify it to record private/group shows, but I'm going to keep that to myself.

What technologies do you need to have knowledge of in order to clearly see how this would be done?

I know C, C++ and Java, but I'm guessing that the methods to achieving what I quoted don't become clear until studying flash to find out how the access controls work on these streaming cam sites, so one could modify something like RTMPdump to grab privs.

Is it just understanding flash and then modifying rtmpdump to bypass access controls? Or do your exploits depend more heavily on general web programming knowledge like html, http(s), etc?

I understand if you prefer to PM a response (if you're willing), and forgive me if these questions sound stupid, but unfortunately nobody has ever written a really elucidated post on the skillset for doing these kinds of exploits, and I'm a curious learner.

hyc 12-11-2012 05:35 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by youzme (Post 57321)
What technologies do you need to have knowledge of in order to clearly see how this would be done?

I know C, C++ and Java, but I'm guessing that the methods to achieving what I quoted don't become clear until studying flash to find out how the access controls work on these streaming cam sites, so one could modify something like RTMPdump to grab privs.

Is it just understanding flash and then modifying rtmpdump to bypass access controls? Or do your exploits depend more heavily on general web programming knowledge like html, http(s), etc?

I understand if you prefer to PM a response (if you're willing), and forgive me if these questions sound stupid, but unfortunately nobody has ever written a really elucidated post on the skillset for doing these kinds of exploits, and I'm a curious learner.

Nobody teaches these things, you learn by doing.

You say you know C, C++, and Java. Sounds to me though, like you don't actually know how computers work. There's only one skill you actually need - the ability to look at someone else's code and understand what it does. All else follows from this. It doesn't matter what language you're dealing with. Understanding how software works is the same skill, regardless.

youzme 12-11-2012 05:46 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by hyc (Post 57352)
Nobody teaches these things, you learn by doing.

You say you know C, C++, and Java. Sounds to me though, like you don't actually know how computers work. There's only one skill you actually need - the ability to look at someone else's code and understand what it does. All else follows from this. It doesn't matter what language you're dealing with. Understanding how software works is the same skill, regardless.

Thanks for the hard response (seriously). Appreciate the no-bs advice.

Truth is, I spent about 3 months learning those 3 languages from books, and I studied them pretty hard to actually grasp it, and I understand the toy programs in the books that they use to explain language features like a pointer or whatnot, I just don't have a lot of practical experience creating my own stuff or even modifying other peoples (I guess the latter is a better place to start).

I'll look over the RTMPdump code again and try to understand it better with the help of google. I think I got a bit intimidated at first seeing something bigger than the simple programs that demonstrate language features.

Thanks.

eroyamam 12-18-2012 12:18 PM

Re: chaturbate.com: SecureToken problems


 
Hmmm. Anyone else now getting netstream.play.failed on pw'ed shows? Just wondering if Cbate changed again. Was doing pw's and the odd private. Now? Nada. :confused:

yetanotherday 12-18-2012 02:14 PM

Re: chaturbate.com: SecureToken problems


 
i cant download from chaturbate using rtmpdump on windows ! does they made changes ?
.....
Code:

Trying different position for server digest! INFO: Connected...
then stop

rtmpdump -r "rtmpe://edge1-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,3,300,271" -W "http://ccstatic.chaturbate.com/static/flash/CBV_2p628.swf" -p "http://chaturbate.com/jenny_sofine/" -C S:AnonymousUser -C S:jenny_sofine -C S:2.628 -C S:anonymous -y "mp4:public-anything" -v -T "m9z#$dO0qe34Rxe@sMYxx%" -o "download.flv"

yetanotherday 12-18-2012 02:45 PM

Re: chaturbate.com: SecureToken problems


 
ok problem solved i have download the latest verion of rtmpdump

phgonline 12-18-2012 10:06 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by eroyamam (Post 57640)
Hmmm. Anyone else now getting netstream.play.failed on pw'ed shows? Just wondering if Cbate changed again. Was doing pw's and the odd private. Now? Nada. :confused:

How are you capping pw shows with rtmp? Thanks

eroyamam 12-19-2012 03:28 AM

Re: chaturbate.com: SecureToken problems


 
I'm not hence the post. :rolleyes: But seriously, Ive only ever gotten a couple. Theres only two models who do pw shows I care to record but now can't record neither.

Humbug 12-19-2012 11:22 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by eroyamam (Post 57640)
Hmmm. Anyone else now getting netstream.play.failed on pw'ed shows? Just wondering if Cbate changed again. Was doing pw's and the odd private. Now? Nada. :confused:

Not really. I was grabbing a group earlier today. Don't know for pw rooms but they should work as well.

Elgero 12-19-2012 04:27 PM

Re: chaturbate.com: SecureToken problems


 
I hope you guys realize that if you publicly post how to record private shows, that it's only a matter of days/weeks before something gets done about it, thus ruining it for yourself and others ;)

Humbug 12-19-2012 05:05 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by Winstontoo (Post 57704)
How are you grabbing a group?

With magic :p
Quote:

Originally Posted by Elgero (Post 57705)
I hope you guys realize that if you publicly post how to record private shows, that it's only a matter of days/weeks before something gets done about it, thus ruining it for yourself and others ;)

Really? LOL, I was about to post a tutorial on how to get prvt/group/ pw rooms on cbate and cure AIDS at the same time ;)
On a serious note though, I'm afraid the damage might have been already done. There were some ways posted on 4chan and on anonib a while ago...

Stream Ripper 12-19-2012 11:25 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by Elgero (Post 57705)
I hope you guys realize that if you publicly post how to record private shows, that it's only a matter of days/weeks before something gets done about it, thus ruining it for yourself and others ;)

This is true - if you guys want to share this PRIVATELY with other KNOWN AND TRUSTED MEMBERS - that's fine - but don't post it publicly if you figure it out :)

ilovestreamz1990 12-20-2012 10:23 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by Stream Ripper (Post 57715)
This is true - if you guys want to share this PRIVATELY with other KNOWN AND TRUSTED MEMBERS - that's fine - but don't post it publicly if you figure it out :)

got it.............so...if anybody know..please pm me ,my mouth are tight...lol thnx :) i just really wanna know cos the person i really love on CB always pw the room.........i will online and keep waiting. :)

mjames2 12-30-2012 06:10 PM

Re: chaturbate.com: SecureToken problems


 
Is anyone using this with Linux? I've tried KSV's patch (dated Nov 9 from the rtmpdump-2.4 download for windows zip) against svnpenn's and vanilla rtmpdump git repos. Either way, I get:

patching file Makefile
patching file librtmp/Makefile
patching file librtmp/amf.c
patching file librtmp/handshake.h
patching file librtmp/hashswf.c
patching file librtmp/log.c
patching file librtmp/parseurl.c
patching file librtmp/rtmp.c
Hunk #32 FAILED at 3677.
Hunk #33 succeeded at 3763 (offset -3 lines).
Hunk #34 succeeded at 3872 (offset -3 lines).
Hunk #35 succeeded at 4178 (offset -3 lines).
Hunk #36 succeeded at 4640 (offset -3 lines).
Hunk #37 succeeded at 4660 (offset -3 lines).
Hunk #38 succeeded at 4801 (offset -3 lines).
Hunk #39 succeeded at 4823 (offset -3 lines).
Hunk #40 succeeded at 4847 (offset -3 lines).
Hunk #41 succeeded at 4880 (offset -3 lines).
Hunk #42 succeeded at 5417 (offset -3 lines).
Hunk #43 succeeded at 5582 (offset -3 lines).
1 out of 43 hunks FAILED -- saving rejects to file librtmp/rtmp.c.rej
patching file librtmp/rtmp.h
patching file librtmp/rtmp_sys.h
patching file rtmpdump.c
patching file rtmpgw.c
patching file rtmpsrv.c
patching file rtmpsuck.c


librtmp/rtmp.c.rej:

Code:

--- librtmp/rtmp.c
+++ librtmp/rtmp.c
@@ -3677,7 +4062,7 @@
              /* chomp */
              if (strlen(str) >= 1 && str[strlen(str) - 1] == '\n')
                str[strlen(str) - 1] = '\0';
-              RTMP_Log(RTMP_LOGINFO, "  %-22.*s%s", prop->p_name.av_len,
+              RTMP_Log(RTMP_LOGINFO, "  %-24.*s%s", prop->p_name.av_len,
                        prop->p_name.av_val, str);
            }
        }

Still compiled and I'm using it for every other site I need, but cb doesn't work. Anyways, I'm wondering if this still works as of today.

I'm using Ubuntu 12.04

I had the original rtmpdump deb installed, removed it have no rtmp related files left. I had to make a symlink for it to not use the old default librtmp.so.

ln -s /usr/local/lib/librtmp.so.0 /usr/lib/i386-linux-gnu/librtmp.so.0 .

mjames2 12-30-2012 07:56 PM

Re: chaturbate.com: SecureToken problems


 
Also this thread is full of garbage commands, different tokens, wrong CB flash player, confusion as to the sequence of parameters.

Can someone either keep this current, or can OP update the first post in this thread?

Flash is now CBV_2p628.swf

What's the current token? -T

m9z#$dO0qe34Rxe@sMYxx%
-or-
m9z#$dO0qe34Rxe@sMYxx%%


Is this the current sequence of options?

rtmpdump -r "rtmpe://whateveredge.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,3,300,271" -W "http://ccstatic.chaturbate.com/static/flash/CBV_2p628.swf" -p "http://chaturbate.com/camyourewatching/" -C S:AnonymousUser -C S:camyourewatching -C S:2.628 -C S:anonymous -y "literally_anything" -v -T "m9z#$dO0qe34Rxe@sMYxx%%" -o "outputfilename.flv" --live

fireball 01-01-2013 02:04 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by mjames2 (Post 58028)
Also this thread is full of garbage commands, different tokens, wrong CB flash player, confusion as to the sequence of parameters.

Can someone either keep this current, or can OP update the first post in this thread?

Flash is now CBV_2p628.swf

What's the current token? -T

m9z#$dO0qe34Rxe@sMYxx%
-or-
m9z#$dO0qe34Rxe@sMYxx%%


Is this the current sequence of options?

rtmpdump -r "rtmpe://whateveredge.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,3,300,271" -W "http://ccstatic.chaturbate.com/static/flash/CBV_2p628.swf" -p "http://chaturbate.com/camyourewatching/" -C S:AnonymousUser -C S:camyourewatching -C S:2.628 -C S:anonymous -y "literally_anything" -v -T "m9z#$dO0qe34Rxe@sMYxx%%" -o "outputfilename.flv" --live

After following a few threads and looking through some sites I've gotten used to rtmp now, with the script there are a few that are on the web. Its quite confusing when some post the wrong commands or the wrong information. So by looking at your script I had to join to help you out.

Most of it is correct but theres a few corrections:

Secure tokens is "m9z#$dO0qe34Rxe@sMYxx%"

"WIN 11,3,300,271" needs to be changed to "WIN 11,5,502,135"

"rtmpe://whateveredge.stream.highwebmedia.com/live-edge" needs to be the edge server the webcam is coming from or just about any server. Change the italics part to the server you want to connect to.

The way that might help you a lot of to grab rtmpdump helper, I'm still trying to figure out the pw's and privs.

non90 01-03-2013 12:01 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by mjames2 (Post 58028)
What's the current token? -T

m9z#$dO0qe34Rxe@sMYxx%
-or-
m9z#$dO0qe34Rxe@sMYxx%%

This is the same secure token. Sometimes it is necessary to escape the "%" and that happend in the second one. See http://stream-recorder.com/forum/sho...2&postcount=98


Quote:

Originally Posted by fireball (Post 58081)
"WIN 11,3,300,271" needs to be changed to "WIN 11,5,502,135"

As far as i know this is the flash player version. Never happend to me that i had to change this. But i guess it will also do no harm to do so.

eroyamam 01-07-2013 03:08 AM

Re: chaturbate.com: SecureToken problems


 
Ok, someone want to pm me on how to do pw'ed shows again? Nothing's changed in my batch and even if I run from cmd, still nothing. Any and all help greatly appreciated.

fireball 01-08-2013 07:09 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by eroyamam (Post 58244)
Ok, someone want to pm me on how to do pw'ed shows again? Nothing's changed in my batch and even if I run from cmd, still nothing. Any and all help greatly appreciated.

no idea how thats done, I've tried a lot of settings and just get model in private, but they've fixed one of the glitches on the site that I knew of.

Cbater 01-21-2013 04:42 PM

Re: chaturbate.com: SecureToken problems


 
has chaturbate anything changed? i cant record any group or private show.

here is my string. plz help :rolleyes:

rtmpdump -r "rtmpe://edge4-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,5,502,135" -W "http://ccstatic.chaturbate.com/static/flash/CBV_2p628.swf" -p "http://de.chaturbate.com/XYMODEL/" -C S:MYUSERNAME -C S:XYMODEL -C S:2.628 -C S:pbkdf2_sha256^$10000^$hKsUPupngma7^$e8a24SuGH+Eq XBPlbEZ9bBm/lqxZ7oUvUrN/gzVGX5Y= -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "nothing_now" -o "FILENAME.flv"
pause

i only changed XYMODEL, MYUSERNAME and FILENAME. The rest is my string

anon069 01-23-2013 12:50 AM

Re: chaturbate.com: SecureToken problems


 
If you don't know enough to update the swf version then you don't know near enough to record groups or privates.

Cbater 01-24-2013 12:49 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by anon069 (Post 58835)
If you don't know enough to update the swf version then you don't know near enough to record groups or privates.

4 weeks ago i catch a password show with this line.

My new string with swf and flash update:

rtmpdump -r "rtmpe://edge10-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,5,502,146" -W "http://de.chaturbate.com/static/flash/CBV_2p631.swf" -p "http://chaturbate.com/%username%/" -C S:"MYUSERNAME" -C S:%username% -C S:2.631 -C S:pbkdf2_sha256^$10000^$DBX6JsJxyCpn^$6kxdf4wYBw7J XL8Ouz1Nq27/OdC+juojrQySYA5BhY8= -T "m9z#$dO0qe34Rxe@sMYxx%%" -y "sd-91d86415d7f7ff699e40fbe723052f382565a3e7bad21a1959 7bd0748ecd98e8" -o "test.flv" --live
pause

Whats wrong with that lines? No Private or something works. Plz help someone!

ilovestreamz1990 01-26-2013 05:12 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by Leifman (Post 59049)
yep, chaturbate definitely changed something..
i am getting :
Could not start recording, server returned status 'error'.
'timeout' is not recognized as an internal or external command,
operable program or batch file.

yup i keep got

Code:

INFO: Connected...
INFO: Model status is error


KSV 01-26-2013 09:43 AM

Re: chaturbate.com: SecureToken problems


 
it still works fine.

Code:

rtmpdump
-r "rtmpe://edge9-a.stream.highwebmedia.com/live-edge"
-W "http://chaturbate.com/static/flash/CBV_2p632.swf"
-p "http://chaturbate.com/model_name/"
-C S:your_username
-C S:model_name
-C S:2.632
-C S:your_password_hash
-C S:optional_model_hash_embedded_in_page
--live
-y "anything_here"
-o "Test.flv"


Humbug 01-26-2013 11:56 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 59065)
it still works fine.

Code:

rtmpdump
-r "rtmpe://edge9-a.stream.highwebmedia.com/live-edge"
-W "http://chaturbate.com/static/flash/CBV_2p632.swf"
-p "http://chaturbate.com/model_name/"
-C S:your_username
-C S:model_name
-C S:2.632
-C S:your_password_hash
-C S:optional_model_hash_embedded_in_page
--live
-y "anything_here"
-o "Test.flv"


I'm sure this works fine but with those parameters you are only able to grab public shows. However the guys are right they did change things up again for password/ private rooms. There were a couple of scripts out there that used your 2.4 version of rtmpdump and the original 2.3. It uses findstr via a txt file in the -v parameter to figure out the variables like the token (sorry for the weird explanation, hope you know what I mean).

Cbater 01-26-2013 03:20 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 59065)
it still works fine.

Code:

rtmpdump
-r "rtmpe://edge9-a.stream.highwebmedia.com/live-edge"
-W "http://chaturbate.com/static/flash/CBV_2p632.swf"
-p "http://chaturbate.com/model_name/"
-C S:your_username
-C S:model_name
-C S:2.632
-C S:your_password_hash
-C S:optional_model_hash_embedded_in_page
--live
-y "anything_here"
-o "Test.flv"


@KSV: Thx for all


All times are GMT -6. The time now is 01:58 PM.