View Single Post
  #1528  
Old 12-07-2018, 05:20 PM
dm9452 dm9452 is offline
Junior Member
 
Join Date: Sep 2015
Posts: 20
dm9452 is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by OntintheGod View Post
from where can i download it? any available instructions?
PM'd the link.

I chose "ff-ts" as my "downloadProgram", so I edited line 214 of main.js from
Code:
   if (config.downloadProgram == 'ff-ts') {captureProcess = spawn('ffmpeg', ['-hide_banner','-v','fatal','-i',hls_url,'-c','copy','-vsync','2','-r','60','-b:v','500k',path + '/' + filename])}
to
Code:
   if (config.downloadProgram == 'ff-ts') {captureProcess = spawn('ffmpeg', ['-hide_banner','-v','fatal','-i',hls_url,'-map','0:1','-map','0:2','-c','copy','-vsync','2','-r','60','-b:v','500k',path + '/' + filename])}
Reply With Quote