Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (Adult streaming videos) (http://stream-recorder.com/forum/forumdisplay.php?f=40)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=3851)

horacio 07-20-2017 02:57 PM

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


 
Quote:

Originally Posted by dm9452 (Post 92913)
mfc node win is great. It'd be greater if the folder's name of complete recording is "ID - ModelName", not just "ModelName"

- Added model ID + model name to subdirectory name
- Added age, continent and city

Download link for node version: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for precompiled version (exe) for Win32: http://www.mediafire.com/file/2kj5db...D_and_name.rar

For those who do not like a subfolders download above link and replace mfc.exe with this:

Download link for 'mfc.exe' only: http://www.mediafire.com/file/cuefjh...4z/nm-mfc2.rar

Damianonymous 07-20-2017 05:39 PM

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


 
Quote:

Originally Posted by poose22 (Post 92905)
Is there any way to use .f4v instead of .flv/.ts? When using flv or ts, both VLC and MPC-HC load the videos for like 3 seconds each time I try to skip to different parts of the video. It get's annoying after a while :p. There was another version I saw on here a few weeks ago that used .f4v, and the videos played perfectly for me.

EDIT: Or if there's any suggestions you might have to make FLV's play better, I'd appreciate that as well.

Quote:

Originally Posted by horacio (Post 92907)
Obviously something is wrong with your pc adjustment. The first time I hear about such a problem. You can try rename flv to f4v with 'ren *.flv *.f4v' in Command prompt for the test but that is not the solution.
I guess you don't have the appropriate 'flv' codec so I suggest you install the latest version for your pc from this link:

https://www.codecguide.com/klcp_update.htm

FLV source files are killer for old disks. While jumping forward on a large file, the disc works 100% and the movie freezes up for several dozen seconds. The mpv player does the best job but it still aches in the ass :D

dm9452 07-21-2017 03:29 AM

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


 
Quote:

Originally Posted by horacio (Post 92917)
- Added model ID + model name to subdirectory name
- Added age, continent and city

Download link for node version: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for precompiled version (exe) for Win32: http://www.mediafire.com/file/2kj5db...D_and_name.rar

For those who do not like a subfolders download above link and replace mfc.exe with this:

Download link for 'mfc.exe' only: http://www.mediafire.com/file/cuefjh...4z/nm-mfc2.rar

I will wait for win64 version.:D

H1T0PR 07-21-2017 07:02 AM

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


 
Quote:

Originally Posted by H1T0PR (Post 92911)
I'm using the node and testing some things with the code in main.js (horacio's version). I would like to know how to get city, country, age and occupation data too. I tried something straight like simply adding the lines:

city: m.bestSession.city,
country: m.bestSession.country,
age: m.bestSession.age,
occupation: m.bestSession.occupation,

In models.push and the same thing in capturingModels.push, like:

city: myModel.city,
country: myModel.country,
...etc

But the data appears as "undefined". So how do I get these data correctly?

Quote:

Originally Posted by horacio (Post 92917)
- Added model ID + model name to subdirectory name
- Added age, continent and city
(...)

Thank you horacio!

The item "continent" was already able to be pulled by the previous version (I managed to get it). Did you mean "country" instead "continent" in this new update? The items that still missing for me are these: country and occupation, how can I pull them too?

horacio 07-21-2017 12:42 PM

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


 
Quote:

Originally Posted by H1T0PR (Post 92928)
Thank you horacio!

The item "continent" was already able to be pulled by the previous version (I managed to get it). Did you mean "country" instead "continent" in this new update? The items that still missing for me are these: country and occupation, how can I pull them too?

- Added also ethnic, occupation and blurb ;)

Download link for node version: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for Win32 (mfc.exe + index.html): http://www.mediafire.com/file/7bqv45...2-20170721.rar

For those who don't like a subfolders:

Download link for Win32 (mfc.exe + index.html): http://www.mediafire.com/file/dxab6c...no-sub-dir.rar

In the directory except 'mfc.exe' + 'index.html' must be also 'config.yml' and 'ffmpeg.exe' as before.

CristianoA 07-21-2017 12:51 PM

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


 
Quote:

Originally Posted by horacio (Post 92929)
- Added also ethnic, occupation and blurb ;)

Download link for node version: https://codeload.github.com/horacio9a/mfc-node/zip/v2

Download link for Win32 (mfc.exe + index.html): http://www.mediafire.com/file/7bqv45...2-20170721.rar

For those who don't like a subfolders:

Download link for Win32 (mfc.exe + index.html): http://www.mediafire.com/file/dxab6c...no-sub-dir.rar

In the directory except 'mfc.exe' + 'index.html' must be also 'config.yml' and 'ffmpeg.exe' as before.

works for Win64 too ?

horacio 07-21-2017 01:34 PM

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


 
Quote:

Originally Posted by CristianoA (Post 92930)
works for Win64 too ?

I have Windows 7 win32 but my friend with Windows 10 win64 tested this files and everything works without any problems ;)

wizard 07-22-2017 01:28 AM

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


 
Tested this on my Win10 and everything works as a charm.

Huge thanks to Horacio for his work :)

c3po 07-22-2017 02:19 AM

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


 
The previous versions stopped overnight.

I'm on a VPN.

[quote=horacio;92929]- Added also ethnic, occupation and blurb ;)

Download link for node version:

Download link for Win32 (mfc.exe + index.html): http://www.mediafire.com/file/7bqv45...2-20170721.rar

/QUOTE]

horacio 07-22-2017 08:22 AM

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


 
Quote:

Originally Posted by c3po (Post 92935)
The previous versions stopped overnight.
I'm on a VPN.

I did not test over VPN. We need more information about your problem with some screenshots?


All times are GMT -6. The time now is 12:12 AM.