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
|
I don't have such problems probably because I don't use linux maybe. In the last 24 hours I've made some changes to
https://github.com/horacio9a/mfc-node/tree/v2 so you can try it. If you still have problems with some models, try two scripts as suggested by @supersonic80 or even better try to record these models with my Python script I'm just updating. Look here:
https://github.com/horacio9a/myfreec...us/tree/master