View Single Post
  #67  
Old 02-01-2013, 06:19 PM
Calvin1961 Calvin1961 is offline
Junior Member
 
Join Date: Jan 2013
Posts: 18
Calvin1961 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
It's not really a secret and the majority of the people will have no idea how to do it. You won't be able to do it with a simple script or just rtmpdump, as far as I know.

<snip>

So it's not a matter of simply doing a http request.
BUMMER, I was hoping I could do a call from within my script using WGet to retrieve the correct rtmp stream info to feed to RTMPDump, looks like that plan is down the drain

Oh well, what I have works reasonably well.

I have URLSnoop feeding my script the correct RTMP stream info, and my script takes care of the rest, including recovery if MY end falls over and stops recording for any reason.

The only thing I can't do using my approach is recover recording if the sender has a problem and gets disconnected. When they start their cam back up, they have a new identity and I have to manually intervene to restart recording.

Thanks for info anyway, much appreciated !
Reply With Quote