
02-04-2019, 04:02 PM
|
Senior Member
|
|
Join Date: Mar 2016
Posts: 138
|
|
 Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)
I would recommend having 2 scripts running. For problematic models you will use rtmp, for other models - livestreamer.
Quote:
Originally Posted by Syl0pt
Does nobody have a fix for this? Does this not happen to others? It's very frustrating to have to stop a recording due to this because u know the video is gonna be bloated and glitchy. I just hope I can find it somewhere else.
I even have line 245 set to:
let captureProcess;
if (config.downloadProgram == 'ls') {captureProcess = childProcess.spawn('livestreamer', ['-Q','hlsvariant://' + hlsUrl,'best','--stream-sorting-excludes=>950p,>5564k','-o',path.join(captureDirectory, filename)])}
which I thought would/should fix it, but as I said, some of the models bypass it and record at the bloated sizes: 1280x960 @ 4000-5000kb/s. I even tried changing the line from --stream sorting-exclues=>950p to 960p but it's still bloating at times. Using livestreamer I can see the kb/s as the main.js script scrolls and it's between 500-700kb/s which maxes out my 5mb download bandwidth putting the rest of the internet at a standstill.
EDIT: I'm trying to submit an issue on @Horacio9a's github about it but all I see is 'Pull requests'. Maybe the 'Submit Issue' option is disabled? Or am I doing Github wrong? https://github.com/horacio9a/mfc-node/tree/v2
|
|