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)

Damianonymous 09-10-2017 12:32 AM

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


 
Quote:

Originally Posted by troxo (Post 93807)

Traceback (most recent call last):
File "mfcr.py", line 4, in <module>
from websocket import create_connection
ImportError: cannot import name create_connection

Code:

pip install websocket-client

troxo 09-10-2017 02:29 AM

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


 
Quote:

Originally Posted by Damianonymous (Post 93842)
Code:

pip install websocket-client

wow!!! is working, thanks for your help Horacio and Damianonymous

horacio 09-10-2017 08:16 AM

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


 
Quote:

Originally Posted by Damianonymous (Post 93842)
Code:

pip install websocket-client

Many thanks @Damianonymous, I just put a new one Requirements.txt with this text:

urllib==1.21.1
DateTime==4.1.1
requests==2.18.1
Command==0.1.0
colorama==0.3.7
termcolor==1.1.0
configparser==3.5.0
websocket==0.2.1
websocket-client==0.37.0

john1291 09-12-2017 11:36 AM

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


 
Quote:

Originally Posted by horacio (Post 93935)
Many thanks @Damianonymous, I just put a new one Requirements.txt with this text:

urllib==1.21.1
DateTime==4.1.1
requests==2.18.1
Command==0.1.0
colorama==0.3.7
termcolor==1.1.0
configparser==3.5.0
websocket==0.2.1
websocket-client==0.37.0

hello. i tried making it work but without sucess...when i try to install "pip install urllib" i get this error:

"Could not find a version that satisfies the requirement urllib (from versions: )
No matching distribution found for urllib"

....all the others were installed. also when i try the command "pip list" i only get:

beautifulsoup4 (4.3.2)
colorama (0.3.9)
Command (0.1.0)
configparser (3.5.0)
DateTime (4.2)
futures (3.0.5)
gevent (1.2.2)
greenlet (0.4.12)
livestreamer (1.12.2-cb)
pip (9.0.1)
psutil (5.0.0)
pytz (2017.2)
requests (2.4.3)
setuptools (20.10.1)
singledispatch (3.4.0.3)
six (1.10.0)
termcolor (1.1.0)
urllib3 (1.9.1)
websocket (0.2.1)
zope.interface (4.4.2)

no urllib installed....in the Requirements.txt file i have
urllib==1.21.1
DateTime==4.1.1
requests==2.18.1
Command==0.1.0
colorama==0.3.7
termcolor==1.1.0
configparser==3.5.0
websocket==0.2.1

can someone help me with this problem / how to make this work? many thx in advance for your help.

horacio 09-12-2017 02:52 PM

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


 
Quote:

Originally Posted by john1291 (Post 94074)
hello. i tried making it work but without sucess...when i try to install "pip install urllib" i get this error:

"Could not find a version that satisfies the requirement urllib (from versions: )
No matching distribution found for urllib"

....all the others were installed. also when i try the command "pip list" i only get:

beautifulsoup4 (4.3.2)
colorama (0.3.9)
Command (0.1.0)
configparser (3.5.0)
DateTime (4.2)
futures (3.0.5)
gevent (1.2.2)
greenlet (0.4.12)
livestreamer (1.12.2-cb)
pip (9.0.1)
psutil (5.0.0)
pytz (2017.2)
requests (2.4.3)
setuptools (20.10.1)
singledispatch (3.4.0.3)
six (1.10.0)
termcolor (1.1.0)
urllib3 (1.9.1)
websocket (0.2.1)
zope.interface (4.4.2)

no urllib installed....in the Requirements.txt file i have
urllib==1.21.1
DateTime==4.1.1
requests==2.18.1
Command==0.1.0
colorama==0.3.7
termcolor==1.1.0
configparser==3.5.0
websocket==0.2.1

can someone help me with this problem / how to make this work? many thx in advance for your help.

You have an old version of urllib3 (1.9.1) so you need to install a new one:

pip install urllib3==1.21.1

For urllib try:

https://www.versioneye.com/python/urllib/1.21.1

pip install https://pypi.python.org/packages/da/...-1.21.1.tar.gz

Do not forget to install the websocket-client:

pip install websocket-client==0.37.0

Download link for new version 1.0.5 zip file is: https://github.com/horacio9a/myfreec...ive/master.zip

