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 10-06-2012 04:05 AM

Re: chaturbate.com: SecureToken problems


 
new build uploaded.

ilje 10-06-2012 05:30 AM

Re: chaturbate.com: SecureToken problems


 
friend thx a lot :)

RDLS 10-06-2012 01:06 PM

Re: chaturbate.com: SecureToken problems


 
I think I'm missing something because I still can't get it to work. Can anyone help me out?

non90 10-06-2012 02:42 PM

Re: chaturbate.com: SecureToken problems


 
And you are sure that you are using the new patched version KSV did uploaded today?

Then what kind of error did you get?

albee 10-06-2012 06:50 PM

Re: chaturbate.com: SecureToken problems


 
Thanks KSV that was really quick!! :)

@RDLS i had problems too at first,then i downloaded RTMPDumpHelper again and jut put rtmpsuck.exe in the same folder,run mozilla with the chaturbate page open and it works good.

only thing is if model disconnect it overwrite the recording and it seems to no record private or group,anybody know if there is a way to fix these 2 issues maybe?

Thanks

Cheers

non90 10-07-2012 04:03 AM

Re: chaturbate.com: SecureToken problems


 
Problem: "overwrite the recording"

That is if you just use the modelname (or something like that) as the filename only.

You can find here an example of a command line that fix this problem by putting date and time also in the filename: http://stream-recorder.com/forum/sho...0&postcount=59


Problem: "no record private or group"

As far as I know that didn't work since some time now. Just look at the begin of this thread and will find the statement "A shame you can't download private shows anymore", and that was Feb. 2012!

You can't even record shows anymore if there a password on the chatroom and you don't know that password. That is since Aug. 2012.

RDLS 10-08-2012 10:05 AM

Re: chaturbate.com: SecureToken problems


 
Well at first I was getting the same error as before where it was saying that the RTMP couldn't be read or something like that. I played around with the new build to see if I had input something incorrectly and now it says that I haven't specified a playpath even though I have.

Dwight_K_Schrute 10-08-2012 06:48 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by non90 (Post 55076)
Problem:Problem: "no record private or group"

As far as I know that didn't work since some time now. Just look at the begin of this thread and will find the statement "A shame you can't download private shows anymore", and that was Feb. 2012!

You can't even record shows anymore if there a password on the chatroom and you don't know that password. That is since Aug. 2012.

Not true. I had the means to do both up until this recent change. Pity, but it is what it is. Looking into the possibility of resolving the issue, but at this point it's very much up in the air.

albee 10-08-2012 10:59 PM

Re: chaturbate.com: SecureToken problems


 
@RDLS i think you shoul delete everything,clean ur cache etc... maybe ,then re-download and reinstall all,follow the instructions and it should work :)

one question:what is the easiest way to found out what your password hash is in chaturbate?

non90 10-09-2012 12:03 PM

Re: chaturbate.com: SecureToken problems


 
To find your password hash, open any broadcasting chatroom and go to the source code of the html-file and find the line that starts with
Code:

EmbedViewerSwf("/static/flash/CBV_
It is mostly at the end of the file.

In this line, you will find your password hash. It starts with "pbkdf2_".

non90 10-09-2012 12:10 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by RDLS (Post 55113)
Well at first I was getting the same error as before where it was saying that the RTMP couldn't be read or something like that. I played around with the new build to see if I had input something incorrectly and now it says that I haven't specified a playpath even though I have.

Do you use a script to combine a filename with model name, date and time? Had that error once and it was solved by changing the order of the parameters. Starts with this posting http://stream-recorder.com/forum/sho...0&postcount=55.

The Solution you will find in this postings:
http://stream-recorder.com/forum/sho...7&postcount=56
http://stream-recorder.com/forum/sho...0&postcount=59

greenythebeast 10-09-2012 03:14 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by Dwight_K_Schrute (Post 55123)
Not true. I had the means to do both up until this recent change. Pity, but it is what it is. Looking into the possibility of resolving the issue, but at this point it's very much up in the air.

What he said is actually true. Private shows have been unrecordable for a while now unless you know the username of a user that is in the private show. Password protected rooms were recently made unrecordable because it now requires that you provide the room password.

cthulhufhtagn 10-10-2012 05:45 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 55036)
new build uploaded.

