View Single Post
  #59  
Old 02-23-2016, 07:06 AM
ZeChico ZeChico is offline
Member
 
Join Date: Apr 2014
Posts: 31
ZeChico is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


Quote:
Originally Posted by backgreem View Post
Hello,

Using the rtmpdump from KSV it's working

Thanks ZeChico
You're welcome.

For a small upgrade for my previous script, a title can be added so it will be easier to identify each prompt window.
The beginning of the script should have the "TITLE" line added, like this:

Code:
@ECHO OFF
TITLE Chaturbate - %~n0
SET savedir=C:\Files
SET model=%~n0
SET /A looptime= 30 * 1000
Or just:
Code:
@ECHO OFF
TITLE %~n0
SET savedir=C:\Files
SET model=%~n0
SET /A looptime= 30 * 1000
Reply With Quote