Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (Adult streaming videos) (http://stream-recorder.com/forum/forumdisplay.php?f=40)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=2704)

James Halpert 07-28-2015 09:57 PM

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


 
Quote:

Originally Posted by Calvin1961 (Post 78513)
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.

aapof 07-29-2015 12:55 AM

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

checkit123 07-29-2015 01:54 AM

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.

TubeDigger 07-29-2015 06:51 AM

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


 
Quote:

Originally Posted by micky503 (Post 78558)
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.

rastamanx 07-29-2015 09:12 AM

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.

itsme 07-29-2015 11:05 AM

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.

UserQ 07-29-2015 03:03 PM

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


 
They something change again and recording available now.

micky503 07-29-2015 04:59 PM

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


 
Quote:

Originally Posted by TubeDigger (Post 78570)
Stop confusing people - TubeDigger crashes only in cracked versions. And if you would need help - you'd definitely contact support.

Thanks...

osadrac 07-29-2015 05:43 PM

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


 
Quote:

Originally Posted by UserQ (Post 78580)
They something change again and recording available now.

what program u use?

Quote:

Originally Posted by itsme (Post 78574)
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??

rastamanx 07-30-2015 09:44 AM

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


 
Quote:

Originally Posted by itsme (Post 78574)
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.


All times are GMT -6. The time now is 10:47 AM.