View Single Post
  #168  
Old 06-21-2015, 11:14 AM
voyeur voyeur is offline
Junior Member
 
Join Date: Apr 2015
Posts: 5
voyeur 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
Here's the source code for cam4cmdline.

http://pastebin.com/FSZV8fTK

Dummies guide to compiling:

1) Make sure you have .NET Framework 4 installed.
2) Copy the code from the link above, open notepad, paste the code in there and save the file as "Program.cs".
3) Copy the text below, open notepad, paste the code in there and save the file as "Compile.bat". Make sure that the path to csc.exe is correct.
4) Double-click Compile.bat

Code:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /target:exe /platform:x86 /out:cam4cmdline.exe Program.cs /optimize
You must also download rtmpdump-2.4.zip from the link below, extract librtmp.dll and put it in the same folder as cam4cmdline.exe.

Code:
https://github.com/K-S-V/Scripts/releases
I'll do
everything but not work to me...maybe I do something wrong...please help me
Reply With Quote