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)

Gyttiie 08-31-2017 12:26 PM

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


 
Quote:

Originally Posted by Hermiod (Post 93723)
You can use a bat file or forever

Bat file contents:
@echo off
SET foo=1
:initiate
ECHO Starting program, attempt %foo%
node main.js
set /A foo=foo+1
timeout 30
goto :initiate


Forever:
https://www.npmjs.com/package/forever

My node disconnects 3 to 4 times a day. The bad part is im getting about 80GB of files a day :D

Quote:

Originally Posted by Hermiod (Post 93726)
Installation
$ [sudo] npm install forever -g

Usage
forever start app.js

I suppose you did not use the start command, failing to download might be caused by your firewall. To test if it was installed try:
forever --help

Those commands might only work inside a node.js command prompt. I am still using the bat file, but Horacio recommended 'forever'.

Now it's working, thanks.

There's written:
"warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay
up for at least 1000ms
info: Forever processing file: main.js
"

As i understood, if during 1000ms i wont have internet connection, it will stop recording till i wont write again forever start main.js ?

Also, i want to ask you, is it always gonna be that window of ffmpeg.exe will be jumping out when the new model is online?

guestbuy 08-31-2017 03:05 PM

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


 
Quote:

Originally Posted by Gyttiie (Post 93730)
Also, i want to ask you, is it always gonna be that window of ffmpeg.exe will be jumping out when the new model is online?

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.

Hermiod 09-02-2017 12:17 AM

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


 
Just started having isues of cams starting to recotd and 5 seconds later stopping, anyone else having this issue?

EDIT: It stopped happening, occured from around 6:12 GMT to 6:17 GMT.

bigtymer88 09-04-2017 11:41 AM

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


 
If anyone finds this useful. .pm me and I will hook u up

http://imgur.com/a/ejFog

Hermiod 09-04-2017 11:20 PM

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


 
Tip: Backup your config file, because if you run out of space it will get deleted. :eek: :mad: :D

horacio 09-05-2017 06:56 AM

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


 
If you want a reliable MFC script that runs without any difficulty in the last half of the year and if you don't want to record a large number of models at the same time then this is the right script for you.

Page link is: https://github.com/horacio9a/myfreecams-anonymous

Download link for zip file is: https://codeload.github.com/horacio9...ous/zip/master

TMK 09-05-2017 11:51 AM

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


 
Any plans to add support for recording from cammunity.com? It is run by the same folks as MFC and I can see some of my favourite MFC models using it in future for the non-nude parts of their shows since it does not negatively impact MFC camscore. Would it be safe to assume it uses the same underlying technology?

troxo 09-08-2017 05:47 PM

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


 
Quote:

Originally Posted by horacio (Post 93774)
If you want a reliable MFC script that runs without any difficulty in the last half of the year and if you don't want to record a large number of models at the same time then this is the right script for you.

Page link is: https://github.com/horacio9a/myfreecams-anonymous

Download link for zip file is: https://codeload.github.com/horacio9...ous/zip/master

Hi horacio
i'm geting the following error when im trying pip install -r Requrements.txt



Q:\-mfc-py>pip install -r Requirements.txt
Collecting urllib==1.21.1 (from -r Requirements.txt (line 1))
Could not find a version that satisfies the requirement urllib==1.21.1 (from -r Requirements.txt (line 1)) (from versions: )
No matching distribution found for urllib==1.21.1 (from -r Requirements.txt (line 1))

Q:\-mfc-py>
any help??

horacio 09-09-2017 03:01 PM

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


 
Quote:

Originally Posted by troxo (Post 93801)
Hi horacio
i'm geting the following error when im trying pip install -r Requrements.txt



Q:\-mfc-py>pip install -r Requirements.txt
Collecting urllib==1.21.1 (from -r Requirements.txt (line 1))
Could not find a version that satisfies the requirement urllib==1.21.1 (from -r Requirements.txt (line 1)) (from versions: )
No matching distribution found for urllib==1.21.1 (from -r Requirements.txt (line 1))

Q:\-mfc-py>
any help??

It is best to install each module individually one by one like this:

pip install urllib
pip install DateTime
pip install requests
pip install Command
pip install colorama
pip install termcolor
pip install configparser
pip install websocket

... but before that look what modules you already have with this command:

pip list

troxo 09-09-2017 03:36 PM

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


 
Quote:

Originally Posted by horacio (Post 93806)
It is best to install each module individually one by one like this:

pip install urllib
pip install DateTime
pip install requests
pip install Command
pip install colorama
pip install termcolor
pip install configparser
pip install websocket

... but before that look what modules you already have with this command:

pip list

ok here is the pip list results
Q:\Python27>pip list
certifi (2017.7.27.1)
chardet (3.0.4)
colorama (0.3.9)
Command (0.1.0)
configparser (3.5.0)
DateTime (4.2)
gevent (1.2.2)
greenlet (0.4.12)
idna (2.6)
pip (9.0.1)
pytz (2017.2)
requests (2.18.4)
setuptools (28.8.0)
termcolor (1.1.0)
urllib (1.21.1)
urllib3 (1.22)
websocket (0.2.1)
zope.interface (4.4.2)

but im geting this error from the scripts

#################################################
### MFCR ###### R E C O R D I N G ###### 24/7 ###
############### anberjade #######################
#################################################
Traceback (most recent call last):
File "mfcr.py", line 4, in <module>
from websocket import create_connection
ImportError: cannot import name create_connection

Waiting for 23


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