 Re: How capture xhamster cams?
Open the page source and search for the first occurance of window.vars then find the userID modelID and player info.
STREAMURL will be something like rtmp://256.256.256.256:1936 in the player line
USERID seems to start with a dash then some numbers like -1234
REALLY_LONG_CODE will be right after "geo": on the player line
rtmpdump -r "STREAMURL/live?userid=USERID&pwd=&geo=REALLY_LONG_CODE" -y "MODELID" -o outputfile.flv
|