john1291 09-13-2017 09:55 AM

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


 
Quote:

Originally Posted by horacio (Post 94075)
You have an old version of urllib3 (1.9.1) so you need to install a new one:

pip install urllib3==1.21.1

For urllib try:

https://www.versioneye.com/python/urllib/1.21.1

pip install https://pypi.python.org/packages/da/...-1.21.1.tar.gz

Do not forget to install the websocket-client:

pip install websocket-client==0.37.0

Download link for new version 1.0.5 zip file is: https://github.com/horacio9a/myfreec...ive/master.zip

thank you so much for your help. i managed to install urllib and websocket-client...but now i have another problem.

when i run mfc.py i select 1 model and i choose REC....the problem is that it doesnt record anything it just opens a window with the model but no recording anywhere (i changed the path in config.cfg and i downloaded / extracted ffmpeg in the folder with the mfc.py)

do you know why?do i need to do something else in the script??

horacio 09-13-2017 10:26 AM

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


 
Quote:

Originally Posted by john1291 (Post 94147)
thank you so much for your help. i managed to install urllib and websocket-client...but now i have another problem.

when i run mfc.py i select 1 model and i choose REC....the problem is that it doesnt record anything it just opens a window with the model but no recording anywhere (i changed the path in config.cfg and i downloaded / extracted ffmpeg in the folder with the mfc.py)

do you know why?do i need to do something else in the script??

Check if there is a recording path you put in config.cfg. If it does not exist, create it. My recommendation is to have ffmpeg.exe and ffplay.exe in C:/Windows together with mfc.bat, which should be in the path by default ... if not check http://stream-recorder.com/forum/sho...&postcount=509 again.

john1291 09-13-2017 11:03 AM

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


 
Quote:

Originally Posted by horacio (Post 94148)
Check if there is a recording path you put in config.cfg. If it does not exist, create it. My recommendation is to have ffmpeg.exe and ffplay.exe in C:/Windows together with mfc.bat, which should be in the path by default ... if not check http://stream-recorder.com/forum/sho...&postcount=509 again.

i tried putting the files in c:\windows but its the same....
i finally manage to make it work only when i put the path of the output folder to the file where the main.py file is....if i put another path it doesnt save the file ;))....atleast its working now...thx for all your help :D

(by the way how can i record more models at once, if its even possible)


ohh i figure it out how to record more models at once...i run the mfc.py file more times :) thx anyway :D

Damianonymous 09-13-2017 04:25 PM

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


 
Quote:

Originally Posted by john1291 (Post 94147)
...the problem is that it doesnt record anything it just opens a window with the model but no recording anywhere (i changed the path in config.cfg and i downloaded / extracted ffmpeg in the folder with the mfc.py)

do you know why?do i need to do something else in the script??

The output folder must be manually created, the script does not do it. The line should end with a slash, for example: D:\Videos\myfreecams-anonymous-master\captures\ or if in the same folder: .\captures\

john1291 09-13-2017 10:50 PM

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


 
Quote:

Originally Posted by Damianonymous (Post 94158)
The output folder must be manually created, the script does not do it. The line should end with a slash, for example: D:\Videos\myfreecams-anonymous-master\captures\ or if in the same folder: .\captures\

yes i know and i did that and yet it doesnt want to record in the specific folder....only in the D:\Videos\myfreecams-anonymous-master or another path as long as the path includes the folder where mfc.py is in....thx for your help

Damianonymous 09-13-2017 11:49 PM

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


 
Are you sure the path is terminated with a slash "\" ?

mildronat 09-14-2017 06:39 AM

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


 
HI dear forum users, help me please !!!! Can someone throw me a detailed manual how to record myfreecams.com??? The fact that I read 101 pages, and could not figure it out

john1291 09-14-2017 08:12 AM

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


 
Quote:

Originally Posted by Damianonymous (Post 94162)
Are you sure the path is terminated with a slash "\" ?

if i put the "\" at the end it doesnt record at all not even in the path where the mfc.py file is...when i tried other paths (where i created the folder myself) i tried with the backslash at the end and without it but stiill didnt work for either cases.

Hermiod 09-14-2017 10:33 PM

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


 
Quote:

