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
  #1201  
Old 09-10-2017, 01:32 AM
Damianonymous Damianonymous is offline
Senior Member
 
Join Date: Jan 2017
Posts: 187
Damianonymous 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 troxo View Post

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
Reply With Quote
  #1202  
Old 09-10-2017, 03:29 AM
troxo troxo is offline
Junior Member
 
Join Date: Jul 2017
Posts: 5
troxo 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 Damianonymous View Post
Code:
pip install websocket-client
wow!!! is working, thanks for your help Horacio and Damianonymous
Reply With Quote
  #1203  
Old 09-10-2017, 09:16 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 Damianonymous View Post
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
Reply With Quote
  #1204  
Old 09-12-2017, 12:36 PM
john1291 john1291 is offline
Junior Member
 
Join Date: Sep 2017
Posts: 10
john1291 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
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.
Reply With Quote
  #1205  
Old 09-12-2017, 03:52 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 john1291 View Post
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

Last edited by horacio : 09-12-2017 at 06:28 PM.
Reply With Quote
  #1206  
Old 09-13-2017, 10:55 AM
john1291 john1291 is offline
Junior Member
 
Join Date: Sep 2017
Posts: 10
john1291 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
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??
Reply With Quote
  #1207  
Old 09-13-2017, 11:26 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 john1291 View Post
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.
Reply With Quote
  #1208  
Old 09-13-2017, 12:03 PM
john1291 john1291 is offline
Junior Member
 
Join Date: Sep 2017
Posts: 10
john1291 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
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

(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

Last edited by john1291 : 09-13-2017 at 12:06 PM. Reason: found the solution
Reply With Quote
  #1209  
Old 09-13-2017, 05:25 PM
Damianonymous Damianonymous is offline
Senior Member
 
Join Date: Jan 2017
Posts: 187
Damianonymous 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 john1291 View Post
...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\
Reply With Quote
  #1210  
Old 09-13-2017, 11:50 PM
john1291 john1291 is offline
Junior Member
 
Join Date: Sep 2017
Posts: 10
john1291 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 Damianonymous View Post
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
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 01:06 AM.


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