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.

UserQ 07-30-2015 10:41 AM

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


 
Quote:

Originally Posted by osadrac (Post 78584)
what program u use?

Replay Media Catcher 5. 3 or 4 days was impossible.

aapof 07-30-2015 04:50 PM

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


 
or they improve the site or they come back as it was. Ta reducing the number of broadcasters, increasing the number of false tokens and ta very unstable, falls all the time.

osadrac 07-30-2015 07:05 PM

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


 
Quote:

Originally Posted by UserQ (Post 78605)
Replay Media Catcher 5. 3 or 4 days was impossible.

RMC not recording in download mode, only record mode.

getflv 08-04-2015 03:44 PM

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


 
Latest GetFLV can record cam4 videos no problem. Please try it. :cool:

osadrac 08-07-2015 06:30 PM

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


 
RMC dl mode works again!!!!

rastamanx 08-10-2015 08:23 AM

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


 
Quote:

Originally Posted by osadrac (Post 78791)
RMC dl mode works again!!!!

And it's gone again.

aapof 08-10-2015 03:31 PM

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


 
came back, but for how long time?

Calvin1961 08-16-2015 06:54 PM

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


 
Quote:

Originally Posted by aapof (Post 78843)
came back, but for how long time?

Well a week and still going strong. I know their "new" system caused a LOT of problems using normal web based flash playback as well, and their were a lot of complaints about it, so it would seem it is "back to the drawing board" for the group of untrained monkeys :p

On another note, if anyone is interested in swapping some of the fruits of our labour, pm me and we can discuss.

Calvin.

ricolah 08-19-2015 05:40 PM

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


 
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.

Hey @Itsme, where ya been? I guess the masses of unappreciative a-holes on your forum had you saying "f-'em" and just called it a day. :)

Hit me up when you get a chance. hbcumodels @ yahoo

Winstontoo 08-20-2015 07:22 AM

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


 
Looks like they are gone again today sadly.

c4170001 08-20-2015 01:16 PM

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


 
It's just getting a bit silly, now.

rastamanx 08-21-2015 03:20 AM

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


 
So, now would be a good time for someone with an extensive rtmp knowledge to have a look at it.
Do we need a new patch for rtmpdump to support a new challenge ?

chameleon 08-22-2015 08:42 AM

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


 
Still not working :confused:

jadmanx 08-22-2015 06:50 PM

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


 
There a way to use the "plugin" option with jacksta to use rtmpdump.exe with to download from cam4.com ????

aapof 08-22-2015 09:08 PM

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


 
Quote:

Originally Posted by jadmanx (Post 79167)
There a way to use the "plugin" option with jacksta to use rtmpdump.exe with to download from cam4.com ????

any programs more functions, wait for an update, if developers are interested in doing this

libertyx 08-23-2015 12:46 AM

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


 
It looks like there will be give no fix.

Here the answer from Appilian Support.

Quote:

CAM4 has recently changed their streaming protocol and can no longer be downloaded directly.

However, you can add this site in settings so that it can be real-time recorded instead. To do this go to Replay Media Catcher's Settings > Advanced > Site Specific and enter these details.

Site url: cam4
File extension: flv

phucka 08-23-2015 08:17 AM

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


 
Quote:

Originally Posted by phucka (Post 78498)
Is anyone else having issues with the C4 grabber? I keep getting a "Failed to establish RTMP session" error :confused:

I'm getting the same message again. It last worked for me on the 20th.

Winstontoo 08-23-2015 10:42 AM

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


 
The funny thing is you almost never see caps from them anymore online, it's all MFC or CB, wonder what drove them to this?

c4170001 08-23-2015 07:05 PM

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


 
Looks like the archiver folks have figured it out.

phucka 08-24-2015 04:41 PM

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


 
Any updates? There must be a way to solve this - you guys are smart!

lunaticman 08-25-2015 02:50 PM

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


 
Guys, i used to record cam4 and chaturbate streams with StreamTransport program. It really worked good for 3 years and it was free. But now its lastest version is a malicious software and it has nothing good. It doesnt work anymore for cam4. I tried everything. Installed older versions. Even tried in windows 10 and it get worse. I just missed so much show that i want to record. Can somebody help me? :'( Im looking for free and easy to use record software.

ricolah 08-25-2015 02:57 PM

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


 
Welcome to the club lunatic

ricolah 08-25-2015 03:03 PM

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


 
My guess is that one one have to decompile the SWF (Cam4) to figure out the rtmp stream info since it is no longer in the html src.

libertyx 08-26-2015 03:01 AM

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


 
Quote:

Originally Posted by lunaticman (Post 79257)
Guys, i used to record cam4 and chaturbate streams with StreamTransport program. It really worked good for 3 years and it was free. But now its lastest version is a malicious software and it has nothing good. It doesnt work anymore for cam4. I tried everything. Installed older versions. Even tried in windows 10 and it get worse. I just missed so much show that i want to record. Can somebody help me? :'( Im looking for free and easy to use record software.

After Cam4 does some Security Changes to the RTMP Stream.

It's only Possible to live record the stream.

Downloading the RTMP Stream is not possible anymore after this changes!
They change to the same Stream as Chaturbate so there is no Solution!

david00 08-26-2015 04:32 AM

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


 
could you tell me a program that allows me to record in real time (seeing as is currently not possible to download them) multiple cams at once (cam4)?

rastamanx 08-26-2015 07:13 AM

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


 
Quote:

Originally Posted by libertyx (Post 79265)
After Cam4 does some Security Changes to the RTMP Stream.

It's only Possible to live record the stream.

Downloading the RTMP Stream is not possible anymore after this changes!
They change to the same Stream as Chaturbate so there is no Solution!

Of course it is possible to use rtmpdump for chaturbate, stop spreading such BS.
So the only question is : how to use it with cam4 ?
Is it doable using the current rtmpdump, or do we need a patch for it ?

Elgero 08-26-2015 09:36 AM

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


 
A patch is required. Cam4 uses a custom command named 'receiveRTMPResponse' that rtmpdump doesn't understand.

libertyx 08-26-2015 10:23 AM

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


 
Quote:

Originally Posted by rastamanx (Post 79271)
Of course it is possible to use rtmpdump for chaturbate, stop spreading such BS.
So the only question is : how to use it with cam4 ?
Is it doable using the current rtmpdump, or do we need a patch for it ?

rtmpdump can only record realtime stream on chaturbate and now on cam4 to download it is not possible!

libertyx 08-26-2015 10:29 AM

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


 
Quote:

Originally Posted by david00 (Post 79267)
could you tell me a program that allows me to record in real time (seeing as is currently not possible to download them) multiple cams at once (cam4)?

Replay Media Catcher can download it after you change the Sitesettings.

Cbater 08-26-2015 10:39 AM

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


 
Quote:

Originally Posted by libertyx (Post 79276)
Replay Media Catcher can download it after you change the Sitesettings.

can you explain it?


All times are GMT -6. The time now is 02:33 PM.