PDA

View Full Version : Noob question, how to record adult webcam live streams with the web browser closed?


NoobDude
06-08-2014, 07:34 PM
Hi, like the title says.
I was looking to record the live streams from the site xhamster.com/cams but I'm new at this and would like some help from the 'pros' (that's you).
I was looking for a way to leave it recording (and later check the video out), without having the web browser open. And would an auto stop if the performer closes the stream also be possible?
Hope you guys can help.

NoobDude
06-15-2014, 02:04 AM
I've tried TubeDigger and seems to do the trick (no sound but I think it's because I'm still using the shareware version, the full version should record with sound, hopefully)
I also found this page comparing programs that record streaming media (http://all-streaming-media.com/record-video-stream/all-streaming-video-recording-software.htm). A very useful page for those who don't know much about the subject, such is my case.

TubeDigger
06-15-2014, 06:21 AM
I've tried TubeDigger and seems to do the trick (no sound but I think it's because I'm still using the shareware version, the full version should record with sound, hopefully)


Probably it is because of Speex audio codec. Latest MPC-HC can play it. Please see TubeDigger's FAQ page for more information.

Usher1008
05-26-2015, 08:11 PM
I'm afraid that's impossible. Since you have closed the web browser, how can the recorder capture your screen activity on browser?

slim10
05-27-2015, 09:42 AM
I'm afraid that's impossible. Since you have closed the web browser, how can the recorder capture your screen activity on browser?

No, it's not impossible. They were talking about stream recorders, not screen recorders.

kwm
06-06-2015, 09:47 PM
I just did a quick check and was able to record with rtmpdump

rtmpdump -v -r "rtmp://SERVERIP:1935/live" -y "PERFORMERNUMBER" -o filename.flv

the PERFORMERNUMBER will be a number in the url: blablabla?id=123456. its the 123456. the SERVERIP is embeded in the html code of the page: window.vars["player"] = {"serverIp":"256.256.256.256","micMax":0.8,"showMic":0 etc, etc, etc.

If you want, I can whip up a linux shell script to do the work for you. Sorry, I can't help with windows.