@phgonline wrote:
Quote:
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"
|
I repair your script but this script now don't needed pass, because it is now an anonymous script, it is better to use a script from ZeChico, because there were some other things that are better resolved.
Code:
@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://edge50-b.stream.highwebmedia.com/live-edge" -W"https://chaturbate.com/static/flash/CBV_2p647.swf" -p"https://chaturbate.com/modelname" -CS:AnonymousUser -CS:modelname -CS:2.646 -CS:anonymous --live -y"mp4:rtmp://origin2.stream.highwebmedia.com/live-origin/modelname" -o "modelname_%_date%_%_time%.flv"
echo ^G
for /F "delims=" %%I in ('dir /B') do if not exist "%%I\" if %%~zI EQU 0 del "%%I"
goto loop