Are you committing your changes to svnpenn's github? It would be useful for those of us that don't use Windows.

KSV 10-10-2012 07:07 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by cthulhufhtagn (Post 55208)
Are you committing your changes to svnpenn's github? It would be useful for those of us that don't use Windows.

why should i? there is a combined patch file in the zip which can be applied to rtmpdump sources before compiling it for other platforms.

Code:

patch -p0 -i Patch.diff

cthulhufhtagn 10-10-2012 10:39 AM

Re: chaturbate.com: SecureToken problems


 
My bad. I didn't even try to download the .zip, I figured it would only contain the binaries. I believe you have a branch in svnpenn's github, hence asking. But thanks, the patch will do.

Humbug 10-11-2012 01:16 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by greenythebeast (Post 55178)
What he said is actually true. Private shows have been unrecordable for a while now unless you know the username of a user that is in the private show. Password protected rooms were recently made unrecordable because it now requires that you provide the room password.

Until the recent change it was possible to record privates/ groups or passworded rooms if you started the recording in the public room and the broadcaster switched to those rooms without disconnecting first.

I used the nice Chaturbate Downloader app of user Elgero and it worked like a charm. Now it can't find the streams anymore.

RDLS 10-11-2012 05:29 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by non90 (Post 55168)
Do you use a script to combine a filename with model name, date and time? Had that error once and it was solved by changing the order of the parameters. Starts with this posting http://stream-recorder.com/forum/sho...0&postcount=55.

The Solution you will find in this postings:
http://stream-recorder.com/forum/sho...7&postcount=56
http://stream-recorder.com/forum/sho...0&postcount=59

I looked over both of those but so far I've been unable to fix it. Also I just had the bright idea that people might be able to help me better if they could see what I was working on *duh* so here's the code I have atm:
Code:

rtmpdump -r "rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p625.swf" -p "http://chaturbate.com/%username%/" -C S:username -C S:%username% -C S:2.625 -C S:password -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "mp4:%username%-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8" -o "cams\%username%-%date:~-4,4%%date:~-7,2%%date:~-10,2%%time:~-11,2%%time:~-8,2%%time:~-5,2%.flv"

pause


KSV 10-13-2012 09:51 AM

Re: chaturbate.com: SecureToken problems


 
Code:

-T "m9z#$dO0qe34Rxe@sMYxx%"
You are not escaping the % symbol in batch file. replace it with %%.

non90 10-13-2012 06:33 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by RDLS
I looked over both of those but so far I've been unable to fix it.

If you put the parameters in this order it works fine. That is exactly what is discussed in the postings I linked to. It is just the same problem I had at that time.

Code:

rtmpdump -r "rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p625.swf" -p "http://chaturbate.com/%username%/" -y "mp4:%username%-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8" -o "cams\%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.625 -C S:password -T "m9z#$dO0qe34Rxe@sMYxx%" --live


Quote:

Originally Posted by KSV
You are not escaping the % symbol in batch file. replace it with %%.

Ah... maybe that is the reason why it only works fine in the different order of parameters. There the "-T" option is the last argument. Guess the not escaped % doesn't hurt then. Good to know. :)

flock 10-15-2012 11:37 AM

Re: chaturbate.com: SecureToken problems


 
I compiled rtmpdump 2.4 on my mac and it isn't working. I only get the: "ERROR: RTMP_ReadPacket, failed to read RTMP packet header" message.

I'm using the following code:
Code:

