Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #131  
Old 11-05-2012, 01:01 PM
non90 non90 is offline
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 44
non90 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by ilovestreamz1990 View Post
whats the "-C Sptional_model_hash_embedded_in_page" code looks like? icant find it in the page.......
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
Reply With Quote
  #132  
Old 11-06-2012, 09:24 AM
ilovestreamz1990 ilovestreamz1990 is offline
Junior Member
 
Join Date: Oct 2012
Posts: 15
ilovestreamz1990 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by non90 View Post
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?
Reply With Quote
  #133  
Old 11-06-2012, 11:50 AM
non90 non90 is offline
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 44
non90 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


@ilovestreamz1990

Exactly that it is.
Reply With Quote
  #134  
Old 11-14-2012, 04:20 PM
RDLS RDLS is offline
Junior Member
 
Join Date: Jun 2012
Posts: 10
RDLS is on a distinguished road
Default

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?
Reply With Quote
  #135  
Old 11-16-2012, 03:44 PM
non90 non90 is offline
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 44
non90 is on a distinguished road
Default

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)?
Reply With Quote
  #136  
Old 11-16-2012, 05:34 PM
RDLS RDLS is offline
Junior Member
 
Join Date: Jun 2012
Posts: 10
RDLS is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Umm I don't believe I am. Where might I find it? Thanks in advance.
Reply With Quote
  #137  
Old 11-17-2012, 01:54 AM
non90 non90 is offline
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 44
non90 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


@RDLS

You will find the url in this posting: http://stream-recorder.com/forum/sho...4&postcount=79
Reply With Quote
  #138  
Old 11-17-2012, 04:24 PM
eroyamam eroyamam is offline
Junior Member
 
Join Date: Nov 2012
Posts: 8
eroyamam is on a distinguished road
Default

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

Last edited by KSV : 11-17-2012 at 10:09 PM. Reason: use code tags
Reply With Quote
  #139  
Old 11-18-2012, 05:48 AM
non90 non90 is offline
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 44
non90 is on a distinguished road
Default

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.
Reply With Quote
  #140  
Old 11-21-2012, 09:17 PM
eroyamam eroyamam is offline
Junior Member
 
Join Date: Nov 2012
Posts: 8
eroyamam is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Thx for the reply. Got it figured.
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:25 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons