View Single Post
  #50  
Old 12-28-2012, 12:33 PM
Leifman Leifman is offline
Member
 
Join Date: Jul 2012
Posts: 66
Leifman 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 my automatic Cam4 recorder. I'm not really using Cam4 anymore, so I might as well share it. It automatically checks your favorites list every minute and starts capturing as soon as it detects that a broadcaster on that list is online.

This tool was originally written just for myself and not meant to be shared. It contains some badly written code and I'm sure it also still contains bugs.

I cannot guarantee that I will fix the tool if/when Cam4 makes changes to their website and the tool stops working.





You must fill in your 'username' and your personal 'access hash' in order to access your favorites list.

Login to Cam4. Go to any broadcaster's page and in the source code you'll find the script like shown below. Fill in your username in the 'Username' box and the 32 character code in the 'Access Hash' box (not the code shown below, but your own code).

Code:
<script type="text/javascript">
    
        var mN='broadcaster_name';
    
    
        
    var uN='your_username';
   var kN='a6d0c21df871e68d79d8n8fb3c4d05a';
    var iB=0;
        
        
    
    var lang='en';
</script>

https://rapidshare.com/files/784380204/Cam4Grabber.zip
gotta thank you on it, i actually got to use it for a few days now and it works great... like all the great apps u built u definitely have an eternal fan here with me.
Reply With Quote