View Single Post
  #301  
Old 10-01-2015, 09:36 PM
Elgero Elgero is offline
Senior Member
 
Join Date: Feb 2012
Posts: 177
Elgero is on a distinguished road
Default

Re: Recording RTMP Webcams from cam4(HowTo record XXX/adult web-cam videos from cam4.


Quote:
Originally Posted by Horadrim View Post
Elegro, thank you for your wonderful work! I have one suggestion - if you could add the model`s name to the "Starting Live Stream" message. This way if someone captures few streams at once, it will be easier to interrupt the unwanted ones. Currently is kinda hard to distinguish which console is for which stream.
Are you using the batch file? Because if you run cam4cmdline manually, then the filename you have entered should already be displayed in the console window.

If you're using the batch file, then open it with notepad and add the following line

Code:
echo Saving as: %fname%
so it looks like this

Code:
if not exist "cam4\%model%" mkdir "cam4\%model%" && echo Created new directory: cam4\%model%

echo Saving as: %fname%

cam4cmdline -m %model% -o "cam4\%model%\%fname%"
Reply With Quote