Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1521
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)I've noticed too that the 960p streams drop in and out, so you don't get smooth playback. Switching from livestreamer to streamlink w/ --stream-sorting-excludes=960p fixed it up, though for some reason I also had to replace the streamlink hls plugin with the old livestreamer stream plugin for it to work at all with hlsvariant: URIs (I didn't try to fix the original hls plugin, maybe someone here already has).
|
#1522
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)[quote=korexaj;96634]if you're using ffmpeg to record simple solution is to add this parameter
Code:
-map 0:1 -map 0:2 |
#1523
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)[quote=dm9452;96643]not sure which one you're talking about (i use his streamlink version). you can't edit .exe files because those have been compiled. the "-map 0:1 -map 0:2" parameter can be added just after the url for example "ffmpeg -i URL -map 0:1 -map 0:2".
|
#1524
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)[quote=korexaj;96644]
Quote:
I found his Node version, which is edit-able, via google. And it works! |
#1525
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)I am using mfc-node horacio9a's .exe version. Does anyone has solution for me please ?
|
#1526
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Just use his .js version, which is almost identical to the .exe version, other than that you have to install Git and Node.js to run it.
|
#1527
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)from where can i download it? any available instructions?
|
#1528
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)PM'd the link.
I chose "ff-ts" as my "downloadProgram", so I edited line 214 of main.js from Code:
if (config.downloadProgram == 'ff-ts') {captureProcess = spawn('ffmpeg', ['-hide_banner','-v','fatal','-i',hls_url,'-c','copy','-vsync','2','-r','60','-b:v','500k',path + '/' + filename])} Code:
if (config.downloadProgram == 'ff-ts') {captureProcess = spawn('ffmpeg', ['-hide_banner','-v','fatal','-i',hls_url,'-map','0:1','-map','0:2','-c','copy','-vsync','2','-r','60','-b:v','500k',path + '/' + filename])} |
#1529
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
i downloaded everything, run node main.js and i get the following error: events.js:160 throw er; // Unhandled 'error' event ^ Error: spawn mfcd ENOENT at exports._errnoException (util.js:1012:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32) at onErrorNT (internal/child_process.js:348:16) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickCallback (internal/process/next_tick.js:98:9) any idea how to solve it ? |
#1530
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)I assume you are talking about horacio9a's version.
First of all, he has 2 branches (master and v2). I believe master is old, v2 to is the latest. Maybe you are actually after v2. As for your original problem, there is a credits section on the page, just download and install mfcd.exe https://github.com/horacio9a/mfc-node/tree/master Quote:
|
Thread Tools | |
Display Modes | |
|
|