Originally Posted by Damianonymous (Post 94158)
The output folder must be manually created, the script does not do it. The line should end with a slash, for example: D:\Videos\myfreecams-anonymous-master\captures\ or if in the same folder: .\captures\

In windows I had to use the other slash for it to work for me:
-C:\something\mfc-node <-- crashes
-C:/something/mfc-node <-- works

Hermiod 09-14-2017 10:37 PM

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


 
Quote:

Originally Posted by mildronat (Post 94163)
HI dear forum users, help me please !!!! Can someone throw me a detailed manual how to record myfreecams.com??? The fact that I read 101 pages, and could not figure it out

https://github.com/sstativa/mfc-node

Code:

Setup
1. Install Node.js (minimum node version requirement: v6).
2. Download and unpack the code.
3. Open Terminal (macOS) or Command Prompt (Windows) and go into the directory where you unpacked the files.
4. Install requirements by running npm install in the same directory as main.js is (Windows users may have to install Git).
5. Edit config.yml file and set desirable values for captureDirectory, completeDirectory, modelScanInterval.
6. Install ffmpeg. For Windows users, copy ffmpeg.exe into same directory as main.js is.

Hardest part for me was finding the ffmpeg for windows :D

After you get sstativa working, try horacio's version. Horacio also made a whole bunch of other versions (bat, exe,...). There is also a single file version somewhere in the thread (not sure how updated it is).

supersonic80 09-15-2017 03:41 AM

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


 
I think somewhere before step 4 should be something like “Install git for Windows” https://git-scm.com/download/win

Quote:

Originally Posted by Hermiod (Post 94173)
https://github.com/sstativa/mfc-node

Code:

Setup
1. Install Node.js (minimum node version requirement: v6).
2. Download and unpack the code.
3. Open Terminal (macOS) or Command Prompt (Windows) and go into the directory where you unpacked the files.
4. Install requirements by running npm install in the same directory as main.js is (Windows users may have to install Git).
5. Edit config.yml file and set desirable values for captureDirectory, completeDirectory, modelScanInterval.
6. Install ffmpeg. For Windows users, copy ffmpeg.exe into same directory as main.js is.

Hardest part for me was finding the ffmpeg for windows :D

After you get sstativa working, try horacio's version. Horacio also made a whole bunch of other versions (bat, exe,...). There is also a single file version somewhere in the thread (not sure how updated it is).


Gyttiie 09-15-2017 03:37 PM

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


 
Quote:

Originally Posted by guestbuy (Post 93732)
I'm curious of the same thing. It appears it is running correctly since I can access the web URL, but it does throw up a ffmpeg process for every model recording. Is there a way to only show the usual process? Using Windows.

Will anybody tell is it possible to fix? (Forever mfc-node)

supersonic80 09-15-2017 07:51 PM

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


 
I did not get it. What is the problem?
1 model = 1 ffmpeg process.

The script is only a "manager". It finds the model then starts ffmpeg process for her stream.

Quote:

Originally Posted by Gyttiie (Post 94208)
Will anybody tell is it possible to fix? (Forever mfc-node)


Gyttiie 09-16-2017 12:28 AM

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


 
Quote:

Originally Posted by supersonic80 (Post 94230)
I did not get it. What is the problem?
1 model = 1 ffmpeg process.

The script is only a "manager". It finds the model then starts ffmpeg process for her stream.

when the model come online ffmpeg windnow pop out and it's annoying

Hermiod 09-16-2017 08:07 PM

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


 
Quote:

Originally Posted by Gyttiie (Post 94235)
when the model come online ffmpeg windnow pop out and it's annoying

Using the standard mfc-node that does not happen.

Gyttiie 09-17-2017 09:02 AM

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


 
Quote:

Originally Posted by Hermiod (Post 94244)
Using the standard mfc-node that does not happen.

With starndart i'll need always write "node main.js" when i loose internet for 1-2 mins

infoberg 09-19-2017 04:04 PM

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


 
Hi horacio,

do you think it would be possible to create a version which can automatically log into MFC as a user and joins group chat, if a model that is being recorded enters group?

infoberg

horacio 09-20-2017 12:12 AM

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


 
Quote:

Originally Posted by infoberg (Post 94287)
Hi horacio,

do you think it would be possible to create a version which can automatically log into MFC as a user and joins group chat, if a model that is being recorded enters group?

