View Single Post
  #6  
Old 07-24-2015, 09:26 PM
kwm kwm is offline
Junior Member
 
Join Date: Apr 2015
Posts: 10
kwm is on a distinguished road
Default

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
Reply With Quote