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 > Video stream recording (Adult streaming videos)
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 08-20-2013, 12:52 PM
jonaruto jonaruto is offline
Junior Member
 
Join Date: Feb 2012
Posts: 11
jonaruto is on a distinguished road
Default

Problem with chaturbate...


I created a script, and when I run it, after I type model name, this is what happens:

http://imageshack.us/photo/my-images/856/w25v.jpg/
Reply With Quote
  #2  
Old 08-23-2013, 12:29 AM
Stream Ripper Stream Ripper is offline
Super Moderator
 
Join Date: Feb 2007
Location: World
Posts: 886
Stream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond repute
Default

Re: Problem with chaturbate...


You sure the problems not with your script? :-)

I just tested it with both Jaksta and Replay Media Catcher and it worked fine
Reply With Quote
  #3  
Old 08-25-2013, 05:00 AM
jonaruto jonaruto is offline
Junior Member
 
Join Date: Feb 2012
Posts: 11
jonaruto is on a distinguished road
Default

Re: Problem with chaturbate...


Quote:
Originally Posted by Stream Ripper View Post
You sure the problems not with your script? :-)

I just tested it with both Jaksta and Replay Media Catcher and it worked fine
I know it is problem with my script.
I just dont know why...

There's my script:

Code:
@ECHO OFF

set timeout=15
set dir=Downloads
 
set /p user=Enter username:
echo Please wait...

:grab
SET mydate=%DATE:/=-%@%TIME::=-% 
set txt=%TMP%\out_%user%_[%mydate: =%].txt


rtmpdump -p http://chaturbate.com/%user% -r rtmp://edge.stream.highwebmedia.com/live-edge -C S:jonaruto-C S:%user% -C S:2.634 -C S:pbkdf2_sha256^$10000^$vq7lwDzUenwE^$Cyn5/Fnu0g5WsAUELQ/w2x3cXXnei5zQhB0NPpCC3yQ= -y "playpath" -V 2>%txt%



for /f "delims=" %%a in ('findstr /n . %txt% ^| findstr "^69:"') do set var="%%a"
for /f "delims=" %%a in ('findstr /n . %txt% ^| findstr "^70:"') do set var2="%%a"
for /f "delims=" %%a in ('findstr /n . %txt% ^| findstr "^71:"') do set var3="%%a"

set key="%var2:~56%"
set key=%key:>=%
set key=%key:"=%
 
set status="%var:~56%"
set status=%status:>=%
set status=%status:"=%
 
set addr="%var3:~56%"
set addr=%addr:>=%
set addr=%addr:"=%

if not %status%==okay goto:offline
if %status%==okay goto:online

:offline
title %user% - Offline
color F8
echo Could not start recording, server returned status '%status%'.
goto:done

:online
title [D]%user% - Online [since %TIME%]
color 2F
echo Success! Server returned '%status%' - %addr%
echo Stream key:
echo %key%
 
set stamp=%DATE:/=-%@%TIME::=-%
set fname=%dir%\%key:~0,32%_[%stamp: =%].flv
 
rtmpdump -v -r rtmp://%addr%/live-origin/%key% -o %fname%
 
 
:done
title %user% - Offline
color F8
timeout 15
goto:grab
Reply With Quote
  #4  
Old 08-27-2013, 09:55 AM
anon069 anon069 is offline
Junior Member
 
Join Date: Feb 2011
Posts: 23
anon069 is on a distinguished road
Default

Re: Problem with chaturbate...


I think what you meant to write is that you stole a script you found online posted by some idiot on a public board, and you don't know how it works.

The answer is that it doesn't work anymore because once it was posted in the open, chaturbate admins found it and added additional security checks to their site which negated the backdoor url you see the script trying to connect to at the bottom of the code.

My advice is to give up.
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:58 AM.


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