infoberg

I believe it is possible but I have not been doing this and I have no intention. Recording a group is similar to private recording and in that case it is better not to discuss it publicly in this forum;)

Hermiod 09-21-2017 10:10 PM

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


 
Quote:

Originally Posted by Gyttiie (Post 94250)
With starndart i'll need always write "node main.js" when i loose internet for 1-2 mins

Some pages ago we discussed how to fix that.

Simple version: Create a file in mfd-node directory named mfc-mode.bat
Inside the bat file paste:
:start
node main.js
goto :start

Syl0pt 09-23-2017 12:18 AM

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


 
Is there a way for the Forever program to work with Horacio's mfc.exe version?

bilboe23 09-30-2017 02:08 AM

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


 
Hallo zusammen,

habe mal ne kleine batch für windows geschrieben.
Also bei mir funktioniert es.

"mfc.exe" in "mfc.bac" umbenennen.
Neue Datei erstellen z.b. "mfc.bat".
Wichtig, die datei muß mit ".bat" enden.

Folgende Soße reinkopieren.
___________

@echo off
:Start
copy "mfc.bac" "mfc.exe"
mfc.exe
:Test
timeout 10
del "mfc.exe"
if %ERRORLEVEL%==0 goto Start
if NOT %ERRORLEVEL%==0 goto Test
_____________


"mfc.bat" starten, fertig

Zum testen den Taskmanager öffnen, und den Task "mfc.exe" beenden. Die Batchdatei startet dann alles neu.

Den timout habe ich auf 10 Sekunden gestellt damit die Batch nicht die ganze Zeit durchrennt, kostet performance. Könnt ihr ja ändern wenn ihr wollt.

Nemesis 10-03-2017 03:35 AM

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


 
MFC Recorder worked really fine for months, but since maybe two hours i have issues. I have a lot skips... does anyone have the same issues?:confused:

Nemesis 10-03-2017 07:58 AM

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


 
I just found out, that i have no access to almost all video chats, i can see the text messages, but not the video!
I tried different browsers, with different computers, i changed my IP! It's not the flash plugin, it works fine on all other sites, like cam4 and chaturbate and it's the newest version, only on mfc it doesn't work!
For example: i have acces to JULIANACANDY's and CocoMia's video chat, but not to SuperPanda_'s or Allesia_'s.
MFC worked fine till maybe 5 or 6 hours ago, since then it doesn't work well in the most chat rooms. The issue has to be on MFC's side?
It doesn't matter if i try it as a premium member or as a guest, with or without VPN, always the same result, i have no acces to 90% of the video chats!
... and the technical MFC support-link doesn't work, it loads and loads.....:mad:

bilboe23 10-03-2017 09:39 AM

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


 
Must be a technical issue, i have the same problem

Nemesis 10-03-2017 10:20 AM

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


 
Thanks for your answer, good to hear that i'm not the only one with that issue. I got finally an answer from the support, but i don't get it... they want a speed test screenshot and my IP to solve the issue???
I guess i'm not the only one who contacted them?
Howsoever, hopefully they fix it, i just purchased tokens there...:D

TMK 10-04-2017 01:01 PM

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


 
Just to add another data point - I've had the same issue a couple of times over the past week or so. I could view some models but not others in the browser and others would show blank instead of video and MFC Node would report "$modelname stopped recording" on the affected models over and over again.

It also affected desktop and mobile browsers for the same model. I don't know if it is a trial of some new DRM to prevent recording but if it is, it doesn't work very well as three other models I was recording at the same time were still recordable/viewable. Perhaps it is simply one of those random MFC bugs we have come to know and love(?)

amatan12 10-05-2017 01:09 AM

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


 
Chia sá?» kinh nghiệm cho m?¬nh vá»›i bá??n

duck69 10-05-2017 10:38 AM

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


 
Guys... i got mfc-node working, trying out nm-cb that i believe supersonic posted, it crashes the cmd after i start it, says something about rtmpdump....

Do i need to install rtmpdump for cb or is there some way around that to use ffmpeg?

How hard is it to install rtmpdump and get cb node to work? Is there a tutorial for rtmpdump for cb install or if anyone can help me...

