Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording (Adult streaming videos)
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #201  
Old 07-28-2015, 10:57 PM
James Halpert James Halpert is offline
Junior Member
 
Join Date: Apr 2015
Posts: 24
James Halpert 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 Calvin1961 View Post
The technical team at Cam4 suddenly seem to be very busy and for a change it looks like they actually KNOW what they are doing. Two articles explain a lot of it:

http://www.xbiz.com/news/196729
http://www.xbiz.com/news/195542

I suspect with access to cam4-archiver they have been able to reverse engineer HOW cam streams were being recorded and have taken steps in an attempt to mitigate this. (Frankly I am less than convinced that they even WRITE the cam streaming code for the site - I suspect it is FAR more likely that this is a purchased "bolt-on" module - but it would appear with the newly gained knowledge they have managed to tighten it's operation considerably)

The changes may have stopped external recording, but they have done NOTHING for the poor site performance, it is as buggy, constantly freezes and gets up to all the other nonsense it is famous for just as before !

Will be interesting to see IF and WHEN the changes can be circumvented.
I don't think they obtained access to that site's recording tools as it appears they simply obtained ownership of the domain, most likely by filing a trademark infringement against the domain registrar based upon the name "cam4" itself.

You can look at the domain's WHOIS here: http://whois.domaintools.com/cam4-archiver.com

It brings up the contact name of "PAUL EIDSNESS" of Cape Coral, FL.

Next, google PAUL EIDSNESS and you'll see that he appears to be an attorney that operates out of Cape Coral, FL.
Reply With Quote
  #202  
Old 07-29-2015, 01:55 AM
aapof aapof is offline
Junior Member
 
Join Date: Jul 2015
Posts: 13
aapof is on a distinguished road
Default

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


Now we can only hope that companies that make these programs are interested in doing something to re-record the shows of the site and also able to do the same with the chaturbate. Expect a next update of the programs
Reply With Quote
  #203  
Old 07-29-2015, 02:54 AM
checkit123 checkit123 is offline
Junior Member
 
Join Date: Jul 2015
Posts: 3
checkit123 is on a distinguished road
Default

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


StreamTransport does not work on cam4 since about 3 weeks now, I then started to use FlashRip but it also does not work anymore since 3-4 days now.
Reply With Quote
  #204  
Old 07-29-2015, 07:51 AM
TubeDigger TubeDigger is offline
Senior Member
 
Join Date: Jun 2011
Posts: 134
TubeDigger 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 micky503 View Post
Hey everyone, TubeDigger works, but i have too many crashes... Any can help me???
Stop confusing people - TubeDigger crashes only in cracked versions. And if you would need help - you'd definitely contact support.
Reply With Quote
  #205  
Old 07-29-2015, 10:12 AM
rastamanx rastamanx is offline
Junior Member
 
Join Date: Oct 2012
Posts: 25
rastamanx is on a distinguished road
Default

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


As I said, i think we're only missing something to pass to rtmpdump to handle the connect() properly, but no idea what.
We need someone with better understanding of RTMP and rtmpdump to have a look at it.

In the meantine, other tools still work in recording mode, and will obviously stop as soon as the model goes private.
The other limitation being the unability to record multiple streams at the same time.
Reply With Quote
  #206  
Old 07-29-2015, 12:05 PM
itsme itsme is offline
Member
 
Join Date: Jan 2011
Posts: 38
itsme is on a distinguished road
Default

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


Code:
     

        protected function edgeConnectionNetStatusHandler(event:NetStatusEvent) : void
        {
            var _loc_2:Object = null;
            this.logger.info("connectionNetStatusHandler2: " + event.info.code);
            if (event.info.code == "NetConnection.Connect.Success")
            {
                if (this.inPrivateShow == false)
                {
                    if (event.info.application != null)
                    {
                        _loc_2 = WowzaChallenge.createChallengeResponse(event.info.application);
                        this.edgeConnection.call("receiveRTMPResponse", new Responder(this.afterConnectResponder), _loc_2, true);
                    }
                    else
                    {
                        this.processWithStreamPlay();
                    }
                }
            }
            else
            {
                this.signalStateChange.dispatch(this._room, PreviewState.ERROR);
            }
            return;
        }// end function

   public static function createChallengeResponse(param1:Object) : Object
        {
            var _loc_2:* = param1.Host.length;
            var _loc_3:* = param1.IP.length;
            var _loc_4:* = param1.ID.length;
            var _loc_5:* = ********************;
            var _loc_6:* = new Object();
            _loc_6.client = String(param1.ID);
            _loc_6.result = _loc_5.toString();
            return _loc_6;
        }// end function
you script kiddies could copy the mfc challenge code over and replace js with event parsing.
Reply With Quote
  #207  
Old 07-29-2015, 04:03 PM
UserQ UserQ is offline
Junior Member
 
Join Date: Feb 2015
Posts: 9
UserQ is on a distinguished road
Default

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


They something change again and recording available now.
Reply With Quote
  #208  
Old 07-29-2015, 05:59 PM
micky503 micky503 is offline
Junior Member
 
Join Date: Jul 2015
Posts: 8
micky503 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 TubeDigger View Post
Stop confusing people - TubeDigger crashes only in cracked versions. And if you would need help - you'd definitely contact support.
Thanks...
Reply With Quote
  #209  
Old 07-29-2015, 06:43 PM
osadrac osadrac is offline
Junior Member
 
Join Date: Jul 2015
Posts: 9
osadrac 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 UserQ View Post
They something change again and recording available now.
what program u use?

Quote:
Originally Posted by itsme View Post
Code:
     

        protected function edgeConnectionNetStatusHandler(event:NetStatusEvent) : void
        {
            var _loc_2:Object = null;
            this.logger.info("connectionNetStatusHandler2: " + event.info.code);
            if (event.info.code == "NetConnection.Connect.Success")
            {
                if (this.inPrivateShow == false)
                {
                    if (event.info.application != null)
                    {
                        _loc_2 = WowzaChallenge.createChallengeResponse(event.info.application);
                        this.edgeConnection.call("receiveRTMPResponse", new Responder(this.afterConnectResponder), _loc_2, true);
                    }
                    else
                    {
                        this.processWithStreamPlay();
                    }
                }
            }
            else
            {
                this.signalStateChange.dispatch(this._room, PreviewState.ERROR);
            }
            return;
        }// end function

   public static function createChallengeResponse(param1:Object) : Object
        {
            var _loc_2:* = param1.Host.length;
            var _loc_3:* = param1.IP.length;
            var _loc_4:* = param1.ID.length;
            var _loc_5:* = ********************;
            var _loc_6:* = new Object();
            _loc_6.client = String(param1.ID);
            _loc_6.result = _loc_5.toString();
            return _loc_6;
        }// end function
you script kiddies could copy the mfc challenge code over and replace js with event parsing.
how to use this js??
Reply With Quote
  #210  
Old 07-30-2015, 10:44 AM
rastamanx rastamanx is offline
Junior Member
 
Join Date: Oct 2012
Posts: 25
rastamanx 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 itsme View Post
you script kiddies could copy the mfc challenge code over and replace js with event parsing.
It was way easier when a certain real programmer used to release a certain dedicated program that was doing what was needed perfectly.
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 04:56 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons