View Single Post
  #290  
Old 09-25-2015, 08:07 AM
rouxerx rouxerx is offline
Junior Member
 
Join Date: Jan 2015
Posts: 3
rouxerx 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 Elgero View Post
New version. Requires .NET 4.0. No source code.

http://upstore.net/EtuKFMK

Code:
 -m <model>          Name of the model to download.
 -o <output>         Specify the output path. Use - for StdOut.
 -h                  Display this help message.

 Example #1 - Saving the stream to disk.
     cam4cmdline -m modelname -o "C:\Downloads\output.flv"

 Example #2 - Sending the stream to StdOut and play with video player.
     cam4cmdline -m modelname -o - | "C:\videoplayer\mpc-hc64.exe" -
Thanks Elgero! On my PC, the program doesn't terminate when the broadcast ends though. The filesize and time just freeze. Any tips on how I can resolve this? Also, it would be great if the program could automatically save the stream to file like in the old version. Would this feature be in the pipeline?
Reply With Quote