-r "rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p625.swf" -p "http://chaturbate.com/perfname/" -C S:myaccount -C S:perfname -C S:2.625 -C S:mypassword -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "anything" -o "Test.flv"
I also tried the rtmpdump mac installer (http://trick77.com/2011/07/30/rtmpdu...-x-10-7-lion/), which is also not working.

However, when I'm using the patched built from KSV under windows it is working fine (with the same code). Why isn't it working under mac? Any ideas?

flock 10-15-2012 12:32 PM

Re: chaturbate.com: SecureToken problems


 
I compiled svnpenn's 2.4 under mac and it isn't working. I only get this message:
Quote:

ERROR: RTMP_ReadPacket, failed to read RTMP packet header
I'm using this code:
Quote:

rtmpdump -r "rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p625.swf" -p "http://chaturbate.com/perfname/" -C S:myaccount -C S:perfname -C S:2.625 -C S:mypassword -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "anything" -o "Test.flv"
If I use KSV patched 2.4 version for windows it is working fine (with the same code).

Any idea why?

I really would like to get it working under mac, so that I could write us an app for automatic fetching.

Update: I also tried to apply the patch.diff to the uncompiled 2.4, but then I can't get it to compile.

Humbug 10-30-2012 12:42 AM

Re: chaturbate.com: SecureToken problems


 
I've got a question: did chaturbate change anything recently? It won't let me record most streams just a few ones.
I'm using KSV's 2.4 version.

Code:

rtmpdump -r "rtmpe://edge5-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,4,402,265" -W "http://chaturbate.com/static/flash/CBV_2p625.swf" -p "http://chaturbate.com/%nick%/" -y "mp4" -o "%nick%_%_date%_%_time%.flv" -C S:username -C S:%nick% -C S:2.625 -C S:password -T "m9z#$dO0qe34Rxe@sMYxx%" --live
Thanks for the help

non90 10-30-2012 11:24 AM

Re: chaturbate.com: SecureToken problems


 
Look like they changed something again. This time it is different... sometimes it records without a problem, sometimes not. Then it just ends after the "INFO: Connected..." message.

As far as I can see (using the verbose option) every time it does not work you will find this line
Code:

DEBUG: Property: <Name:            no-name, STRING:    origin2.stream.highwebme
dia.com>

And every time it records without a problem you will find this
Code:

DEBUG: Property: <Name:            no-name, STRING:    origin.stream.highwebme
dia.com>

But don't know if it has anything to do with it.

So... can somebody help please? It would be very, very nice!

albee 10-30-2012 02:40 PM

Re: chaturbate.com: SecureToken problems


 
Yeah i've read on another forum that chaturbate introduced a new server so now a cam could be allocated on either the first or second server,that's why sometimes u're recording then the model disconnect and reconnect and it doesn't work anymore :(
Have no idea how to fix that so if someone know how to...
Also does anybody know a way to record private,group and /or passworded show like "chaturbate downloader" used to do?

thanks ,take care guys :)

yourmum 10-31-2012 01:45 PM

Re: chaturbate.com: SecureToken problems


 
new server:
edge4-b.stream.highwebmedia.com

need a new SecureToken

CODE: http://pastebin.com/ZJp0pbFf

non90 11-02-2012 02:40 AM

Re: chaturbate.com: SecureToken problems


 
Well in this case we would be truly back at topic (of the thread).

So... anyone can help out? Know the new token? Or has any other idea what to do or even better, do it to get it back to work 100%?

Would be very nice! So thanks in advance to anybody that will help out!

KSV 11-04-2012 05:47 AM

Re: chaturbate.com: SecureToken problems


 
i have tested it on few streams and haven't faced any problem whatsoever?

non90 11-04-2012 07:19 AM

Re: chaturbate.com: SecureToken problems


 
Believe me, there is a problem... it depends from what server the stream comes.

It is quite hard to demonstrate because if I tell you some links, they may be long gone before you can test them... we had to be here at the same time for this. :)

But it is just as i said... every link that not work contain the string:
Code:

origin2.stream.highwebmedia.com
End every working one contain this string:
Code:

origin.stream.highwebmedia.com

non90 11-04-2012 07:23 AM

