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