Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1561
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Yeah, i forgot to change the config.yml settings from rtmp to ls. It's up and running now. But I see that the .ts option for livestreamer is gone now. I'll have to get used to that lol.
And it's cool that it works with widescreen cams now, but from what I see the stream is downgraded a bit. For instance on ctbrec I'm getting a widescreen model at 1280x720 at 3568kb/s, yet on mfc-node-2 that same model is 848x476 at 1660kb/s. Still widescreen but the quality is degraded a bit. Is there a way to fix that or is that the max for your node? Still happy to have it up and working again tho. |
#1562
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
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)])} |
#1563
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
|
#1564
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
I may keep using the old version and use 3.0 only for wide-screen models. |
#1565
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Thanks as always for everyone's work on this wonderful program.
I have a bunch of recordings that exhibit the constant pausing/stuttering problem from previous versions of MFCNode before I switched from ffmpeg to the streamlink version. Can these be salvaged by re-encoding somehow, or should I ditch them and reclaim my disk space? Last edited by TMK : 01-11-2019 at 03:23 PM. Reason: streamlink not livestream, duh |
#1566
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
Look at: https://github.com/horacio9a/mfc-node/tree/v2 |
#1567
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
|
#1568
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Last version of win-x86 EXE version of the program who is originally on the link: https://github.com/horacio9a/mfc-node/tree/v2
can be downloaded from: https://www.mediafire.com/file/5kv3z....0.1a.rar/file |
#1569
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)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.
Here are 2 examples: https://mega.nz/#!eL5GhapI!qBiqGSgB4...Jztutv1k-x741o https://mega.nz/#!uLhAGALJ!eHhHJD_fw...PvohnRaJ N6UU None of the recordings start out with the skip but it starts happening at some point in the show. Sometimes more near the beginning. Other times it starts near the last 3/4ths of the cap. To see if it was just me or not I found the same model's session that I had the problem on and downloaded it from camvault. The skipping was also on the camvault cap at the same place I was having my problem. So it doesn't seem to be just me. I'm thinking it's something to do with MFC's stream because it happened using both mfc-node and ctbrec. Is anyone else having this problem? ------ 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. |
#1570
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
Quote:
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). |
Thread Tools | |
Display Modes | |
|
|