Re: chaturbate.com: SecureToken problems


 
Great :) We are here at the same time he he...

Not working one:
<not_there_anymore>

Working one:
<not_there_anymore>

Tell me if you need more examples.

KSV 11-04-2012 07:25 AM

Re: chaturbate.com: SecureToken problems


 
i am here at the moment. provide the problematic link and command line you are using. better if you can provide debug log. add following to your command line and post it on pastebin.

Code:

-z 2>Debug.txt

non90 11-04-2012 07:30 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 56120)
i am here at the moment. provide the problematic link and command line you are using. better if you can provide debug log. add following to your command line and post it on pastebin.

Code:

-z 2>Debug.txt

Ok... wait a second please... i am at work :)

My new posting must be approved first... so I send it to you by PM and post it in here:

<not_there_anymore>

Code:

rtmpdump -r "rtmpe://edge4-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,1,102,63" -W "http://chaturbate.com/static/flash/CBV_2p627.swf" -p "http://chaturbate.com/%username%/" -y "anything_here" -o "chaturbate\%username%_%_date%_%_time%.flv" -C S:AnonymousUser -C S:%username% -C S:2.627 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%%" -v --live -z 2>Debug.txt
Please tell me if you get it :)

Edit: You can find the "origin2.stream.highwebmedia.com" at line 212!

non90 11-04-2012 07:35 AM

Re: chaturbate.com: SecureToken problems


 
Okay... this is the command line:
Code:

rtmpdump -r "rtmpe://edge4-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,1,102,63" -W "http://chaturbate.com/static/flash/CBV_2p627.swf" -p "http://chaturbate.com/%username%/" -y "anything_here" -o "chaturbate\%username%_%_date%_%_time%.flv" -C S:AnonymousUser -C S:%username% -C S:2.627 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%%" -v --live -z 2>Debug.txt
This is the link:
Code:

<not_there_anymore>
And here is the debug output
<not_there_anymore>

non90 11-04-2012 08:34 AM

Re: chaturbate.com: SecureToken problems


 
I really hope you found this here :confused:

Don't know why my first posting with the link, command line and debug log must be approved.

Let me know if you need anything more to check out this problem.

hasomaso 11-04-2012 08:48 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by non90 (Post 56126)
I really hope you found this here :confused:

Don't know why my first posting with the link, command line and debug log must be approved.

Let me know if you need anything more to check out this problem.


Hallo,

das passiert mir auch ab und zu
gehe folgendermaßen vor

1. schreib irgend etwas rein und sende es
2. danach editierst du dein post und fügst die richtigen daten ein und sendest los
3. fertig...

non90 11-04-2012 08:50 AM

Re: chaturbate.com: SecureToken problems


 
Hab ich ja danach so ähnlich gemacht, aber das bewirkt ja nicht, dass auf den Übersichtsseiten ein neuer Beitrag angezeigt wird. Und daher war ich mir dann unsicher, ob er es gesehen hat.

Trotzdem Danke für den Tipp :)

KSV 11-04-2012 09:09 AM

Re: chaturbate.com: SecureToken problems


 
i have found the issue and solved it. i will post new builds soon.

non90 11-04-2012 09:10 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 56130)
i have found the issue and solved it. i will post new builds soon.

Yippee :) :) :) Your are the best!!! Thank you very much!

non90 11-04-2012 09:44 AM

Re: chaturbate.com: SecureToken problems


 
Downloaded and tested the new build... works ace! :)

Once again... thank you very very much for your help! :) ;)

KSV 11-04-2012 09:47 AM

Re: chaturbate.com: SecureToken problems


 
repo updated.

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/"
-C S:your_username
-C S:model_name
-C S:2.627
-C S:your_password_hash
-C S:optional_model_hash_embedded_in_page
--live
-y "anything_here"
-o "Test.flv"


albee 11-04-2012 11:14 AM

Re: chaturbate.com: SecureToken problems


 
Thanks KSV!!Work like a charm :)


All times are GMT -6. The time now is 09:19 AM.