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

Re: Noob question, how to record adult webcam live streams with the web browser close


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,"showMi c":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.
Reply With Quote