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 11-05-2012 12:01 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by ilovestreamz1990 (Post 56136)
whats the "-C S:optional_model_hash_embedded_in_page" code looks like? icant find it in the page.......:confused:

For what you can use it, see: http://stream-recorder.com/forum/sho...1&postcount=69

An how you can get it: You will find it in the html source code of a room with a active cam just in the same line as your own password hash. For that see also: http://stream-recorder.com/forum/sho...6&postcount=90

ilovestreamz1990 11-06-2012 08:24 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by non90 (Post 56179)
For what you can use it, see: http://stream-recorder.com/forum/sho...1&postcount=69

An how you can get it: You will find it in the html source code of a room with a active cam just in the same line as your own password hash. For that see also: http://stream-recorder.com/forum/sho...6&postcount=90

thnx.....i know how to fine my passwordhash...and need to go through and put a ^ in front of all the $'s and replace the \u003D with a "="
......im asking what this part‘s code looks like...lol is that looks like "cd71c03ddf79055d500e588f5cba19c95eca703ab5f5a2365 0a0a5ab45355191" ? in the source code right behid my passwordhash?

non90 11-06-2012 10:50 AM

Re: chaturbate.com: SecureToken problems


 
@ilovestreamz1990

Exactly that it is.

RDLS 11-14-2012 03:20 PM

Re: chaturbate.com: SecureToken problems


 
So I'm having a slight problem. In my rtmp file I have this:

Code:

rtmpdump -r "rtmpe://edge4-b.stream.highwebmedia.com/live-edge" -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:name -C S:%username% -C S:2.627 -C S:password= -T "m9z#$dO0qe34Rxe@sMYxx%" --live
I believe I've done everything correctly however all I get is

Code:

INFO: Connected...
and nothing else. I've played around with the code quite a bit and maybe it's because I'm frustrated but I can't seem to find what I'm doing wrong. Can anyone help me out?

non90 11-16-2012 02:44 PM

Re: chaturbate.com: SecureToken problems


 
@RDLS

Reminds me of the problem we had a few weeks ago. So just to be sure... are you using KSVs latest build? Means downloaded at least at 4th November or later (latest would be 9th November)?

RDLS 11-16-2012 04:34 PM

Re: chaturbate.com: SecureToken problems


 
Umm I don't believe I am. Where might I find it? Thanks in advance.

non90 11-17-2012 12:54 AM

Re: chaturbate.com: SecureToken problems


 
@RDLS

You will find the url in this posting: http://stream-recorder.com/forum/sho...4&postcount=79

eroyamam 11-17-2012 03:24 PM

Re: chaturbate.com: SecureToken problems


 
Anyone have any idea why Im suddenly getting this; info:model status is error.

Worked great up until this morning.

Heres my batch file. Yes I have removed my username and pw hash.
Code:

@echo off
echo Nickname:
set /p nick=
:loop
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 "rtmpe://edge4-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,4,402,265" -W "http://chaturbate.com/static/flash/CBV_2p627.swf" -p "http://chaturbate.com/%nick%/" -y "mp4" -o "%nick%_%_date%_%_time%.flv" -C S:AnonymousUser -C S:%nick% -C S:2.627 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live
echo ^G
for /F "delims=" %%I in ('dir /B') do if not exist "%%I\" if %%~zI EQU 0 del "%%I"
goto loop


non90 11-18-2012 04:48 AM

Re: chaturbate.com: SecureToken problems


 
@eroyamam

Tested your command line and it works totally fine for me. So it should not be a wrong command line.

Did you tested it again? Sometimes their server crashed and then you will get an error like this. But it will be get back to work after some time.

You will also get this message if the model lock you out. So if you get an access denied window in your brower, you will get the "model status is error"message in rtmpdump.

So could you watch the model in your browser while you get the error message with rtmpdump? If not, you have your answer.

Well, you will also get this error if you misstype the model name (especially a space character/blank at the beginning of the model name), but i guess you have checked this.

eroyamam 11-21-2012 08:17 PM

Re: chaturbate.com: SecureToken problems


 
Thx for the reply. Got it figured.


All times are GMT -6. The time now is 03:40 AM.