View Single Post
  #166  
Old 06-18-2015, 08:03 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.


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
Reply With Quote