View Single Post
  #302  
Old 02-04-2014, 09:49 AM
DDMW DDMW is offline
Junior Member
 
Join Date: Aug 2012
Posts: 15
DDMW is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by Mestameh View Post
Code:
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION

set username=ENTERYOURUSERNAME
set password=%1
Set channel=%2
Set password=%password:\u003D=^=%
Set password=%password:$=^^$%


set now=%date:~6,4%%date:~3,2%%date:~0,2%
For /f "tokens=1-2 delims=/:" %%a in ('time /t') do (set mytime=%%a%%b)
SET mydate=%now%_%mytime%
echo ######################################################
echo ############   R E C O R D I N G #####################
echo       %channel%
echo ######################################################
IF NOT ["%password%"] == ["none"] (
	rtmpdump -v -r "rtmp://edge13-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/%channel%" -C S:%username% -C S:%channel% -C S:2.634 -C S:%password% -y "playpath" -o "%mydate%_%channel%.flv"
)
rtmpdump -v -r "rtmp://edge13-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/%channel%" -C S:AnonymousUser -C S:%channel% -C S:2.634 -C S:anonymous -y "playpath" -o "%mydate%_%channel%.flv"
ENDLOCAL
record none $channelname
example:
record none rockchannel
That worked perfect over weeks!
Now I get

K:\rtmpd>record none MODELNAME
################################################## ####
############ R E C O R D I N G #####################
MODELNAME
################################################## ####
RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
INFO: Model status is error

Thanks :/

edit//
Used the method with my own hashpassword like
record HASHPASSWORD Modelname and it worked then again lol ...

Is it possible to record more then one show at the moment?
Reply With Quote