 Re: How capture xhamster cams?
I checked a couple of cams 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["serverIp"] = "256.256.256.256";
If you want, I can whip up a linux shell script to do the work for you. Sorry, I can't help with windows.
|