I was able to record models that blocked my state with an old bat script but it's giving me an error now, any fix? It worked for a long time then suddenly I get an error instead of the usually "offline"
Quote:
@echo off
echo Nickname: modelname
: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 -v -r "rtmp://edge9-a.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/modelname" -y "mp4" -o "modelname_%_date%_%_time%.flv" -C S:username -C S:modelname -C S:2.648 -C S bkdf2_sha... -C S:50cbc58fdf112667af89ce80954170b49c456eb3325c472e f5608b84cc.... -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
|