Quote:
Originally Posted by Syl0pt
Has anyone noticed a skipping of sorts in some of their MFC caps lately? Like a quick freeze every few seconds then it resumes fine and freezes again. Started Friday for me and it's only happened to a few models I record but none of those models that it occurred with have cammed again so I can't tell if it continues with the same model or if it's more random.
|
rtmp stream is a "raw" stream if it has problems all other streams (HLS) will have problems. Try to record rtmp streams, if you get problems then there is nothing you can do to solve this.
Quote:
Originally Posted by Syl0pt
On a different note, I have a very noob question. Is it ok to have different mfc-nodes installed on the same system? Not all running at the same time, just installed. Over the past few months or so i've collected and installed a few different mfc-nodes and programs from different people. For instance I have horacio9a's 'mfc-node-master' installed from before the DMCA thing happened. I have 'StreamDVR' installed. I use horacio9a's 'mfc-node-2' most of all when I do use node to cap.
I'm wondering if doing all that unpacking and installing libraries could be bad for my system. Or when I download an updated version of an mfc-node I'm already using, should I delete or uninstall the previous version? Do I have to uninstall previous packages that were installed during 'npm install'? Could that be done with like: npm uninstall? I just don't want packages interfering or contradicting each other from different versions of mfc-node.
|
The main function of these scripts is to control recording program (rtmpdump, ffmpeg, streamlink etc.), they have nothing to do with skips (unless a script passes wrong arguments).
Each script independent from each other and store everything within its directory. 'npm install' creates node_modules directory within the script's directory and has nothing to do with any other scripts installed anywhere else. You can run multiple scripts if your PC has enough resources (only port number should be different in config.yml).