Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording (Adult streaming videos)
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1311  
Old 11-15-2017, 06:38 AM
horacio horacio is offline
Senior Member
 
Join Date: Oct 2012
Posts: 213
horacio is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


I will try to answer questions shortly.
We all see how much advantage the ffmpeg had while it worked properly.
I will only mention some of advantages.
There were not many lines that irritate during download.
Otherwise, these lines can not be removed with the debug option!
I do not know why but the 'debug false' option is not working always but I say once more that it is better when it is 'on' because it does not run the trash and already helps to see what's going on.
Ffmpeg could record in flv quality and there was no need to convert before editing as it is now.
I have already written about that in this thread.
I never liked having a special 'capture directory' because it makes harder to watch the file while it is being recorded, and it's no problem later moved files to another place and edit them.
None of you have noticed yet, but now is impossible to stop recording unless you close the script.
It would be best if the ffmpeg team succeeded in solving the current problems, but as long as this does not happen, we need to be satisfied with the current situation.
Here I am in the meantime managed to make that script can work with livestreamer and streamlink.
It just needs to edit config.yml with 'ls' or 'sl'.
With streamlink there is somewhat less text on the screen
Otherwise, if you have correctly installed livestreamer and streamlink is not necessary to have livestreamer and streamlink in the same directory with mfc.exe!

New files are there: http://www.mediafire.com/file/2848rb...15_ls%2Bsl.rar

I see that there are plenty of people who do not know some basic things about using this recorder so it's best to look at the fresh pictures I've put in, and there is something new text

Link is: https://github.com/horacio9a/mfc-node/tree/v2

Last edited by horacio : 11-15-2017 at 07:46 AM.
Reply With Quote
  #1312  
Old 11-15-2017, 12:06 PM
rockingharder rockingharder is offline
Junior Member
 
Join Date: Oct 2016
Posts: 9
rockingharder is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Horacio thank you for the work! I just downloaded the newest mediafire link.

But I do not understand. I open start.bat and choose mfc, but it says it cannot find mfc.exe even though it is in the nm-mfc folder.
Reply With Quote
  #1313  
Old 11-15-2017, 12:42 PM
horacio horacio is offline
Senior Member
 
Join Date: Oct 2012
Posts: 213
horacio is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by rockingharder View Post
Horacio thank you for the work! I just downloaded the newest mediafire link.

But I do not understand. I open start.bat and choose mfc, but it says it cannot find mfc.exe even though it is in the nm-mfc folder.
Check again where is your files. mfc.exe must be in C:/nm-mfc/mfc.exe ... not in C:/Install/nm-mfc2-20171114_livestreamer/nm-mfc/mfc.exe for example.
Reply With Quote
  #1314  
Old 11-15-2017, 01:29 PM
Syl0pt Syl0pt is offline
Member
 
Join Date: Mar 2017
Posts: 42
Syl0pt is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by horacio View Post
New main.js and config.yml are uploaded on https://github.com/horacio9a/mfc-node/tree/v2
Of course you must have a livestreamer (1.12.2) installed who must be in the path.
mfc.exe users can delete the 'node_modules' directory because no need that.
mfc-node can use 'node_modules' directory for a comparison with its files and can replace 'C:/-nm-mfc2/node_modules/MFCAuto/lib/Client.js' with my file
Where can i find your replacement Client.js file? I don't see it in the github link you provided.
Reply With Quote
  #1315  
Old 11-15-2017, 01:38 PM
Syl0pt Syl0pt is offline
Member
 
Join Date: Mar 2017
Posts: 42
Syl0pt is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by rockingharder View Post
Horacio thank you for the work! I just downloaded the newest mediafire link.

But I do not understand. I open start.bat and choose mfc, but it says it cannot find mfc.exe even though it is in the nm-mfc folder.
I was able to fix this problem by right clicking on start.bat, selecting edit and where it says:

ECHO ###########################
cd C:\ (I put the path to where mfc.exe is located on this line)
cd nm-mfc
start mfc.exe
GOTOSTART
Reply With Quote
  #1316  
Old 11-15-2017, 02:55 PM
Syl0pt Syl0pt is offline
Member
 
Join Date: Mar 2017
Posts: 42
Syl0pt is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by Syl0pt View Post
Where can i find your replacement Client.js file? I don't see it in the github link you provided.
Ok, nevermind. I tried it without replacing Client.js and it worked just fine.

One thing tho. I notice that whether I record in ts or mp4, the video always comes out sped up. Not the audio, just the video. I have to convert it with ffmpeg in order to get it in sync. This only happens on my Linux machine, not my windows pc. I'm using the Livestreamer version on both.

Any idea what this could be? It's not really a big deal, but if i can get it fixed, it'd like that.

And once again, thanks for all the great work.
Reply With Quote
  #1317  
Old 11-16-2017, 04:10 AM
horacio horacio is offline
Senior Member
 
Join Date: Oct 2012
Posts: 213
horacio is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by Syl0pt View Post
Ok, nevermind. I tried it without replacing Client.js and it worked just fine.

One thing tho. I notice that whether I record in ts or mp4, the video always comes out sped up. Not the audio, just the video. I have to convert it with ffmpeg in order to get it in sync. This only happens on my Linux machine, not my windows pc. I'm using the Livestreamer version on both.

Any idea what this could be? It's not really a big deal, but if i can get it fixed, it'd like that.

And once again, thanks for all the great work.
I'm glad you solved the problem.
It is difficult for me to give advice to other operating systems when I use Windows only but because there is a google search
Otherwise, it would be nice to try again older versions of mfc.exe but with a newer version of ffmpeg.
I am download 'ffmpeg-3.3.4-win32-static' on this link:

https://ffmpeg.zeranoe.com/builds/wi...n32-static.zip

Otherwise, this version is smaller in size than the v.3.3.3 (30,9 vs 34,5 MB), which is unusual and significant
I have not noticed the freeze on mfc so far

Otherwise Client.js is located in nm-mfc2-20171114_livestreamer.rar

... /nm-mfc2-20171114_livestreamer/nm-mfc/node_modules/MFCAuto/lib/Client.js

... the changes allow only a nice view on the screen

P.S.
I tested ffmpeg v.3.3.4 and unfortunately saw that some models still have freeze.
Freeze looks more in the evening than in the day. Some models have trinkets in the audience like NattySoho.
I checked with rtmp that model and bad audio like freeze also existed.

Last edited by horacio : 11-16-2017 at 02:25 PM.
Reply With Quote
  #1318  
Old 11-16-2017, 06:43 AM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Can anyone make a test?

Can you open m.myfreecams.com (this is HLS stream) and select some model, then in a new tab open myfreecams.com (this is RTMP stream) and select the same model?

Do you have the same quality?

On my machine HLS stream has lower FPS then RTMP stream. What's about yours?
Reply With Quote
  #1319  
Old 11-16-2017, 02:11 PM
OntintheGod OntintheGod is offline
Member
 
Join Date: Apr 2017
Posts: 35
OntintheGod is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by supersonic80 View Post
Can anyone make a test?

Can you open m.myfreecams.com (this is HLS stream) and select some model, then in a new tab open myfreecams.com (this is RTMP stream) and select the same model?

Do you have the same quality?

On my machine HLS stream has lower FPS then RTMP stream. What's about yours?
it looks the same, i am using windows 10 on a DELL laptop
Reply With Quote
  #1320  
Old 11-16-2017, 03:06 PM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by OntintheGod View Post
it looks the same, i am using windows 10 on a DELL laptop
What's your browser? Was it HD stream?

I was using Chrome and the stream was 640x480.
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 06:52 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons