View Single Post
  #1563  
Old 01-11-2019, 12:08 PM
Syl0pt Syl0pt is offline
Member
 
Join Date: Mar 2017
Posts: 42
Syl0pt 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 horacio View Post
You can edit main.js lines 224,225,242 and 243 like this:

Code:
224   if (config.downloadProgram == 'ls') {fileFormat = 'ts'}
225   if (config.downloadProgram == 'sl') {fileFormat = 'ts'}
242         if (config.downloadProgram == 'ls') {captureProcess = childProcess.spawn('livestreamer', ['-Q','hlsvariant://' + hlsUrl,'best','--stream-sorting-excludes=>950p,>5564k','-o',path.join(captureDirectory, filename)])}
243         if (config.downloadProgram == 'sl') {captureProcess = childProcess.spawn('streamlink', ['-Q','hlsvariant://' + hlsUrl,'best','--stream-sorting-excludes=>950p,>5564k','-o',path.join(captureDirectory, filename)])}
... but then you risk getting unwanted 960p sometimes!
Thanks. I'll test it out for a bit. If it doesn't work out, it's not the end of the world.
Reply With Quote