supersonic80 10-05-2017 03:52 PM

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


 
I assume you use Windows because you've mentioned cmd. If you got the right scripts then you should already have rtmpdump.exe and librtmp.dll files.

If you have them in the folder with the script and it does not work then copy these two files somewhere like C:\Windows\system32.

If you don't have these files, then download this release (https://github.com/sstativa/captureb...ive/master.zip), rtmpdump.exe and librtmp.dll should be there.

Quote:

Originally Posted by duck69 (Post 94549)
Guys... i got mfc-node working, trying out nm-cb that i believe supersonic posted, it crashes the cmd after i start it, says something about rtmpdump....

Do i need to install rtmpdump for cb or is there some way around that to use ffmpeg?

How hard is it to install rtmpdump and get cb node to work? Is there a tutorial for rtmpdump for cb install or if anyone can help me...


duck69 10-05-2017 10:12 PM

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


 
Quote:

Originally Posted by supersonic80 (Post 94553)
I assume you use Windows because you've mentioned cmd. If you got the right scripts then you should already have rtmpdump.exe and librtmp.dll files.

If you have them in the folder with the script and it does not work then copy these two files somewhere like C:\Windows\system32.

If you don't have these files, then download this release (https://github.com/sstativa/captureb...ive/master.zip), rtmpdump.exe and librtmp.dll should be there.

unpacked that zip and dumped the nm-cb files into that and everything worked... I thought i had to go through a long process of setting up rtmpdump, thanks super.

john1291 10-07-2017 02:35 AM

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


 
Quote:

Originally Posted by duck69 (Post 94549)
Guys... i got mfc-node working, trying out nm-cb that i believe supersonic posted, it crashes the cmd after i start it, says something about rtmpdump....

Do i need to install rtmpdump for cb or is there some way around that to use ffmpeg?

How hard is it to install rtmpdump and get cb node to work? Is there a tutorial for rtmpdump for cb install or if anyone can help me...

hello. how did you got mfc-node wotking again if you dont mind me asking....for me it stopped working a few months ago and couldnt make it work again.

duck69 10-07-2017 04:55 PM

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


 
Quote:

Originally Posted by john1291 (Post 94574)
hello. how did you got mfc-node wotking again if you dont mind me asking....for me it stopped working a few months ago and couldnt make it work again.

try this john http://s000.tinyupload.com/index.php...28858815695189

john1291 10-08-2017 03:03 AM

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


 
Quote:

Originally Posted by duck69 (Post 94587)

hello. thx for the answer. but to be honest im not sure how to make it work. i opened the config.yml at models i put the name of the model inside the brackets [name] ...i saved the file and run the main file. It opend a cmd window it started to run the code and found 1 model in config.yml but its not recording. (i also put the ffmpeg in the folder) . do i need to install other programs or do other steps to make it work?

duck69 10-08-2017 04:41 AM

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


 
Quote:

Originally Posted by john1291 (Post 94593)
hello. thx for the answer. but to be honest im not sure how to make it work. i opened the config.yml at models i put the name of the model inside the brackets [name] ...i saved the file and run the main file. It opend a cmd window it started to run the code and found 1 model in config.yml but its not recording. (i also put the ffmpeg in the folder) . do i need to install other programs or do other steps to make it work?

restore the original config.yml, just put the directory location in the config.yml.

Start mfc.exe and wait 10 seconds then goto http://localhost:9080/ in chrome, from there click a models picture and click include, now go back to your config.yml and check the model format it added.

yml needs to have a compatible editor or it will read out wrong and crash the application, dont paste stuff from straight txt editor into it etc...

supersonic80 10-08-2017 04:42 AM

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


 
Usually you should not do any changes in config.yml, except checking destination directories.

As soon as you start the program you should open url in your browser http://localhost:9080 (make sure that port number matches the port number in config.yml, usually it is 9080).

I suppose when you open the page you will easily figure out what to do next.


Quote:

Originally Posted by john1291 (Post 94593)
hello. thx for the answer. but to be honest im not sure how to make it work. i opened the config.yml at models i put the name of the model inside the brackets [name] ...i saved the file and run the main file. It opend a cmd window it started to run the code and found 1 model in config.yml but its not recording. (i also put the ffmpeg in the folder) . do i need to install other programs or do other steps to make it work?



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