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


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